COLOR #E2DC9A

HEX: #E2DC9A
RGB: (226,220,154)

Color info

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

RGB color model

#E2DC9A color RGB value is (226,220,154).

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

RGB channels and saturation

R 226 of 255 = 89%
G 220 of 255 = 86%
B 154 of 255 = 60%

226
220
154

R + G + B ~ 78%. #E2DC9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 220 + 154 = 600 (100%)
R 226 of 600 ~ 37.67%
G 220 of 600 ~ 36.67%
B 154 of 600 ~ 25.67%

%37.67
%36.67
%25.67

CMYK color model

#E2DC9A color CMYK value is (0,3,32,11).

  • cyan value is 0.00%
  • magenta value is 2.65%
  • yellow value is 31.86%
  • key color value is 11.37%
CMYK:
(0,3,32,11)
C0M3Y32K11 
(0%,3%,32%,11%)
(0.00/0.03/0.32/0.11)	

CMYK percentages

%0
%2.65
%31.86
%11.37

Codes

Color #E2DC9A in popluar color models

E2DC9A
RGB226220154
HSL55°55.38%74.51%
HSB/HSV55°31.86%88.63%
CMYK0.00%2.65%31.86%
11.37%

Color #E2DC9A in popluar number systems.

HEXE2DC9A
Decimal226220154
Binary111000101101110010011010
Octal342334232

Shades and tints

Shades of #E2DC9A

#E2DC9A
(226,220,154)
#CEC88C
(206,200,140)
#BAB47E
(186,180,126)
#A6A070
(166,160,112)
#928C62
(146,140,98)
#7E7854
(126,120,84)
#6A6446
(106,100,70)
#565038
(86,80,56)
#423C2A
(66,60,42)
#2E281C
(46,40,28)
#1A140E
(26,20,14)
#000000
(0,0,0)

Tints of #E2DC9A

#E2DC9A
(226,220,154)
#E4DFA3
(228,223,163)
#E6E2AC
(230,226,172)
#E8E5B5
(232,229,181)
#EAE8BE
(234,232,190)
#ECEBC7
(236,235,199)
#EEEED0
(238,238,208)
#F0F1D9
(240,241,217)
#F2F4E2
(242,244,226)
#F4F7EB
(244,247,235)
#F6FAF4
(246,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DC9A; }

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

This text font color is #E2DC9A.


Background Color

.myBgColor { background-color: #E2DC9A; }

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

This div background color is #E2DC9A.


Border color

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

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

This div border color is #E2DC9A.


Opacity

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

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

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

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

This text has shadow with #E2DC9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DC9A on black background.


Color preview on white background

This text has color #E2DC9A on white background.



Black color preview on #E2DC9A background

This text has black color on #E2DC9A background.


White color preview on #E2DC9A background

This text has white color on #E2DC9A background.