COLOR #E2D19A

HEX: #E2D19A
RGB: (226,209,154)

Color info

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

RGB color model

#E2D19A color RGB value is (226,209,154).

  • red value is 226;
  • green value is 209;
  • blue value is 154.
RGB:
(226,209,154)
(89%,82%,60%)

RGB channels and saturation

R 226 of 255 = 89%
G 209 of 255 = 82%
B 154 of 255 = 60%

226
209
154

R + G + B ~ 77%. #E2D19A is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 209 + 154 = 589 (100%)
R 226 of 589 ~ 38.37%
G 209 of 589 ~ 35.48%
B 154 of 589 ~ 26.15%

%38.37
%35.48
%26.15

CMYK color model

#E2D19A color CMYK value is (0,8,32,11).

  • cyan value is 0.00%
  • magenta value is 7.52%
  • yellow value is 31.86%
  • key color value is 11.37%
CMYK:
(0,8,32,11)
C0M8Y32K11 
(0%,8%,32%,11%)
(0.00/0.08/0.32/0.11)	

CMYK percentages

%0
%7.52
%31.86
%11.37

Codes

Color #E2D19A in popluar color models

E2D19A
RGB226209154
HSL46°55.38%74.51%
HSB/HSV46°31.86%88.63%
CMYK0.00%7.52%31.86%
11.37%

Color #E2D19A in popluar number systems.

HEXE2D19A
Decimal226209154
Binary111000101101000110011010
Octal342321232

Shades and tints

Shades of #E2D19A

#E2D19A
(226,209,154)
#CEBE8C
(206,190,140)
#BAAB7E
(186,171,126)
#A69870
(166,152,112)
#928562
(146,133,98)
#7E7254
(126,114,84)
#6A5F46
(106,95,70)
#564C38
(86,76,56)
#42392A
(66,57,42)
#2E261C
(46,38,28)
#1A130E
(26,19,14)
#000000
(0,0,0)

Tints of #E2D19A

#E2D19A
(226,209,154)
#E4D5A3
(228,213,163)
#E6D9AC
(230,217,172)
#E8DDB5
(232,221,181)
#EAE1BE
(234,225,190)
#ECE5C7
(236,229,199)
#EEE9D0
(238,233,208)
#F0EDD9
(240,237,217)
#F2F1E2
(242,241,226)
#F4F5EB
(244,245,235)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2D19A; }

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

This text font color is #E2D19A.


Background Color

.myBgColor { background-color: #E2D19A; }

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

This div background color is #E2D19A.


Border color

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

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

This div border color is #E2D19A.


Opacity

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

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

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

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

This text has shadow with #E2D19A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D19A on black background.


Color preview on white background

This text has color #E2D19A on white background.



Black color preview on #E2D19A background

This text has black color on #E2D19A background.


White color preview on #E2D19A background

This text has white color on #E2D19A background.