COLOR #E2E19F

HEX: #E2E19F
RGB: (226,225,159)

Color info

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

RGB color model

#E2E19F color RGB value is (226,225,159).

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

RGB channels and saturation

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

226
225
159

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

Portions of RGB colors in percentages

R + G + B =
226 + 225 + 159 = 610 (100%)
R 226 of 610 ~ 37.05%
G 225 of 610 ~ 36.89%
B 159 of 610 ~ 26.07%

%37.05
%36.89
%26.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.44%
  • 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.44
%29.65
%11.37

Codes

Color #E2E19F in popluar color models

E2E19F
RGB226225159
HSL59°53.60%75.49%
HSB/HSV59°29.65%88.63%
CMYK0.00%0.44%29.65%
11.37%

Color #E2E19F in popluar number systems.

HEXE2E19F
Decimal226225159
Binary111000101110000110011111
Octal342341237

Shades and tints

Shades of #E2E19F

#E2E19F
(226,225,159)
#CECD91
(206,205,145)
#BAB983
(186,185,131)
#A6A575
(166,165,117)
#929167
(146,145,103)
#7E7D59
(126,125,89)
#6A694B
(106,105,75)
#56553D
(86,85,61)
#42412F
(66,65,47)
#2E2D21
(46,45,33)
#1A1913
(26,25,19)
#000000
(0,0,0)

Tints of #E2E19F

#E2E19F
(226,225,159)
#E4E3A7
(228,227,167)
#E6E5AF
(230,229,175)
#E8E7B7
(232,231,183)
#EAE9BF
(234,233,191)
#ECEBC7
(236,235,199)
#EEEDCF
(238,237,207)
#F0EFD7
(240,239,215)
#F2F1DF
(242,241,223)
#F4F3E7
(244,243,231)
#F6F5EF
(246,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E19F; }

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

This text font color is #E2E19F.


Background Color

.myBgColor { background-color: #E2E19F; }

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

This div background color is #E2E19F.


Border color

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

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

This div border color is #E2E19F.


Opacity

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

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

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

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

This text has shadow with #E2E19F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E19F on black background.


Color preview on white background

This text has color #E2E19F on white background.



Black color preview on #E2E19F background

This text has black color on #E2E19F background.


White color preview on #E2E19F background

This text has white color on #E2E19F background.