COLOR #E9D580

HEX: #E9D580
RGB: (233,213,128)

Color info

#E9D580 contains mainly red and green colors. Web safe color of #E9D580 is #FFCC66 (or #FC6).

RGB color model

#E9D580 color RGB value is (233,213,128).

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

RGB channels and saturation

R 233 of 255 = 91%
G 213 of 255 = 84%
B 128 of 255 = 50%

233
213
128

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

Portions of RGB colors in percentages

R + G + B =
233 + 213 + 128 = 574 (100%)
R 233 of 574 ~ 40.59%
G 213 of 574 ~ 37.11%
B 128 of 574 ~ 22.3%

%40.59
%37.11
%22.3

CMYK color model

#E9D580 color CMYK value is (0,9,45,9).

  • cyan value is 0.00%
  • magenta value is 8.58%
  • yellow value is 45.06%
  • key color value is 8.63%
CMYK:
(0,9,45,9)
C0M9Y45K9 
(0%,9%,45%,9%)
(0.00/0.09/0.45/0.09)	

CMYK percentages

%0
%8.58
%45.06
%8.63

Codes

Color #E9D580 in popluar color models

E9D580
RGB233213128
HSL49°70.47%70.78%
HSB/HSV49°45.06%91.37%
CMYK0.00%8.58%45.06%
8.63%

Color #E9D580 in popluar number systems.

HEXE9D580
Decimal233213128
Binary111010011101010110000000
Octal351325200

Shades and tints

Shades of #E9D580

#E9D580
(233,213,128)
#D4C275
(212,194,117)
#BFAF6A
(191,175,106)
#AA9C5F
(170,156,95)
#958954
(149,137,84)
#807649
(128,118,73)
#6B633E
(107,99,62)
#565033
(86,80,51)
#413D28
(65,61,40)
#2C2A1D
(44,42,29)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #E9D580

#E9D580
(233,213,128)
#EBD88B
(235,216,139)
#EDDB96
(237,219,150)
#EFDEA1
(239,222,161)
#F1E1AC
(241,225,172)
#F3E4B7
(243,228,183)
#F5E7C2
(245,231,194)
#F7EACD
(247,234,205)
#F9EDD8
(249,237,216)
#FBF0E3
(251,240,227)
#FDF3EE
(253,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D580; }

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

This text font color is #E9D580.


Background Color

.myBgColor { background-color: #E9D580; }

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

This div background color is #E9D580.


Border color

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

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

This div border color is #E9D580.


Opacity

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

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

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

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

This text has shadow with #E9D580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D580 on black background.


Color preview on white background

This text has color #E9D580 on white background.



Black color preview on #E9D580 background

This text has black color on #E9D580 background.


White color preview on #E9D580 background

This text has white color on #E9D580 background.