COLOR #E9D58C

HEX: #E9D58C
RGB: (233,213,140)

Color info

#E9D58C contains mainly red and green colors. Web safe color of #E9D58C is #FFCC99 (or #FC9).

RGB color model

#E9D58C color RGB value is (233,213,140).

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

RGB channels and saturation

R 233 of 255 = 91%
G 213 of 255 = 84%
B 140 of 255 = 55%

233
213
140

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

Portions of RGB colors in percentages

R + G + B =
233 + 213 + 140 = 586 (100%)
R 233 of 586 ~ 39.76%
G 213 of 586 ~ 36.35%
B 140 of 586 ~ 23.89%

%39.76
%36.35
%23.89

CMYK color model

#E9D58C color CMYK value is (0,9,40,9).

  • cyan value is 0.00%
  • magenta value is 8.58%
  • yellow value is 39.91%
  • key color value is 8.63%
CMYK:
(0,9,40,9)
C0M9Y40K9 
(0%,9%,40%,9%)
(0.00/0.09/0.40/0.09)	

CMYK percentages

%0
%8.58
%39.91
%8.63

Codes

Color #E9D58C in popluar color models

E9D58C
RGB233213140
HSL47°67.88%73.14%
HSB/HSV47°39.91%91.37%
CMYK0.00%8.58%39.91%
8.63%

Color #E9D58C in popluar number systems.

HEXE9D58C
Decimal233213140
Binary111010011101010110001100
Octal351325214

Shades and tints

Shades of #E9D58C

#E9D58C
(233,213,140)
#D4C280
(212,194,128)
#BFAF74
(191,175,116)
#AA9C68
(170,156,104)
#95895C
(149,137,92)
#807650
(128,118,80)
#6B6344
(107,99,68)
#565038
(86,80,56)
#413D2C
(65,61,44)
#2C2A20
(44,42,32)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #E9D58C

#E9D58C
(233,213,140)
#EBD896
(235,216,150)
#EDDBA0
(237,219,160)
#EFDEAA
(239,222,170)
#F1E1B4
(241,225,180)
#F3E4BE
(243,228,190)
#F5E7C8
(245,231,200)
#F7EAD2
(247,234,210)
#F9EDDC
(249,237,220)
#FBF0E6
(251,240,230)
#FDF3F0
(253,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D58C; }

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

This text font color is #E9D58C.


Background Color

.myBgColor { background-color: #E9D58C; }

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

This div background color is #E9D58C.


Border color

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

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

This div border color is #E9D58C.


Opacity

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

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

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

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

This text has shadow with #E9D58C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D58C on black background.


Color preview on white background

This text has color #E9D58C on white background.



Black color preview on #E9D58C background

This text has black color on #E9D58C background.


White color preview on #E9D58C background

This text has white color on #E9D58C background.