COLOR #E4D47E

HEX: #E4D47E
RGB: (228,212,126)

Color info

#E4D47E contains mainly red and green colors. Web safe color of #E4D47E is #CCCC66 (or #CC6).

RGB color model

#E4D47E color RGB value is (228,212,126).

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

RGB channels and saturation

R 228 of 255 = 89%
G 212 of 255 = 83%
B 126 of 255 = 49%

228
212
126

R + G + B ~ 74%. #E4D47E is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 212 + 126 = 566 (100%)
R 228 of 566 ~ 40.28%
G 212 of 566 ~ 37.46%
B 126 of 566 ~ 22.26%

%40.28
%37.46
%22.26

CMYK color model

#E4D47E color CMYK value is (0,7,45,11).

  • cyan value is 0.00%
  • magenta value is 7.02%
  • yellow value is 44.74%
  • key color value is 10.59%
CMYK:
(0,7,45,11)
C0M7Y45K11 
(0%,7%,45%,11%)
(0.00/0.07/0.45/0.11)	

CMYK percentages

%0
%7.02
%44.74
%10.59

Codes

Color #E4D47E in popluar color models

E4D47E
RGB228212126
HSL51°65.38%69.41%
HSB/HSV51°44.74%89.41%
CMYK0.00%7.02%44.74%
10.59%

Color #E4D47E in popluar number systems.

HEXE4D47E
Decimal228212126
Binary11100100110101001111110
Octal344324176

Shades and tints

Shades of #E4D47E

#E4D47E
(228,212,126)
#D0C173
(208,193,115)
#BCAE68
(188,174,104)
#A89B5D
(168,155,93)
#948852
(148,136,82)
#807547
(128,117,71)
#6C623C
(108,98,60)
#584F31
(88,79,49)
#443C26
(68,60,38)
#30291B
(48,41,27)
#1C1610
(28,22,16)
#000000
(0,0,0)

Tints of #E4D47E

#E4D47E
(228,212,126)
#E6D789
(230,215,137)
#E8DA94
(232,218,148)
#EADD9F
(234,221,159)
#ECE0AA
(236,224,170)
#EEE3B5
(238,227,181)
#F0E6C0
(240,230,192)
#F2E9CB
(242,233,203)
#F4ECD6
(244,236,214)
#F6EFE1
(246,239,225)
#F8F2EC
(248,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4D47E; }

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

This text font color is #E4D47E.


Background Color

.myBgColor { background-color: #E4D47E; }

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

This div background color is #E4D47E.


Border color

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

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

This div border color is #E4D47E.


Opacity

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

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

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

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

This text has shadow with #E4D47E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D47E on black background.


Color preview on white background

This text has color #E4D47E on white background.



Black color preview on #E4D47E background

This text has black color on #E4D47E background.


White color preview on #E4D47E background

This text has white color on #E4D47E background.