COLOR #E9DE8C

HEX: #E9DE8C RGB: (233,222,140)

Color info

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

RGB color model

#E9DE8C color RGB value is (233,222,140).

RGB: (233,222,140) (91%, 87%, 55%)

RGB channels and saturation

R 233 of 255 = 91%
G 222 of 255 = 87%
B 140 of 255 = 55%

233
222
140

R + G + B ~ 78%. #E9DE8C is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 222 + 140 = 595 (100%)
R 233 of 595 ~ 39.16%
G 222 of 595 ~ 37.31%
B 140 of 595 ~ 23.53'%

%39.16
%37.31
%23.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.72%
  • yellow value is 39.91%
  • key color value is 8.63%

CMYK: (0,5,40,9)
C0M5Y40K9 (0%, 5%, 40%, 9%)
(0.00 / 0.05 / 0.40 / 0.09)

CMYK percentages

%0
%4.72
%39.91
%8.63

Codes

Color #E9DE8C in popluar color models

E9 DE 8C
RGB 233 222 140
HSL 53° 67.88% 73.14%
HSB/HSV 53° 39.91% 91.37%
CMYK 0.00% 4.72% 39.91%
8.63%

Color #E9DE8C in popluar number systems.

HEX E9 DE 8C
Decimal 233 222 140
Binary 11101001 11011110 10001100
Octal 351 336 214

Shades and tints

Shades of #E9DE8C

#E9DE8C
(233,222,140)
#D4CA80
(212,202,128)
#BFB674
(191,182,116)
#AAA268
(170,162,104)
#958E5C
(149,142,92)
#807A50
(128,122,80)
#6B6644
(107,102,68)
#565238
(86,82,56)
#413E2C
(65,62,44)
#2C2A20
(44,42,32)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #E9DE8C

#E9DE8C
(233,222,140)
#EBE196
(235,225,150)
#EDE4A0
(237,228,160)
#EFE7AA
(239,231,170)
#F1EAB4
(241,234,180)
#F3EDBE
(243,237,190)
#F5F0C8
(245,240,200)
#F7F3D2
(247,243,210)
#F9F6DC
(249,246,220)
#FBF9E6
(251,249,230)
#FDFCF0
(253,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DE8C; }

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

This text font color is #E9DE8C.

Background Color

.myBgColor { background-color: #E9DE8C; }

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

This div background color is #E9DE8C.

Border color

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

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

This div border color is #E9DE8C.

Opacity

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

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

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

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

This text has shadow with #E9DE8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9DE8C.

Preview

Color preview on black background

This text has color #E9DE8C on black background.


Color preview on white background

This text has color #E9DE8C on white background.


Black color preview on #E9DE8C background

This text has black color on #E9DE8C background.


White color preview on #E9DE8C background

This text has white color on #E9DE8C background.


Related colors

Complementary color

Complementary color for #hex is #162173.


I love getcolorcode.com

Triadic colors

1 #8CE9DE and #DE8CE9 with #E9DE8C are triadic colors.

2 #8CDEE9 and #DEE98C with #E9DE8C are triadic colors.