COLOR #E2E8A4

HEX: #E2E8A4 RGB: (226,232,164)

Color info

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

RGB color model

#E2E8A4 color RGB value is (226,232,164).

RGB: (226,232,164) (89%, 91%, 64%)

RGB channels and saturation

R 226 of 255 = 89%
G 232 of 255 = 91%
B 164 of 255 = 64%

226
232
164

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

Portions of RGB colors in percentages

R + G + B = 226 + 232 + 164 = 622 (100%)
R 226 of 622 ~ 36.33%
G 232 of 622 ~ 37.3%
B 164 of 622 ~ 26.37'%

%36.33
%37.3
%26.37

CMYK color model

#E2E8A4 color CMYK value is (3,0,29,9).

  • cyan value is 2.59%
  • magenta value is 0.00%
  • yellow value is 29.31%
  • key color value is 9.02%
CMYK: (3,0,29,9) C3M0Y29K9 (3%,0%,29%,9%) (0.03/0.00/0.29/0.09) 

CMYK percentages

%2.59
%0
%29.31
%9.02

Codes

Color #E2E8A4 in popluar color models

E2 E8 A4
RGB 226 232 164
HSL 65° 59.65% 77.65%
HSB/HSV 65° 29.31% 90.98%
CMYK 2.59% 0.00% 29.31%
9.02%

Color #E2E8A4 in popluar number systems.

HEX E2 E8 A4
Decimal 226 232 164
Binary 11100010 11101000 10100100
Octal 342 350 244

Shades and tints

Shades of #E2E8A4

#E2E8A4
(226,232,164)
#CED396
(206,211,150)
#BABE88
(186,190,136)
#A6A97A
(166,169,122)
#92946C
(146,148,108)
#7E7F5E
(126,127,94)
#6A6A50
(106,106,80)
#565542
(86,85,66)
#424034
(66,64,52)
#2E2B26
(46,43,38)
#1A1618
(26,22,24)
#000000
(0,0,0)

Tints of #E2E8A4

#E2E8A4
(226,232,164)
#E4EAAC
(228,234,172)
#E6ECB4
(230,236,180)
#E8EEBC
(232,238,188)
#EAF0C4
(234,240,196)
#ECF2CC
(236,242,204)
#EEF4D4
(238,244,212)
#F0F6DC
(240,246,220)
#F2F8E4
(242,248,228)
#F4FAEC
(244,250,236)
#F6FCF4
(246,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E8A4; }

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

This text font color is #E2E8A4.

Background Color

.myBgColor { background-color: #E2E8A4; }

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

This div background color is #E2E8A4.

Border color

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

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

This div border color is #E2E8A4.

Opacity

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

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

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

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

This text has shadow with #E2E8A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2E8A4.

Preview

Color preview on black background

This text has color #E2E8A4 on black background.


Color preview on white background

This text has color #E2E8A4 on white background.


Black color preview on #E2E8A4 background

This text has black color on #E2E8A4 background.


White color preview on #E2E8A4 background

This text has white color on #E2E8A4 background.


Related colors

Complementary color

Complementary color for #hex is #1D175B.


I love getcolorcode.com

Triadic colors

1 #A4E2E8 and #E8A4E2 with #E2E8A4 are triadic colors.

2 #A4E8E2 and #E8E2A4 with #E2E8A4 are triadic colors.