COLOR #E2E29F

HEX: #E2E29F
RGB: (226,226,159)

Color info

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

RGB color model

#E2E29F color RGB value is (226,226,159).

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

RGB channels and saturation

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

226
226
159

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

Portions of RGB colors in percentages

R + G + B =
226 + 226 + 159 = 611 (100%)
R 226 of 611 ~ 36.99%
G 226 of 611 ~ 36.99%
B 159 of 611 ~ 26.02%

%36.99
%36.99
%26.02

CMYK color model

#E2E29F color CMYK value is (0,0,30,11).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 29.65%
  • key color value is 11.37%
CMYK:
(0,0,30,11)
C0M0Y30K11 
(0%,0%,30%,11%)
(0.00/0.00/0.30/0.11)	

CMYK percentages

%0
%0
%29.65
%11.37

Codes

Color #E2E29F in popluar color models

E2E29F
RGB226226159
HSL60°53.60%75.49%
HSB/HSV60°29.65%88.63%
CMYK0.00%0.00%29.65%
11.37%

Color #E2E29F in popluar number systems.

HEXE2E29F
Decimal226226159
Binary111000101110001010011111
Octal342342237

Shades and tints

Shades of #E2E29F

#E2E29F
(226,226,159)
#CECE91
(206,206,145)
#BABA83
(186,186,131)
#A6A675
(166,166,117)
#929267
(146,146,103)
#7E7E59
(126,126,89)
#6A6A4B
(106,106,75)
#56563D
(86,86,61)
#42422F
(66,66,47)
#2E2E21
(46,46,33)
#1A1A13
(26,26,19)
#000000
(0,0,0)

Tints of #E2E29F

#E2E29F
(226,226,159)
#E4E4A7
(228,228,167)
#E6E6AF
(230,230,175)
#E8E8B7
(232,232,183)
#EAEABF
(234,234,191)
#ECECC7
(236,236,199)
#EEEECF
(238,238,207)
#F0F0D7
(240,240,215)
#F2F2DF
(242,242,223)
#F4F4E7
(244,244,231)
#F6F6EF
(246,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E29F; }

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

This text font color is #E2E29F.


Background Color

.myBgColor { background-color: #E2E29F; }

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

This div background color is #E2E29F.


Border color

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

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

This div border color is #E2E29F.


Opacity

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

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

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

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

This text has shadow with #E2E29F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E29F on black background.


Color preview on white background

This text has color #E2E29F on white background.



Black color preview on #E2E29F background

This text has black color on #E2E29F background.


White color preview on #E2E29F background

This text has white color on #E2E29F background.