COLOR #E0D67E

HEX: #E0D67E
RGB: (224,214,126)

Color info

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

RGB color model

#E0D67E color RGB value is (224,214,126).

  • red value is 224;
  • green value is 214;
  • blue value is 126.
RGB:
(224,214,126)
(88%,84%,49%)

RGB channels and saturation

R 224 of 255 = 88%
G 214 of 255 = 84%
B 126 of 255 = 49%

224
214
126

R + G + B ~ 74%. #E0D67E is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 214 + 126 = 564 (100%)
R 224 of 564 ~ 39.72%
G 214 of 564 ~ 37.94%
B 126 of 564 ~ 22.34%

%39.72
%37.94
%22.34

CMYK color model

#E0D67E color CMYK value is (0,4,44,12).

  • cyan value is 0.00%
  • magenta value is 4.46%
  • yellow value is 43.75%
  • key color value is 12.16%
CMYK:
(0,4,44,12)
C0M4Y44K12 
(0%,4%,44%,12%)
(0.00/0.04/0.44/0.12)	

CMYK percentages

%0
%4.46
%43.75
%12.16

Codes

Color #E0D67E in popluar color models

E0D67E
RGB224214126
HSL54°61.25%68.63%
HSB/HSV54°43.75%87.84%
CMYK0.00%4.46%43.75%
12.16%

Color #E0D67E in popluar number systems.

HEXE0D67E
Decimal224214126
Binary11100000110101101111110
Octal340326176

Shades and tints

Shades of #E0D67E

#E0D67E
(224,214,126)
#CCC373
(204,195,115)
#B8B068
(184,176,104)
#A49D5D
(164,157,93)
#908A52
(144,138,82)
#7C7747
(124,119,71)
#68643C
(104,100,60)
#545131
(84,81,49)
#403E26
(64,62,38)
#2C2B1B
(44,43,27)
#181810
(24,24,16)
#000000
(0,0,0)

Tints of #E0D67E

#E0D67E
(224,214,126)
#E2D989
(226,217,137)
#E4DC94
(228,220,148)
#E6DF9F
(230,223,159)
#E8E2AA
(232,226,170)
#EAE5B5
(234,229,181)
#ECE8C0
(236,232,192)
#EEEBCB
(238,235,203)
#F0EED6
(240,238,214)
#F2F1E1
(242,241,225)
#F4F4EC
(244,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D67E color. Also use rgb(224,214,126) instead hex code.

Text Font Color

.myTextColor { color: #E0D67E; }

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

This text font color is #E0D67E.


Background Color

.myBgColor { background-color: #E0D67E; }

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

This div background color is #E0D67E.


Border color

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

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

This div border color is #E0D67E.


Opacity

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

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

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

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

This text has shadow with #E0D67E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D67E on black background.


Color preview on white background

This text has color #E0D67E on white background.



Black color preview on #E0D67E background

This text has black color on #E0D67E background.


White color preview on #E0D67E background

This text has white color on #E0D67E background.