COLOR #E1DE5C

HEX: #E1DE5C
RGB: (225,222,92)

Color info

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

RGB color model

#E1DE5C color RGB value is (225,222,92).

  • red value is 225;
  • green value is 222;
  • blue value is 92.
RGB:
(225,222,92)
(88%,87%,36%)

RGB channels and saturation

R 225 of 255 = 88%
G 222 of 255 = 87%
B 92 of 255 = 36%

225
222
92

R + G + B ~ 70%. #E1DE5C is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 222 + 92 = 539 (100%)
R 225 of 539 ~ 41.74%
G 222 of 539 ~ 41.19%
B 92 of 539 ~ 17.07%

%41.74
%41.19
%17.07

CMYK color model

#E1DE5C color CMYK value is (0,1,59,12).

  • cyan value is 0.00%
  • magenta value is 1.33%
  • yellow value is 59.11%
  • key color value is 11.76%
CMYK:
(0,1,59,12)
C0M1Y59K12 
(0%,1%,59%,12%)
(0.00/0.01/0.59/0.12)	

CMYK percentages

%0
%1.33
%59.11
%11.76

Codes

Color #E1DE5C in popluar color models

E1DE5C
RGB22522292
HSL59°68.91%62.16%
HSB/HSV59°59.11%88.24%
CMYK0.00%1.33%59.11%
11.76%

Color #E1DE5C in popluar number systems.

HEXE1DE5C
Decimal22522292
Binary11100001110111101011100
Octal341336134

Shades and tints

Shades of #E1DE5C

#E1DE5C
(225,222,92)
#CDCA54
(205,202,84)
#B9B64C
(185,182,76)
#A5A244
(165,162,68)
#918E3C
(145,142,60)
#7D7A34
(125,122,52)
#69662C
(105,102,44)
#555224
(85,82,36)
#413E1C
(65,62,28)
#2D2A14
(45,42,20)
#19160C
(25,22,12)
#000000
(0,0,0)

Tints of #E1DE5C

#E1DE5C
(225,222,92)
#E3E16A
(227,225,106)
#E5E478
(229,228,120)
#E7E786
(231,231,134)
#E9EA94
(233,234,148)
#EBEDA2
(235,237,162)
#EDF0B0
(237,240,176)
#EFF3BE
(239,243,190)
#F1F6CC
(241,246,204)
#F3F9DA
(243,249,218)
#F5FCE8
(245,252,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DE5C color. Also use rgb(225,222,92) instead hex code.

Text Font Color

.myTextColor { color: #E1DE5C; }

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

This text font color is #E1DE5C.


Background Color

.myBgColor { background-color: #E1DE5C; }

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

This div background color is #E1DE5C.


Border color

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

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

This div border color is #E1DE5C.


Opacity

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

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

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

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

This text has shadow with #E1DE5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DE5C on black background.


Color preview on white background

This text has color #E1DE5C on white background.



Black color preview on #E1DE5C background

This text has black color on #E1DE5C background.


White color preview on #E1DE5C background

This text has white color on #E1DE5C background.