COLOR #E5D580

HEX: #E5D580
RGB: (229,213,128)

Color info

#E5D580 contains mainly red and green colors. Web safe color of #E5D580 is #CCCC66 (or #CC6).

RGB color model

#E5D580 color RGB value is (229,213,128).

  • red value is 229;
  • green value is 213;
  • blue value is 128.
RGB:
(229,213,128)
(90%,84%,50%)

RGB channels and saturation

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

229
213
128

R + G + B ~ 75%. #E5D580 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 213 + 128 = 570 (100%)
R 229 of 570 ~ 40.18%
G 213 of 570 ~ 37.37%
B 128 of 570 ~ 22.46%

%40.18
%37.37
%22.46

CMYK color model

#E5D580 color CMYK value is (0,7,44,10).

  • cyan value is 0.00%
  • magenta value is 6.99%
  • yellow value is 44.10%
  • key color value is 10.20%
CMYK:
(0,7,44,10)
C0M7Y44K10 
(0%,7%,44%,10%)
(0.00/0.07/0.44/0.10)	

CMYK percentages

%0
%6.99
%44.1
%10.2

Codes

Color #E5D580 in popluar color models

E5D580
RGB229213128
HSL50°66.01%70.00%
HSB/HSV50°44.10%89.80%
CMYK0.00%6.99%44.10%
10.20%

Color #E5D580 in popluar number systems.

HEXE5D580
Decimal229213128
Binary111001011101010110000000
Octal345325200

Shades and tints

Shades of #E5D580

#E5D580
(229,213,128)
#D1C275
(209,194,117)
#BDAF6A
(189,175,106)
#A99C5F
(169,156,95)
#958954
(149,137,84)
#817649
(129,118,73)
#6D633E
(109,99,62)
#595033
(89,80,51)
#453D28
(69,61,40)
#312A1D
(49,42,29)
#1D1712
(29,23,18)
#000000
(0,0,0)

Tints of #E5D580

#E5D580
(229,213,128)
#E7D88B
(231,216,139)
#E9DB96
(233,219,150)
#EBDEA1
(235,222,161)
#EDE1AC
(237,225,172)
#EFE4B7
(239,228,183)
#F1E7C2
(241,231,194)
#F3EACD
(243,234,205)
#F5EDD8
(245,237,216)
#F7F0E3
(247,240,227)
#F9F3EE
(249,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D580; }

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

This text font color is #E5D580.


Background Color

.myBgColor { background-color: #E5D580; }

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

This div background color is #E5D580.


Border color

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

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

This div border color is #E5D580.


Opacity

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

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

Text with #E5D580 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 #E5D580;}

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

This text has shadow with #E5D580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D580 on black background.


Color preview on white background

This text has color #E5D580 on white background.



Black color preview on #E5D580 background

This text has black color on #E5D580 background.


White color preview on #E5D580 background

This text has white color on #E5D580 background.