COLOR #E5E2A9

HEX: #E5E2A9 RGB: (229,226,169)

Color info

#E5E2A9 contains mainly red and green colors. Web safe color of #E5E2A9 is #CCCC99 (or #CC9).

RGB color model

#E5E2A9 color RGB value is (229,226,169).

RGB: (229,226,169) (90%, 89%, 66%)

RGB channels and saturation

R 229 of 255 = 90%
G 226 of 255 = 89%
B 169 of 255 = 66%

229
226
169

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

Portions of RGB colors in percentages

R + G + B = 229 + 226 + 169 = 624 (100%)
R 229 of 624 ~ 36.7%
G 226 of 624 ~ 36.22%
B 169 of 624 ~ 27.08'%

%36.7
%36.22
%27.08

CMYK color model

#E5E2A9 color CMYK value is (0,1,26,10).

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

CMYK: (0,1,26,10)
C0M1Y26K10 (0%, 1%, 26%, 10%)
(0.00 / 0.01 / 0.26 / 0.10)

CMYK percentages

%0
%1.31
%26.2
%10.2

Codes

Color #E5E2A9 in popluar color models

E5 E2 A9
RGB 229 226 169
HSL 57° 53.57% 78.04%
HSB/HSV 57° 26.20% 89.80%
CMYK 0.00% 1.31% 26.20%
10.20%

Color #E5E2A9 in popluar number systems.

HEX E5 E2 A9
Decimal 229 226 169
Binary 11100101 11100010 10101001
Octal 345 342 251

Shades and tints

Shades of #E5E2A9

#E5E2A9
(229,226,169)
#D1CE9A
(209,206,154)
#BDBA8B
(189,186,139)
#A9A67C
(169,166,124)
#95926D
(149,146,109)
#817E5E
(129,126,94)
#6D6A4F
(109,106,79)
#595640
(89,86,64)
#454231
(69,66,49)
#312E22
(49,46,34)
#1D1A13
(29,26,19)
#000000
(0,0,0)

Tints of #E5E2A9

#E5E2A9
(229,226,169)
#E7E4B0
(231,228,176)
#E9E6B7
(233,230,183)
#EBE8BE
(235,232,190)
#EDEAC5
(237,234,197)
#EFECCC
(239,236,204)
#F1EED3
(241,238,211)
#F3F0DA
(243,240,218)
#F5F2E1
(245,242,225)
#F7F4E8
(247,244,232)
#F9F6EF
(249,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E2A9; }

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

This text font color is #E5E2A9.

Background Color

.myBgColor { background-color: #E5E2A9; }

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

This div background color is #E5E2A9.

Border color

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

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

This div border color is #E5E2A9.

Opacity

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

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

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

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

This text has shadow with #E5E2A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5E2A9.

Preview

Color preview on black background

This text has color #E5E2A9 on black background.


Color preview on white background

This text has color #E5E2A9 on white background.


Black color preview on #E5E2A9 background

This text has black color on #E5E2A9 background.


White color preview on #E5E2A9 background

This text has white color on #E5E2A9 background.


Related colors

Complementary color

Complementary color for #hex is #1A1D56.


I love getcolorcode.com

Triadic colors

1 #A9E5E2 and #E2A9E5 with #E5E2A9 are triadic colors.

2 #A9E2E5 and #E2E5A9 with #E5E2A9 are triadic colors.