COLOR #E5E29F

HEX: #E5E29F
RGB: (229,226,159)

Color info

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

RGB color model

#E5E29F color RGB value is (229,226,159).

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

RGB channels and saturation

R 229 of 255 = 90%
G 226 of 255 = 89%
B 159 of 255 = 62%

229
226
159

R + G + B ~ 80%. #E5E29F is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 226 + 159 = 614 (100%)
R 229 of 614 ~ 37.3%
G 226 of 614 ~ 36.81%
B 159 of 614 ~ 25.9%

%37.3
%36.81
%25.9

CMYK color model

#E5E29F color CMYK value is (0,1,31,10).

  • cyan value is 0.00%
  • magenta value is 1.31%
  • yellow value is 30.57%
  • key color value is 10.20%
CMYK:
(0,1,31,10)
C0M1Y31K10 
(0%,1%,31%,10%)
(0.00/0.01/0.31/0.10)	

CMYK percentages

%0
%1.31
%30.57
%10.2

Codes

Color #E5E29F in popluar color models

E5E29F
RGB229226159
HSL57°57.38%76.08%
HSB/HSV57°30.57%89.80%
CMYK0.00%1.31%30.57%
10.20%

Color #E5E29F in popluar number systems.

HEXE5E29F
Decimal229226159
Binary111001011110001010011111
Octal345342237

Shades and tints

Shades of #E5E29F

#E5E29F
(229,226,159)
#D1CE91
(209,206,145)
#BDBA83
(189,186,131)
#A9A675
(169,166,117)
#959267
(149,146,103)
#817E59
(129,126,89)
#6D6A4B
(109,106,75)
#59563D
(89,86,61)
#45422F
(69,66,47)
#312E21
(49,46,33)
#1D1A13
(29,26,19)
#000000
(0,0,0)

Tints of #E5E29F

#E5E29F
(229,226,159)
#E7E4A7
(231,228,167)
#E9E6AF
(233,230,175)
#EBE8B7
(235,232,183)
#EDEABF
(237,234,191)
#EFECC7
(239,236,199)
#F1EECF
(241,238,207)
#F3F0D7
(243,240,215)
#F5F2DF
(245,242,223)
#F7F4E7
(247,244,231)
#F9F6EF
(249,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E29F; }

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

This text font color is #E5E29F.


Background Color

.myBgColor { background-color: #E5E29F; }

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

This div background color is #E5E29F.


Border color

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

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

This div border color is #E5E29F.


Opacity

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

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

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

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

This text has shadow with #E5E29F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E29F on black background.


Color preview on white background

This text has color #E5E29F on white background.



Black color preview on #E5E29F background

This text has black color on #E5E29F background.


White color preview on #E5E29F background

This text has white color on #E5E29F background.