COLOR #E4D370

HEX: #E4D370
RGB: (228,211,112)

Color info

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

RGB color model

#E4D370 color RGB value is (228,211,112).

  • red value is 228;
  • green value is 211;
  • blue value is 112.
RGB:
(228,211,112)
(89%,83%,44%)

RGB channels and saturation

R 228 of 255 = 89%
G 211 of 255 = 83%
B 112 of 255 = 44%

228
211
112

R + G + B ~ 72%. #E4D370 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 211 + 112 = 551 (100%)
R 228 of 551 ~ 41.38%
G 211 of 551 ~ 38.29%
B 112 of 551 ~ 20.33%

%41.38
%38.29
%20.33

CMYK color model

#E4D370 color CMYK value is (0,7,51,11).

  • cyan value is 0.00%
  • magenta value is 7.46%
  • yellow value is 50.88%
  • key color value is 10.59%
CMYK:
(0,7,51,11)
C0M7Y51K11 
(0%,7%,51%,11%)
(0.00/0.07/0.51/0.11)	

CMYK percentages

%0
%7.46
%50.88
%10.59

Codes

Color #E4D370 in popluar color models

E4D370
RGB228211112
HSL51°68.24%66.67%
HSB/HSV51°50.88%89.41%
CMYK0.00%7.46%50.88%
10.59%

Color #E4D370 in popluar number systems.

HEXE4D370
Decimal228211112
Binary11100100110100111110000
Octal344323160

Shades and tints

Shades of #E4D370

#E4D370
(228,211,112)
#D0C066
(208,192,102)
#BCAD5C
(188,173,92)
#A89A52
(168,154,82)
#948748
(148,135,72)
#80743E
(128,116,62)
#6C6134
(108,97,52)
#584E2A
(88,78,42)
#443B20
(68,59,32)
#302816
(48,40,22)
#1C150C
(28,21,12)
#000000
(0,0,0)

Tints of #E4D370

#E4D370
(228,211,112)
#E6D77D
(230,215,125)
#E8DB8A
(232,219,138)
#EADF97
(234,223,151)
#ECE3A4
(236,227,164)
#EEE7B1
(238,231,177)
#F0EBBE
(240,235,190)
#F2EFCB
(242,239,203)
#F4F3D8
(244,243,216)
#F6F7E5
(246,247,229)
#F8FBF2
(248,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D370 color. Also use rgb(228,211,112) instead hex code.

Text Font Color

.myTextColor { color: #E4D370; }

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

This text font color is #E4D370.


Background Color

.myBgColor { background-color: #E4D370; }

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

This div background color is #E4D370.


Border color

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

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

This div border color is #E4D370.


Opacity

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

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

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

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

This text has shadow with #E4D370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D370 on black background.


Color preview on white background

This text has color #E4D370 on white background.



Black color preview on #E4D370 background

This text has black color on #E4D370 background.


White color preview on #E4D370 background

This text has white color on #E4D370 background.