COLOR #E5EA9F

HEX: #E5EA9F
RGB: (229,234,159)

Color info

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

RGB color model

#E5EA9F color RGB value is (229,234,159).

  • red value is 229;
  • green value is 234;
  • blue value is 159.
RGB:
(229,234,159)
(90%,92%,62%)

RGB channels and saturation

R 229 of 255 = 90%
G 234 of 255 = 92%
B 159 of 255 = 62%

229
234
159

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

Portions of RGB colors in percentages

R + G + B =
229 + 234 + 159 = 622 (100%)
R 229 of 622 ~ 36.82%
G 234 of 622 ~ 37.62%
B 159 of 622 ~ 25.56%

%36.82
%37.62
%25.56

CMYK color model

#E5EA9F color CMYK value is (2,0,32,8).

  • cyan value is 2.14%
  • magenta value is 0.00%
  • yellow value is 32.05%
  • key color value is 8.24%
CMYK:
(2,0,32,8)
C2M0Y32K8 
(2%,0%,32%,8%)
(0.02/0.00/0.32/0.08)	

CMYK percentages

%2.14
%0
%32.05
%8.24

Codes

Color #E5EA9F in popluar color models

E5EA9F
RGB229234159
HSL64°64.10%77.06%
HSB/HSV64°32.05%91.76%
CMYK2.14%0.00%32.05%
8.24%

Color #E5EA9F in popluar number systems.

HEXE5EA9F
Decimal229234159
Binary111001011110101010011111
Octal345352237

Shades and tints

Shades of #E5EA9F

#E5EA9F
(229,234,159)
#D1D591
(209,213,145)
#BDC083
(189,192,131)
#A9AB75
(169,171,117)
#959667
(149,150,103)
#818159
(129,129,89)
#6D6C4B
(109,108,75)
#59573D
(89,87,61)
#45422F
(69,66,47)
#312D21
(49,45,33)
#1D1813
(29,24,19)
#000000
(0,0,0)

Tints of #E5EA9F

#E5EA9F
(229,234,159)
#E7EBA7
(231,235,167)
#E9ECAF
(233,236,175)
#EBEDB7
(235,237,183)
#EDEEBF
(237,238,191)
#EFEFC7
(239,239,199)
#F1F0CF
(241,240,207)
#F3F1D7
(243,241,215)
#F5F2DF
(245,242,223)
#F7F3E7
(247,243,231)
#F9F4EF
(249,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5EA9F color. Also use rgb(229,234,159) instead hex code.

Text Font Color

.myTextColor { color: #E5EA9F; }

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

This text font color is #E5EA9F.


Background Color

.myBgColor { background-color: #E5EA9F; }

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

This div background color is #E5EA9F.


Border color

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

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

This div border color is #E5EA9F.


Opacity

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

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

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

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

This text has shadow with #E5EA9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EA9F on black background.


Color preview on white background

This text has color #E5EA9F on white background.



Black color preview on #E5EA9F background

This text has black color on #E5EA9F background.


White color preview on #E5EA9F background

This text has white color on #E5EA9F background.