COLOR #E5E2AD

HEX: #E5E2AD RGB: (229,226,173)

Color info

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

RGB color model

#E5E2AD color RGB value is (229,226,173).

RGB: (229,226,173) (90%, 89%, 68%)

RGB channels and saturation

R 229 of 255 = 90%
G 226 of 255 = 89%
B 173 of 255 = 68%

229
226
173

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

Portions of RGB colors in percentages

R + G + B = 229 + 226 + 173 = 628 (100%)
R 229 of 628 ~ 36.46%
G 226 of 628 ~ 35.99%
B 173 of 628 ~ 27.55'%

%36.46
%35.99
%27.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.31%
  • yellow value is 24.45%
  • key color value is 10.20%

CMYK: (0,1,24,10)
C0M1Y24K10 (0%, 1%, 24%, 10%)
(0.00 / 0.01 / 0.24 / 0.10)

CMYK percentages

%0
%1.31
%24.45
%10.2

Codes

Color #E5E2AD in popluar color models

E5 E2 AD
RGB 229 226 173
HSL 57° 51.85% 78.82%
HSB/HSV 57° 24.45% 89.80%
CMYK 0.00% 1.31% 24.45%
10.20%

Color #E5E2AD in popluar number systems.

HEX E5 E2 AD
Decimal 229 226 173
Binary 11100101 11100010 10101101
Octal 345 342 255

Shades and tints

Shades of #E5E2AD

#E5E2AD
(229,226,173)
#D1CE9E
(209,206,158)
#BDBA8F
(189,186,143)
#A9A680
(169,166,128)
#959271
(149,146,113)
#817E62
(129,126,98)
#6D6A53
(109,106,83)
#595644
(89,86,68)
#454235
(69,66,53)
#312E26
(49,46,38)
#1D1A17
(29,26,23)
#000000
(0,0,0)

Tints of #E5E2AD

#E5E2AD
(229,226,173)
#E7E4B4
(231,228,180)
#E9E6BB
(233,230,187)
#EBE8C2
(235,232,194)
#EDEAC9
(237,234,201)
#EFECD0
(239,236,208)
#F1EED7
(241,238,215)
#F3F0DE
(243,240,222)
#F5F2E5
(245,242,229)
#F7F4EC
(247,244,236)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E2AD; }

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

This text font color is #E5E2AD.

Background Color

.myBgColor { background-color: #E5E2AD; }

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

This div background color is #E5E2AD.

Border color

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

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

This div border color is #E5E2AD.

Opacity

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

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

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

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

This text has shadow with #E5E2AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5E2AD.

Preview

Color preview on black background

This text has color #E5E2AD on black background.


Color preview on white background

This text has color #E5E2AD on white background.


Black color preview on #E5E2AD background

This text has black color on #E5E2AD background.


White color preview on #E5E2AD background

This text has white color on #E5E2AD background.


Related colors

Complementary color

Complementary color for #hex is #1A1D52.


I love getcolorcode.com

Triadic colors

1 #ADE5E2 and #E2ADE5 with #E5E2AD are triadic colors.

2 #ADE2E5 and #E2E5AD with #E5E2AD are triadic colors.