COLOR #E0D040

HEX: #E0D040
RGB: (224,208,64)

Color info

#E0D040 contains mainly red and green colors. Web safe color of #E0D040 is #CCCC33 (or #CC3).

RGB color model

#E0D040 color RGB value is (224,208,64).

  • red value is 224;
  • green value is 208;
  • blue value is 64.
RGB:
(224,208,64)
(88%,82%,25%)

RGB channels and saturation

R 224 of 255 = 88%
G 208 of 255 = 82%
B 64 of 255 = 25%

224
208
64

R + G + B ~ 65%. #E0D040 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 208 + 64 = 496 (100%)
R 224 of 496 ~ 45.16%
G 208 of 496 ~ 41.94%
B 64 of 496 ~ 12.9%

%45.16
%41.94
%12.9

CMYK color model

#E0D040 color CMYK value is (0,7,71,12).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 71.43%
  • key color value is 12.16%
CMYK:
(0,7,71,12)
C0M7Y71K12 
(0%,7%,71%,12%)
(0.00/0.07/0.71/0.12)	

CMYK percentages

%0
%7.14
%71.43
%12.16

Codes

Color #E0D040 in popluar color models

E0D040
RGB22420864
HSL54°72.07%56.47%
HSB/HSV54°71.43%87.84%
CMYK0.00%7.14%71.43%
12.16%

Color #E0D040 in popluar number systems.

HEXE0D040
Decimal22420864
Binary11100000110100001000000
Octal340320100

Shades and tints

Shades of #E0D040

#E0D040
(224,208,64)
#CCBE3B
(204,190,59)
#B8AC36
(184,172,54)
#A49A31
(164,154,49)
#90882C
(144,136,44)
#7C7627
(124,118,39)
#686422
(104,100,34)
#54521D
(84,82,29)
#404018
(64,64,24)
#2C2E13
(44,46,19)
#181C0E
(24,28,14)
#000000
(0,0,0)

Tints of #E0D040

#E0D040
(224,208,64)
#E2D451
(226,212,81)
#E4D862
(228,216,98)
#E6DC73
(230,220,115)
#E8E084
(232,224,132)
#EAE495
(234,228,149)
#ECE8A6
(236,232,166)
#EEECB7
(238,236,183)
#F0F0C8
(240,240,200)
#F2F4D9
(242,244,217)
#F4F8EA
(244,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D040 color. Also use rgb(224,208,64) instead hex code.

Text Font Color

.myTextColor { color: #E0D040; }

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

This text font color is #E0D040.


Background Color

.myBgColor { background-color: #E0D040; }

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

This div background color is #E0D040.


Border color

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

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

This div border color is #E0D040.


Opacity

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

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

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

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

This text has shadow with #E0D040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D040 on black background.


Color preview on white background

This text has color #E0D040 on white background.



Black color preview on #E0D040 background

This text has black color on #E0D040 background.


White color preview on #E0D040 background

This text has white color on #E0D040 background.