COLOR #E5E580

HEX: #E5E580 RGB: (229,229,128)

Renk bilgisi

#E5E580 contains mainly red and green colors. #E5E580 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#E5E580 color RGB value is (229,229,128).

RGB: (229,229,128) (90%, 90%, 50%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 229 of 255 = 90%
B 128 of 255 = 50%

229
229
128

R + G + B ~ 77%. #E5E580 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 229 + 229 + 128 = 586 (100%)
R 229 of 586 ~ 39.08%
G 229 of 586 ~ 39.08%
B 128 of 586 ~ 21.84'%

%39.08
%39.08
%21.84

CMYK RENK MODELİ

#E5E580 rengi CMYK tonu (0,0,44,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 44.10%
  • ana renk tonu 10.20%

CMYK: (0,0,44,10)
C0M0Y44K10 (0%, 0%, 44%, 10%)
(0.00 / 0.00 / 0.44 / 0.10)

CMYK yüzdeleri

%0
%0
%44.1
%10.2

Codes

Color #E5E580 in popluar color models

E5 E5 80
RGB 229 229 128
HSL 60° 66.01% 70.00%
HSB/HSV 60° 44.10% 89.80%
CMYK 0.00% 0.00% 44.10%
10.20%

Color #E5E580 in popluar number systems.

HEX E5 E5 80
Decimal 229 229 128
Binary 11100101 11100101 10000000
Octal 345 345 200

Shades and tints

Shades of #E5E580

#E5E580
(229,229,128)
#D1D175
(209,209,117)
#BDBD6A
(189,189,106)
#A9A95F
(169,169,95)
#959554
(149,149,84)
#818149
(129,129,73)
#6D6D3E
(109,109,62)
#595933
(89,89,51)
#454528
(69,69,40)
#31311D
(49,49,29)
#1D1D12
(29,29,18)
#000000
(0,0,0)

Tints of #E5E580

#E5E580
(229,229,128)
#E7E78B
(231,231,139)
#E9E996
(233,233,150)
#EBEBA1
(235,235,161)
#EDEDAC
(237,237,172)
#EFEFB7
(239,239,183)
#F1F1C2
(241,241,194)
#F3F3CD
(243,243,205)
#F5F5D8
(245,245,216)
#F7F7E3
(247,247,227)
#F9F9EE
(249,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5E580 color. Also use rgb(229,229,128) instead hex code.

Text Font Color

.myTextColor { color: #E5E580; }

<p style="color:#E5E580">This sample text font color is #E5E580.</p>

This text font color is #E5E580.

Background Color

.myBgColor { background-color: #E5E580; }

<div style="background-color:#E5E580">Inner text</div>

This div background color is #E5E580.

Border color

.myBorderColor { border: 1px solid #E5E580; }

<div style="border:3px solid #E5E580">Div</div>

This div border color is #E5E580.

Opacity

.myOpacity80 { color: #E5E580; opacity: 0.8; }

<p style="color:#E5E580;opacity:0.8;">80%</p>

Text with #E5E580 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E5E580;}

<p style="text-shadow: 3px 3px 1px #E5E580">Text here.</p>

This text has shadow with #E5E580 color.


.textShadow {text-shadow: 3px 3px 1px #E5E580', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E5E580, 5px 5px 20px red">Text here.</p>

This text has shadow with #E5E580 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5E580, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E5E580, Direction=45, Strength=4)">Text</p>

This text has shadow with #E5E580 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5E580;
-webkit-box-shadow: 1px 1px 3px 2px #E5E580;
box-shadow: 1px 1px 3px 2px #E5E580;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5E580; -webkit-box-shadow: 1px 1px 3px 2px #E5E580; box-shadow:1px 1px 3px 2px #E5E580;">
Div content here
</div>

This div box has shadow with color #E5E580.

Preview

Color preview on black background

This text has color #E5E580 on black background.


Color preview on white background

This text has color #E5E580 on white background.


Black color preview on #E5E580 background

This text has black color on #E5E580 background.


White color preview on #E5E580 background

This text has white color on #E5E580 background.


Related colors

Complementary color

Complementary color for #hex is #1A1A7F.


I love getcolorcode.com