COLOR #E2EAA5

HEX: #E2EAA5
RGB: (226,234,165)

Color info

#E2EAA5 contains mainly red and green colors. Web safe color of #E2EAA5 is #CCFF99 (or #CF9).

RGB color model

#E2EAA5 color RGB value is (226,234,165).

  • red value is 226;
  • green value is 234;
  • blue value is 165.
RGB:
(226,234,165)
(89%,92%,65%)

RGB channels and saturation

R 226 of 255 = 89%
G 234 of 255 = 92%
B 165 of 255 = 65%

226
234
165

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

Portions of RGB colors in percentages

R + G + B =
226 + 234 + 165 = 625 (100%)
R 226 of 625 ~ 36.16%
G 234 of 625 ~ 37.44%
B 165 of 625 ~ 26.4%

%36.16
%37.44
%26.4

CMYK color model

#E2EAA5 color CMYK value is (3,0,29,8).

  • cyan value is 3.42%
  • magenta value is 0.00%
  • yellow value is 29.49%
  • key color value is 8.24%
CMYK:
(3,0,29,8)
C3M0Y29K8 
(3%,0%,29%,8%)
(0.03/0.00/0.29/0.08)	

CMYK percentages

%3.42
%0
%29.49
%8.24

Codes

Color #E2EAA5 in popluar color models

E2EAA5
RGB226234165
HSL67°62.16%78.24%
HSB/HSV67°29.49%91.76%
CMYK3.42%0.00%29.49%
8.24%

Color #E2EAA5 in popluar number systems.

HEXE2EAA5
Decimal226234165
Binary111000101110101010100101
Octal342352245

Shades and tints

Shades of #E2EAA5

#E2EAA5
(226,234,165)
#CED596
(206,213,150)
#BAC087
(186,192,135)
#A6AB78
(166,171,120)
#929669
(146,150,105)
#7E815A
(126,129,90)
#6A6C4B
(106,108,75)
#56573C
(86,87,60)
#42422D
(66,66,45)
#2E2D1E
(46,45,30)
#1A180F
(26,24,15)
#000000
(0,0,0)

Tints of #E2EAA5

#E2EAA5
(226,234,165)
#E4EBAD
(228,235,173)
#E6ECB5
(230,236,181)
#E8EDBD
(232,237,189)
#EAEEC5
(234,238,197)
#ECEFCD
(236,239,205)
#EEF0D5
(238,240,213)
#F0F1DD
(240,241,221)
#F2F2E5
(242,242,229)
#F4F3ED
(244,243,237)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2EAA5; }

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

This text font color is #E2EAA5.


Background Color

.myBgColor { background-color: #E2EAA5; }

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

This div background color is #E2EAA5.


Border color

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

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

This div border color is #E2EAA5.


Opacity

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

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

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

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

This text has shadow with #E2EAA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EAA5 on black background.


Color preview on white background

This text has color #E2EAA5 on white background.



Black color preview on #E2EAA5 background

This text has black color on #E2EAA5 background.


White color preview on #E2EAA5 background

This text has white color on #E2EAA5 background.