COLOR #E4DCA4

HEX: #E4DCA4 RGB: (228,220,164)

Color info

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

RGB color model

#E4DCA4 color RGB value is (228,220,164).

RGB: (228,220,164) (89%, 86%, 64%)

RGB channels and saturation

R 228 of 255 = 89%
G 220 of 255 = 86%
B 164 of 255 = 64%

228
220
164

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

Portions of RGB colors in percentages

R + G + B = 228 + 220 + 164 = 612 (100%)
R 228 of 612 ~ 37.25%
G 220 of 612 ~ 35.95%
B 164 of 612 ~ 26.8'%

%37.25
%35.95
%26.8

CMYK color model

#E4DCA4 color CMYK value is (0,4,28,11).

  • cyan value is 0.00%
  • magenta value is 3.51%
  • yellow value is 28.07%
  • key color value is 10.59%

CMYK: (0,4,28,11)
C0M4Y28K11 (0%, 4%, 28%, 11%)
(0.00 / 0.04 / 0.28 / 0.11)

CMYK percentages

%0
%3.51
%28.07
%10.59

Codes

Color #E4DCA4 in popluar color models

E4 DC A4
RGB 228 220 164
HSL 53° 54.24% 76.86%
HSB/HSV 53° 28.07% 89.41%
CMYK 0.00% 3.51% 28.07%
10.59%

Color #E4DCA4 in popluar number systems.

HEX E4 DC A4
Decimal 228 220 164
Binary 11100100 11011100 10100100
Octal 344 334 244

Shades and tints

Shades of #E4DCA4

#E4DCA4
(228,220,164)
#D0C896
(208,200,150)
#BCB488
(188,180,136)
#A8A07A
(168,160,122)
#948C6C
(148,140,108)
#80785E
(128,120,94)
#6C6450
(108,100,80)
#585042
(88,80,66)
#443C34
(68,60,52)
#302826
(48,40,38)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #E4DCA4

#E4DCA4
(228,220,164)
#E6DFAC
(230,223,172)
#E8E2B4
(232,226,180)
#EAE5BC
(234,229,188)
#ECE8C4
(236,232,196)
#EEEBCC
(238,235,204)
#F0EED4
(240,238,212)
#F2F1DC
(242,241,220)
#F4F4E4
(244,244,228)
#F6F7EC
(246,247,236)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DCA4; }

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

This text font color is #E4DCA4.

Background Color

.myBgColor { background-color: #E4DCA4; }

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

This div background color is #E4DCA4.

Border color

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

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

This div border color is #E4DCA4.

Opacity

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

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

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

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

This text has shadow with #E4DCA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4DCA4.

Preview

Color preview on black background

This text has color #E4DCA4 on black background.


Color preview on white background

This text has color #E4DCA4 on white background.


Black color preview on #E4DCA4 background

This text has black color on #E4DCA4 background.


White color preview on #E4DCA4 background

This text has white color on #E4DCA4 background.


Related colors

Complementary color

Complementary color for #hex is #1B235B.


I love getcolorcode.com

Triadic colors

1 #A4E4DC and #DCA4E4 with #E4DCA4 are triadic colors.

2 #A4DCE4 and #DCE4A4 with #E4DCA4 are triadic colors.