COLOR #E2E2A9

HEX: #E2E2A9 RGB: (226,226,169)

Color info

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

RGB color model

#E2E2A9 color RGB value is (226,226,169).

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

RGB channels and saturation

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

226
226
169

R + G + B ~ 81%. #E2E2A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 226 + 169 = 621 (100%)
R 226 of 621 ~ 36.39%
G 226 of 621 ~ 36.39%
B 169 of 621 ~ 27.21'%

%36.39
%36.39
%27.21

CMYK color model

#E2E2A9 color CMYK value is (0,0,25,11).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 25.22%
  • key color value is 11.37%

CMYK: (0,0,25,11)
C0M0Y25K11 (0%, 0%, 25%, 11%)
(0.00 / 0.00 / 0.25 / 0.11)

CMYK percentages

%0
%0
%25.22
%11.37

Codes

Color #E2E2A9 in popluar color models

E2 E2 A9
RGB 226 226 169
HSL 60° 49.57% 77.45%
HSB/HSV 60° 25.22% 88.63%
CMYK 0.00% 0.00% 25.22%
11.37%

Color #E2E2A9 in popluar number systems.

HEX E2 E2 A9
Decimal 226 226 169
Binary 11100010 11100010 10101001
Octal 342 342 251

Shades and tints

Shades of #E2E2A9

#E2E2A9
(226,226,169)
#CECE9A
(206,206,154)
#BABA8B
(186,186,139)
#A6A67C
(166,166,124)
#92926D
(146,146,109)
#7E7E5E
(126,126,94)
#6A6A4F
(106,106,79)
#565640
(86,86,64)
#424231
(66,66,49)
#2E2E22
(46,46,34)
#1A1A13
(26,26,19)
#000000
(0,0,0)

Tints of #E2E2A9

#E2E2A9
(226,226,169)
#E4E4B0
(228,228,176)
#E6E6B7
(230,230,183)
#E8E8BE
(232,232,190)
#EAEAC5
(234,234,197)
#ECECCC
(236,236,204)
#EEEED3
(238,238,211)
#F0F0DA
(240,240,218)
#F2F2E1
(242,242,225)
#F4F4E8
(244,244,232)
#F6F6EF
(246,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E2A9; }

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

This text font color is #E2E2A9.

Background Color

.myBgColor { background-color: #E2E2A9; }

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

This div background color is #E2E2A9.

Border color

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

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

This div border color is #E2E2A9.

Opacity

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

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

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

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

This text has shadow with #E2E2A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2E2A9.

Preview

Color preview on black background

This text has color #E2E2A9 on black background.


Color preview on white background

This text has color #E2E2A9 on white background.


Black color preview on #E2E2A9 background

This text has black color on #E2E2A9 background.


White color preview on #E2E2A9 background

This text has white color on #E2E2A9 background.


Related colors

Complementary color

Complementary color for #hex is #1D1D56.


I love getcolorcode.com