COLOR #E5E4AC

HEX: #E5E4AC
RGB: (229,228,172)

Color info

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

RGB color model

#E5E4AC color RGB value is (229,228,172).

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

RGB channels and saturation

R 229 of 255 = 90%
G 228 of 255 = 89%
B 172 of 255 = 67%

229
228
172

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

Portions of RGB colors in percentages

R + G + B =
229 + 228 + 172 = 629 (100%)
R 229 of 629 ~ 36.41%
G 228 of 629 ~ 36.25%
B 172 of 629 ~ 27.34%

%36.41
%36.25
%27.34

CMYK color model

#E5E4AC color CMYK value is (0,0,25,10).

  • cyan value is 0.00%
  • magenta value is 0.44%
  • yellow value is 24.89%
  • key color value is 10.20%
CMYK:
(0,0,25,10)
C0M0Y25K10 
(0%,0%,25%,10%)
(0.00/0.00/0.25/0.10)	

CMYK percentages

%0
%0.44
%24.89
%10.2

Codes

Color #E5E4AC in popluar color models

E5E4AC
RGB229228172
HSL59°52.29%78.63%
HSB/HSV59°24.89%89.80%
CMYK0.00%0.44%24.89%
10.20%

Color #E5E4AC in popluar number systems.

HEXE5E4AC
Decimal229228172
Binary111001011110010010101100
Octal345344254

Shades and tints

Shades of #E5E4AC

#E5E4AC
(229,228,172)
#D1D09D
(209,208,157)
#BDBC8E
(189,188,142)
#A9A87F
(169,168,127)
#959470
(149,148,112)
#818061
(129,128,97)
#6D6C52
(109,108,82)
#595843
(89,88,67)
#454434
(69,68,52)
#313025
(49,48,37)
#1D1C16
(29,28,22)
#000000
(0,0,0)

Tints of #E5E4AC

#E5E4AC
(229,228,172)
#E7E6B3
(231,230,179)
#E9E8BA
(233,232,186)
#EBEAC1
(235,234,193)
#EDECC8
(237,236,200)
#EFEECF
(239,238,207)
#F1F0D6
(241,240,214)
#F3F2DD
(243,242,221)
#F5F4E4
(245,244,228)
#F7F6EB
(247,246,235)
#F9F8F2
(249,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E4AC; }

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

This text font color is #E5E4AC.


Background Color

.myBgColor { background-color: #E5E4AC; }

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

This div background color is #E5E4AC.


Border color

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

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

This div border color is #E5E4AC.


Opacity

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

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

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

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

This text has shadow with #E5E4AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E4AC on black background.


Color preview on white background

This text has color #E5E4AC on white background.



Black color preview on #E5E4AC background

This text has black color on #E5E4AC background.


White color preview on #E5E4AC background

This text has white color on #E5E4AC background.