COLOR #E9E8A0

HEX: #E9E8A0 RGB: (233,232,160)

Color info

#E9E8A0 contains mainly red and green colors. Web safe color of #E9E8A0 is #FFFF99 (or #FF9).

RGB color model

#E9E8A0 color RGB value is (233,232,160).

RGB: (233,232,160) (91%, 91%, 63%)

RGB channels and saturation

R 233 of 255 = 91%
G 232 of 255 = 91%
B 160 of 255 = 63%

233
232
160

R + G + B ~ 82%. #E9E8A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 232 + 160 = 625 (100%)
R 233 of 625 ~ 37.28%
G 232 of 625 ~ 37.12%
B 160 of 625 ~ 25.6'%

%37.28
%37.12
%25.6

CMYK color model

#E9E8A0 color CMYK value is (0,0,31,9).

  • cyan value is 0.00%
  • magenta value is 0.43%
  • yellow value is 31.33%
  • key color value is 8.63%

CMYK: (0,0,31,9)
C0M0Y31K9 (0%, 0%, 31%, 9%)
(0.00 / 0.00 / 0.31 / 0.09)

CMYK percentages

%0
%0.43
%31.33
%8.63

Codes

Color #E9E8A0 in popluar color models

E9 E8 A0
RGB 233 232 160
HSL 59° 62.39% 77.06%
HSB/HSV 59° 31.33% 91.37%
CMYK 0.00% 0.43% 31.33%
8.63%

Color #E9E8A0 in popluar number systems.

HEX E9 E8 A0
Decimal 233 232 160
Binary 11101001 11101000 10100000
Octal 351 350 240

Shades and tints

Shades of #E9E8A0

#E9E8A0
(233,232,160)
#D4D392
(212,211,146)
#BFBE84
(191,190,132)
#AAA976
(170,169,118)
#959468
(149,148,104)
#807F5A
(128,127,90)
#6B6A4C
(107,106,76)
#56553E
(86,85,62)
#414030
(65,64,48)
#2C2B22
(44,43,34)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #E9E8A0

#E9E8A0
(233,232,160)
#EBEAA8
(235,234,168)
#EDECB0
(237,236,176)
#EFEEB8
(239,238,184)
#F1F0C0
(241,240,192)
#F3F2C8
(243,242,200)
#F5F4D0
(245,244,208)
#F7F6D8
(247,246,216)
#F9F8E0
(249,248,224)
#FBFAE8
(251,250,232)
#FDFCF0
(253,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9E8A0 color. Also use rgb(233,232,160) instead hex code.

Text Font Color

.myTextColor { color: #E9E8A0; }

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

This text font color is #E9E8A0.

Background Color

.myBgColor { background-color: #E9E8A0; }

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

This div background color is #E9E8A0.

Border color

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

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

This div border color is #E9E8A0.

Opacity

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

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

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

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

This text has shadow with #E9E8A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9E8A0.

Preview

Color preview on black background

This text has color #E9E8A0 on black background.


Color preview on white background

This text has color #E9E8A0 on white background.


Black color preview on #E9E8A0 background

This text has black color on #E9E8A0 background.


White color preview on #E9E8A0 background

This text has white color on #E9E8A0 background.


Related colors

Complementary color

Complementary color for #hex is #16175F.


I love getcolorcode.com

Triadic colors

1 #A0E9E8 and #E8A0E9 with #E9E8A0 are triadic colors.

2 #A0E8E9 and #E8E9A0 with #E9E8A0 are triadic colors.