COLOR #E0D56F

HEX: #E0D56F
RGB: (224,213,111)

Color info

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

RGB color model

#E0D56F color RGB value is (224,213,111).

  • red value is 224;
  • green value is 213;
  • blue value is 111.
RGB:
(224,213,111)
(88%,84%,44%)

RGB channels and saturation

R 224 of 255 = 88%
G 213 of 255 = 84%
B 111 of 255 = 44%

224
213
111

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

Portions of RGB colors in percentages

R + G + B =
224 + 213 + 111 = 548 (100%)
R 224 of 548 ~ 40.88%
G 213 of 548 ~ 38.87%
B 111 of 548 ~ 20.26%

%40.88
%38.87
%20.26

CMYK color model

#E0D56F color CMYK value is (0,5,50,12).

  • cyan value is 0.00%
  • magenta value is 4.91%
  • yellow value is 50.45%
  • key color value is 12.16%
CMYK:
(0,5,50,12)
C0M5Y50K12 
(0%,5%,50%,12%)
(0.00/0.05/0.50/0.12)	

CMYK percentages

%0
%4.91
%50.45
%12.16

Codes

Color #E0D56F in popluar color models

E0D56F
RGB224213111
HSL54°64.57%65.69%
HSB/HSV54°50.45%87.84%
CMYK0.00%4.91%50.45%
12.16%

Color #E0D56F in popluar number systems.

HEXE0D56F
Decimal224213111
Binary11100000110101011101111
Octal340325157

Shades and tints

Shades of #E0D56F

#E0D56F
(224,213,111)
#CCC265
(204,194,101)
#B8AF5B
(184,175,91)
#A49C51
(164,156,81)
#908947
(144,137,71)
#7C763D
(124,118,61)
#686333
(104,99,51)
#545029
(84,80,41)
#403D1F
(64,61,31)
#2C2A15
(44,42,21)
#18170B
(24,23,11)
#000000
(0,0,0)

Tints of #E0D56F

#E0D56F
(224,213,111)
#E2D87C
(226,216,124)
#E4DB89
(228,219,137)
#E6DE96
(230,222,150)
#E8E1A3
(232,225,163)
#EAE4B0
(234,228,176)
#ECE7BD
(236,231,189)
#EEEACA
(238,234,202)
#F0EDD7
(240,237,215)
#F2F0E4
(242,240,228)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D56F color. Also use rgb(224,213,111) instead hex code.

Text Font Color

.myTextColor { color: #E0D56F; }

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

This text font color is #E0D56F.


Background Color

.myBgColor { background-color: #E0D56F; }

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

This div background color is #E0D56F.


Border color

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

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

This div border color is #E0D56F.


Opacity

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

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

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

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

This text has shadow with #E0D56F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D56F on black background.


Color preview on white background

This text has color #E0D56F on white background.



Black color preview on #E0D56F background

This text has black color on #E0D56F background.


White color preview on #E0D56F background

This text has white color on #E0D56F background.