COLOR #E0DCA4

HEX: #E0DCA4 RGB: (224,220,164)

Color info

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

RGB color model

#E0DCA4 color RGB value is (224,220,164).

RGB: (224,220,164) (88%, 86%, 64%)

RGB channels and saturation

R 224 of 255 = 88%
G 220 of 255 = 86%
B 164 of 255 = 64%

224
220
164

R + G + B ~ 79%. #E0DCA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 220 + 164 = 608 (100%)
R 224 of 608 ~ 36.84%
G 220 of 608 ~ 36.18%
B 164 of 608 ~ 26.97'%

%36.84
%36.18
%26.97

CMYK color model

#E0DCA4 color CMYK value is (0,2,27,12).

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 26.79%
  • key color value is 12.16%

CMYK: (0,2,27,12)
C0M2Y27K12 (0%, 2%, 27%, 12%)
(0.00 / 0.02 / 0.27 / 0.12)

CMYK percentages

%0
%1.79
%26.79
%12.16

Codes

Color #E0DCA4 in popluar color models

E0 DC A4
RGB 224 220 164
HSL 56° 49.18% 76.08%
HSB/HSV 56° 26.79% 87.84%
CMYK 0.00% 1.79% 26.79%
12.16%

Color #E0DCA4 in popluar number systems.

HEX E0 DC A4
Decimal 224 220 164
Binary 11100000 11011100 10100100
Octal 340 334 244

Shades and tints

Shades of #E0DCA4

#E0DCA4
(224,220,164)
#CCC896
(204,200,150)
#B8B488
(184,180,136)
#A4A07A
(164,160,122)
#908C6C
(144,140,108)
#7C785E
(124,120,94)
#686450
(104,100,80)
#545042
(84,80,66)
#403C34
(64,60,52)
#2C2826
(44,40,38)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #E0DCA4

#E0DCA4
(224,220,164)
#E2DFAC
(226,223,172)
#E4E2B4
(228,226,180)
#E6E5BC
(230,229,188)
#E8E8C4
(232,232,196)
#EAEBCC
(234,235,204)
#ECEED4
(236,238,212)
#EEF1DC
(238,241,220)
#F0F4E4
(240,244,228)
#F2F7EC
(242,247,236)
#F4FAF4
(244,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0DCA4 color. Also use rgb(224,220,164) instead hex code.

Text Font Color

.myTextColor { color: #E0DCA4; }

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

This text font color is #E0DCA4.

Background Color

.myBgColor { background-color: #E0DCA4; }

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

This div background color is #E0DCA4.

Border color

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

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

This div border color is #E0DCA4.

Opacity

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

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

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

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

This text has shadow with #E0DCA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DCA4.

Preview

Color preview on black background

This text has color #E0DCA4 on black background.


Color preview on white background

This text has color #E0DCA4 on white background.


Black color preview on #E0DCA4 background

This text has black color on #E0DCA4 background.


White color preview on #E0DCA4 background

This text has white color on #E0DCA4 background.


Related colors

Complementary color

Complementary color for #hex is #1F235B.


I love getcolorcode.com

Triadic colors

1 #A4E0DC and #DCA4E0 with #E0DCA4 are triadic colors.

2 #A4DCE0 and #DCE0A4 with #E0DCA4 are triadic colors.