COLOR #E5E9A0

HEX: #E5E9A0 RGB: (229,233,160)

Color info

#E5E9A0 contains mainly red and green colors. Web safe color of #E5E9A0 is #CCFF99 (or #CF9).

RGB color model

#E5E9A0 color RGB value is (229,233,160).

RGB: (229,233,160) (90%, 91%, 63%)

RGB channels and saturation

R 229 of 255 = 90%
G 233 of 255 = 91%
B 160 of 255 = 63%

229
233
160

R + G + B ~ 81%. #E5E9A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 233 + 160 = 622 (100%)
R 229 of 622 ~ 36.82%
G 233 of 622 ~ 37.46%
B 160 of 622 ~ 25.72'%

%36.82
%37.46
%25.72

CMYK color model

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

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

CMYK: (2,0,31,9)
C2M0Y31K9 (2%, 0%, 31%, 9%)
(0.02 / 0.00 / 0.31 / 0.09)

CMYK percentages

%1.72
%0
%31.33
%8.63

Codes

Color #E5E9A0 in popluar color models

E5 E9 A0
RGB 229 233 160
HSL 63° 62.39% 77.06%
HSB/HSV 63° 31.33% 91.37%
CMYK 1.72% 0.00% 31.33%
8.63%

Color #E5E9A0 in popluar number systems.

HEX E5 E9 A0
Decimal 229 233 160
Binary 11100101 11101001 10100000
Octal 345 351 240

Shades and tints

Shades of #E5E9A0

#E5E9A0
(229,233,160)
#D1D492
(209,212,146)
#BDBF84
(189,191,132)
#A9AA76
(169,170,118)
#959568
(149,149,104)
#81805A
(129,128,90)
#6D6B4C
(109,107,76)
#59563E
(89,86,62)
#454130
(69,65,48)
#312C22
(49,44,34)
#1D1714
(29,23,20)
#000000
(0,0,0)

Tints of #E5E9A0

#E5E9A0
(229,233,160)
#E7EBA8
(231,235,168)
#E9EDB0
(233,237,176)
#EBEFB8
(235,239,184)
#EDF1C0
(237,241,192)
#EFF3C8
(239,243,200)
#F1F5D0
(241,245,208)
#F3F7D8
(243,247,216)
#F5F9E0
(245,249,224)
#F7FBE8
(247,251,232)
#F9FDF0
(249,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E9A0; }

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

This text font color is #E5E9A0.

Background Color

.myBgColor { background-color: #E5E9A0; }

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

This div background color is #E5E9A0.

Border color

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

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

This div border color is #E5E9A0.

Opacity

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

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

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

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

This text has shadow with #E5E9A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5E9A0.

Preview

Color preview on black background

This text has color #E5E9A0 on black background.


Color preview on white background

This text has color #E5E9A0 on white background.


Black color preview on #E5E9A0 background

This text has black color on #E5E9A0 background.


White color preview on #E5E9A0 background

This text has white color on #E5E9A0 background.


Related colors

Complementary color

Complementary color for #hex is #1A165F.


I love getcolorcode.com

Triadic colors

1 #A0E5E9 and #E9A0E5 with #E5E9A0 are triadic colors.

2 #A0E9E5 and #E9E5A0 with #E5E9A0 are triadic colors.