COLOR #E0D06D

HEX: #E0D06D
RGB: (224,208,109)

Color info

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

RGB color model

#E0D06D color RGB value is (224,208,109).

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

RGB channels and saturation

R 224 of 255 = 88%
G 208 of 255 = 82%
B 109 of 255 = 43%

224
208
109

R + G + B ~ 71%. #E0D06D is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 208 + 109 = 541 (100%)
R 224 of 541 ~ 41.4%
G 208 of 541 ~ 38.45%
B 109 of 541 ~ 20.15%

%41.4
%38.45
%20.15

CMYK color model

#E0D06D color CMYK value is (0,7,51,12).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 51.34%
  • key color value is 12.16%
CMYK:
(0,7,51,12)
C0M7Y51K12 
(0%,7%,51%,12%)
(0.00/0.07/0.51/0.12)	

CMYK percentages

%0
%7.14
%51.34
%12.16

Codes

Color #E0D06D in popluar color models

E0D06D
RGB224208109
HSL52°64.97%65.29%
HSB/HSV52°51.34%87.84%
CMYK0.00%7.14%51.34%
12.16%

Color #E0D06D in popluar number systems.

HEXE0D06D
Decimal224208109
Binary11100000110100001101101
Octal340320155

Shades and tints

Shades of #E0D06D

#E0D06D
(224,208,109)
#CCBE64
(204,190,100)
#B8AC5B
(184,172,91)
#A49A52
(164,154,82)
#908849
(144,136,73)
#7C7640
(124,118,64)
#686437
(104,100,55)
#54522E
(84,82,46)
#404025
(64,64,37)
#2C2E1C
(44,46,28)
#181C13
(24,28,19)
#000000
(0,0,0)

Tints of #E0D06D

#E0D06D
(224,208,109)
#E2D47A
(226,212,122)
#E4D887
(228,216,135)
#E6DC94
(230,220,148)
#E8E0A1
(232,224,161)
#EAE4AE
(234,228,174)
#ECE8BB
(236,232,187)
#EEECC8
(238,236,200)
#F0F0D5
(240,240,213)
#F2F4E2
(242,244,226)
#F4F8EF
(244,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D06D; }

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

This text font color is #E0D06D.


Background Color

.myBgColor { background-color: #E0D06D; }

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

This div background color is #E0D06D.


Border color

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

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

This div border color is #E0D06D.


Opacity

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

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

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

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

This text has shadow with #E0D06D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D06D on black background.


Color preview on white background

This text has color #E0D06D on white background.



Black color preview on #E0D06D background

This text has black color on #E0D06D background.


White color preview on #E0D06D background

This text has white color on #E0D06D background.