COLOR #E4D49C

HEX: #E4D49C
RGB: (228,212,156)

Color info

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

RGB color model

#E4D49C color RGB value is (228,212,156).

  • red value is 228;
  • green value is 212;
  • blue value is 156.
RGB:
(228,212,156)
(89%,83%,61%)

RGB channels and saturation

R 228 of 255 = 89%
G 212 of 255 = 83%
B 156 of 255 = 61%

228
212
156

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

Portions of RGB colors in percentages

R + G + B =
228 + 212 + 156 = 596 (100%)
R 228 of 596 ~ 38.26%
G 212 of 596 ~ 35.57%
B 156 of 596 ~ 26.17%

%38.26
%35.57
%26.17

CMYK color model

#E4D49C color CMYK value is (0,7,32,11).

  • cyan value is 0.00%
  • magenta value is 7.02%
  • yellow value is 31.58%
  • key color value is 10.59%
CMYK:
(0,7,32,11)
C0M7Y32K11 
(0%,7%,32%,11%)
(0.00/0.07/0.32/0.11)	

CMYK percentages

%0
%7.02
%31.58
%10.59

Codes

Color #E4D49C in popluar color models

E4D49C
RGB228212156
HSL47°57.14%75.29%
HSB/HSV47°31.58%89.41%
CMYK0.00%7.02%31.58%
10.59%

Color #E4D49C in popluar number systems.

HEXE4D49C
Decimal228212156
Binary111001001101010010011100
Octal344324234

Shades and tints

Shades of #E4D49C

#E4D49C
(228,212,156)
#D0C18E
(208,193,142)
#BCAE80
(188,174,128)
#A89B72
(168,155,114)
#948864
(148,136,100)
#807556
(128,117,86)
#6C6248
(108,98,72)
#584F3A
(88,79,58)
#443C2C
(68,60,44)
#30291E
(48,41,30)
#1C1610
(28,22,16)
#000000
(0,0,0)

Tints of #E4D49C

#E4D49C
(228,212,156)
#E6D7A5
(230,215,165)
#E8DAAE
(232,218,174)
#EADDB7
(234,221,183)
#ECE0C0
(236,224,192)
#EEE3C9
(238,227,201)
#F0E6D2
(240,230,210)
#F2E9DB
(242,233,219)
#F4ECE4
(244,236,228)
#F6EFED
(246,239,237)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D49C color. Also use rgb(228,212,156) instead hex code.

Text Font Color

.myTextColor { color: #E4D49C; }

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

This text font color is #E4D49C.


Background Color

.myBgColor { background-color: #E4D49C; }

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

This div background color is #E4D49C.


Border color

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

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

This div border color is #E4D49C.


Opacity

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

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

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

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

This text has shadow with #E4D49C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D49C on black background.


Color preview on white background

This text has color #E4D49C on white background.



Black color preview on #E4D49C background

This text has black color on #E4D49C background.


White color preview on #E4D49C background

This text has white color on #E4D49C background.