COLOR #E0D45B

HEX: #E0D45B
RGB: (224,212,91)

Color info

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

RGB color model

#E0D45B color RGB value is (224,212,91).

  • red value is 224;
  • green value is 212;
  • blue value is 91.
RGB:
(224,212,91)
(88%,83%,36%)

RGB channels and saturation

R 224 of 255 = 88%
G 212 of 255 = 83%
B 91 of 255 = 36%

224
212
91

R + G + B ~ 69%. #E0D45B is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 212 + 91 = 527 (100%)
R 224 of 527 ~ 42.5%
G 212 of 527 ~ 40.23%
B 91 of 527 ~ 17.27%

%42.5
%40.23
%17.27

CMYK color model

#E0D45B color CMYK value is (0,5,59,12).

  • cyan value is 0.00%
  • magenta value is 5.36%
  • yellow value is 59.38%
  • key color value is 12.16%
CMYK:
(0,5,59,12)
C0M5Y59K12 
(0%,5%,59%,12%)
(0.00/0.05/0.59/0.12)	

CMYK percentages

%0
%5.36
%59.38
%12.16

Codes

Color #E0D45B in popluar color models

E0D45B
RGB22421291
HSL55°68.21%61.76%
HSB/HSV55°59.38%87.84%
CMYK0.00%5.36%59.38%
12.16%

Color #E0D45B in popluar number systems.

HEXE0D45B
Decimal22421291
Binary11100000110101001011011
Octal340324133

Shades and tints

Shades of #E0D45B

#E0D45B
(224,212,91)
#CCC153
(204,193,83)
#B8AE4B
(184,174,75)
#A49B43
(164,155,67)
#90883B
(144,136,59)
#7C7533
(124,117,51)
#68622B
(104,98,43)
#544F23
(84,79,35)
#403C1B
(64,60,27)
#2C2913
(44,41,19)
#18160B
(24,22,11)
#000000
(0,0,0)

Tints of #E0D45B

#E0D45B
(224,212,91)
#E2D769
(226,215,105)
#E4DA77
(228,218,119)
#E6DD85
(230,221,133)
#E8E093
(232,224,147)
#EAE3A1
(234,227,161)
#ECE6AF
(236,230,175)
#EEE9BD
(238,233,189)
#F0ECCB
(240,236,203)
#F2EFD9
(242,239,217)
#F4F2E7
(244,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D45B color. Also use rgb(224,212,91) instead hex code.

Text Font Color

.myTextColor { color: #E0D45B; }

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

This text font color is #E0D45B.


Background Color

.myBgColor { background-color: #E0D45B; }

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

This div background color is #E0D45B.


Border color

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

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

This div border color is #E0D45B.


Opacity

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

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

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

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

This text has shadow with #E0D45B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D45B on black background.


Color preview on white background

This text has color #E0D45B on white background.



Black color preview on #E0D45B background

This text has black color on #E0D45B background.


White color preview on #E0D45B background

This text has white color on #E0D45B background.