COLOR #E5E4AE

HEX: #E5E4AE
RGB: (229,228,174)

Color info

#E5E4AE contains red, green and blue colors in about the same proportion. Web safe color of #E5E4AE is #CCCC99 (or #CC9).

RGB color model

#E5E4AE color RGB value is (229,228,174).

  • red value is 229;
  • green value is 228;
  • blue value is 174.
RGB:
(229,228,174)
(90%,89%,68%)

RGB channels and saturation

R 229 of 255 = 90%
G 228 of 255 = 89%
B 174 of 255 = 68%

229
228
174

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

Portions of RGB colors in percentages

R + G + B =
229 + 228 + 174 = 631 (100%)
R 229 of 631 ~ 36.29%
G 228 of 631 ~ 36.13%
B 174 of 631 ~ 27.58%

%36.29
%36.13
%27.58

CMYK color model

#E5E4AE color CMYK value is (0,0,24,10).

  • cyan value is 0.00%
  • magenta value is 0.44%
  • yellow value is 24.02%
  • key color value is 10.20%
CMYK:
(0,0,24,10)
C0M0Y24K10 
(0%,0%,24%,10%)
(0.00/0.00/0.24/0.10)	

CMYK percentages

%0
%0.44
%24.02
%10.2

Codes

Color #E5E4AE in popluar color models

E5E4AE
RGB229228174
HSL59°51.40%79.02%
HSB/HSV59°24.02%89.80%
CMYK0.00%0.44%24.02%
10.20%

Color #E5E4AE in popluar number systems.

HEXE5E4AE
Decimal229228174
Binary111001011110010010101110
Octal345344256

Shades and tints

Shades of #E5E4AE

#E5E4AE
(229,228,174)
#D1D09F
(209,208,159)
#BDBC90
(189,188,144)
#A9A881
(169,168,129)
#959472
(149,148,114)
#818063
(129,128,99)
#6D6C54
(109,108,84)
#595845
(89,88,69)
#454436
(69,68,54)
#313027
(49,48,39)
#1D1C18
(29,28,24)
#000000
(0,0,0)

Tints of #E5E4AE

#E5E4AE
(229,228,174)
#E7E6B5
(231,230,181)
#E9E8BC
(233,232,188)
#EBEAC3
(235,234,195)
#EDECCA
(237,236,202)
#EFEED1
(239,238,209)
#F1F0D8
(241,240,216)
#F3F2DF
(243,242,223)
#F5F4E6
(245,244,230)
#F7F6ED
(247,246,237)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5E4AE color. Also use rgb(229,228,174) instead hex code.

Text Font Color

.myTextColor { color: #E5E4AE; }

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

This text font color is #E5E4AE.


Background Color

.myBgColor { background-color: #E5E4AE; }

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

This div background color is #E5E4AE.


Border color

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

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

This div border color is #E5E4AE.


Opacity

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

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

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

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

This text has shadow with #E5E4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E4AE on black background.


Color preview on white background

This text has color #E5E4AE on white background.



Black color preview on #E5E4AE background

This text has black color on #E5E4AE background.


White color preview on #E5E4AE background

This text has white color on #E5E4AE background.