COLOR #E5E9B4

HEX: #E5E9B4 RGB: (229,233,180)

Color info

#E5E9B4 contains red, green and blue colors in about the same proportion. Web safe color of #E5E9B4 is #CCFFCC (or #CFC).

RGB color model

#E5E9B4 color RGB value is (229,233,180).

RGB: (229,233,180) (90%, 91%, 71%)

RGB channels and saturation

R 229 of 255 = 90%
G 233 of 255 = 91%
B 180 of 255 = 71%

229
233
180

R + G + B ~ 84%. #E5E9B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 233 + 180 = 642 (100%)
R 229 of 642 ~ 35.67%
G 233 of 642 ~ 36.29%
B 180 of 642 ~ 28.04'%

%35.67
%36.29
%28.04

CMYK color model

#E5E9B4 color CMYK value is (2,0,23,9).

  • cyan value is 1.72%
  • magenta value is 0.00%
  • yellow value is 22.75%
  • key color value is 8.63%
CMYK: (2,0,23,9) C2M0Y23K9 (2%,0%,23%,9%) (0.02/0.00/0.23/0.09) 

CMYK percentages

%1.72
%0
%22.75
%8.63

Codes

Color #E5E9B4 in popluar color models

E5 E9 B4
RGB 229 233 180
HSL 65° 54.64% 80.98%
HSB/HSV 65° 22.75% 91.37%
CMYK 1.72% 0.00% 22.75%
8.63%

Color #E5E9B4 in popluar number systems.

HEX E5 E9 B4
Decimal 229 233 180
Binary 11100101 11101001 10110100
Octal 345 351 264

Shades and tints

Shades of #E5E9B4

#E5E9B4
(229,233,180)
#D1D4A4
(209,212,164)
#BDBF94
(189,191,148)
#A9AA84
(169,170,132)
#959574
(149,149,116)
#818064
(129,128,100)
#6D6B54
(109,107,84)
#595644
(89,86,68)
#454134
(69,65,52)
#312C24
(49,44,36)
#1D1714
(29,23,20)
#000000
(0,0,0)

Tints of #E5E9B4

#E5E9B4
(229,233,180)
#E7EBBA
(231,235,186)
#E9EDC0
(233,237,192)
#EBEFC6
(235,239,198)
#EDF1CC
(237,241,204)
#EFF3D2
(239,243,210)
#F1F5D8
(241,245,216)
#F3F7DE
(243,247,222)
#F5F9E4
(245,249,228)
#F7FBEA
(247,251,234)
#F9FDF0
(249,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E9B4; }

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

This text font color is #E5E9B4.

Background Color

.myBgColor { background-color: #E5E9B4; }

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

This div background color is #E5E9B4.

Border color

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

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

This div border color is #E5E9B4.

Opacity

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

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

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

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

This text has shadow with #E5E9B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5E9B4.

Preview

Color preview on black background

This text has color #E5E9B4 on black background.


Color preview on white background

This text has color #E5E9B4 on white background.


Black color preview on #E5E9B4 background

This text has black color on #E5E9B4 background.


White color preview on #E5E9B4 background

This text has white color on #E5E9B4 background.


Related colors

Complementary color

Complementary color for #hex is #1A164B.


I love getcolorcode.com

Triadic colors

1 #B4E5E9 and #E9B4E5 with #E5E9B4 are triadic colors.

2 #B4E9E5 and #E9E5B4 with #E5E9B4 are triadic colors.