COLOR #E5DB5E

HEX: #E5DB5E
RGB: (229,219,94)

Color info

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

RGB color model

#E5DB5E color RGB value is (229,219,94).

  • red value is 229;
  • green value is 219;
  • blue value is 94.
RGB:
(229,219,94)
(90%,86%,37%)

RGB channels and saturation

R 229 of 255 = 90%
G 219 of 255 = 86%
B 94 of 255 = 37%

229
219
94

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

Portions of RGB colors in percentages

R + G + B =
229 + 219 + 94 = 542 (100%)
R 229 of 542 ~ 42.25%
G 219 of 542 ~ 40.41%
B 94 of 542 ~ 17.34%

%42.25
%40.41
%17.34

CMYK color model

#E5DB5E color CMYK value is (0,4,59,10).

  • cyan value is 0.00%
  • magenta value is 4.37%
  • yellow value is 58.95%
  • key color value is 10.20%
CMYK:
(0,4,59,10)
C0M4Y59K10 
(0%,4%,59%,10%)
(0.00/0.04/0.59/0.10)	

CMYK percentages

%0
%4.37
%58.95
%10.2

Codes

Color #E5DB5E in popluar color models

E5DB5E
RGB22921994
HSL56°72.19%63.33%
HSB/HSV56°58.95%89.80%
CMYK0.00%4.37%58.95%
10.20%

Color #E5DB5E in popluar number systems.

HEXE5DB5E
Decimal22921994
Binary11100101110110111011110
Octal345333136

Shades and tints

Shades of #E5DB5E

#E5DB5E
(229,219,94)
#D1C856
(209,200,86)
#BDB54E
(189,181,78)
#A9A246
(169,162,70)
#958F3E
(149,143,62)
#817C36
(129,124,54)
#6D692E
(109,105,46)
#595626
(89,86,38)
#45431E
(69,67,30)
#313016
(49,48,22)
#1D1D0E
(29,29,14)
#000000
(0,0,0)

Tints of #E5DB5E

#E5DB5E
(229,219,94)
#E7DE6C
(231,222,108)
#E9E17A
(233,225,122)
#EBE488
(235,228,136)
#EDE796
(237,231,150)
#EFEAA4
(239,234,164)
#F1EDB2
(241,237,178)
#F3F0C0
(243,240,192)
#F5F3CE
(245,243,206)
#F7F6DC
(247,246,220)
#F9F9EA
(249,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5DB5E color. Also use rgb(229,219,94) instead hex code.

Text Font Color

.myTextColor { color: #E5DB5E; }

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

This text font color is #E5DB5E.


Background Color

.myBgColor { background-color: #E5DB5E; }

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

This div background color is #E5DB5E.


Border color

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

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

This div border color is #E5DB5E.


Opacity

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

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

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

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

This text has shadow with #E5DB5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DB5E on black background.


Color preview on white background

This text has color #E5DB5E on white background.



Black color preview on #E5DB5E background

This text has black color on #E5DB5E background.


White color preview on #E5DB5E background

This text has white color on #E5DB5E background.