COLOR #E5E2B4

HEX: #E5E2B4
RGB: (229,226,180)

Color info

#E5E2B4 contains red, green and blue colors in about the same proportion. Web safe color of #E5E2B4 is #CCCCCC (or #CCC).

RGB color model

#E5E2B4 color RGB value is (229,226,180).

  • red value is 229;
  • green value is 226;
  • blue value is 180.
RGB:
(229,226,180)
(90%,89%,71%)

RGB channels and saturation

R 229 of 255 = 90%
G 226 of 255 = 89%
B 180 of 255 = 71%

229
226
180

R + G + B ~ 83%. #E5E2B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 226 + 180 = 635 (100%)
R 229 of 635 ~ 36.06%
G 226 of 635 ~ 35.59%
B 180 of 635 ~ 28.35%

%36.06
%35.59
%28.35

CMYK color model

#E5E2B4 color CMYK value is (0,1,21,10).

  • cyan value is 0.00%
  • magenta value is 1.31%
  • yellow value is 21.40%
  • key color value is 10.20%
CMYK:
(0,1,21,10)
C0M1Y21K10 
(0%,1%,21%,10%)
(0.00/0.01/0.21/0.10)	

CMYK percentages

%0
%1.31
%21.4
%10.2

Codes

Color #E5E2B4 in popluar color models

E5E2B4
RGB229226180
HSL56°48.51%80.20%
HSB/HSV56°21.40%89.80%
CMYK0.00%1.31%21.40%
10.20%

Color #E5E2B4 in popluar number systems.

HEXE5E2B4
Decimal229226180
Binary111001011110001010110100
Octal345342264

Shades and tints

Shades of #E5E2B4

#E5E2B4
(229,226,180)
#D1CEA4
(209,206,164)
#BDBA94
(189,186,148)
#A9A684
(169,166,132)
#959274
(149,146,116)
#817E64
(129,126,100)
#6D6A54
(109,106,84)
#595644
(89,86,68)
#454234
(69,66,52)
#312E24
(49,46,36)
#1D1A14
(29,26,20)
#000000
(0,0,0)

Tints of #E5E2B4

#E5E2B4
(229,226,180)
#E7E4BA
(231,228,186)
#E9E6C0
(233,230,192)
#EBE8C6
(235,232,198)
#EDEACC
(237,234,204)
#EFECD2
(239,236,210)
#F1EED8
(241,238,216)
#F3F0DE
(243,240,222)
#F5F2E4
(245,242,228)
#F7F4EA
(247,244,234)
#F9F6F0
(249,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E2B4; }

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

This text font color is #E5E2B4.


Background Color

.myBgColor { background-color: #E5E2B4; }

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

This div background color is #E5E2B4.


Border color

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

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

This div border color is #E5E2B4.


Opacity

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

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

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

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

This text has shadow with #E5E2B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E2B4 on black background.


Color preview on white background

This text has color #E5E2B4 on white background.



Black color preview on #E5E2B4 background

This text has black color on #E5E2B4 background.


White color preview on #E5E2B4 background

This text has white color on #E5E2B4 background.