COLOR #E9DB6D

HEX: #E9DB6D
RGB: (233,219,109)

Color info

#E9DB6D contains mainly red and green colors. Web safe color of #E9DB6D is #FFCC66 (or #FC6).

RGB color model

#E9DB6D color RGB value is (233,219,109).

  • red value is 233;
  • green value is 219;
  • blue value is 109.
RGB:
(233,219,109)
(91%,86%,43%)

RGB channels and saturation

R 233 of 255 = 91%
G 219 of 255 = 86%
B 109 of 255 = 43%

233
219
109

R + G + B ~ 73%. #E9DB6D is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 219 + 109 = 561 (100%)
R 233 of 561 ~ 41.53%
G 219 of 561 ~ 39.04%
B 109 of 561 ~ 19.43%

%41.53
%39.04
%19.43

CMYK color model

#E9DB6D color CMYK value is (0,6,53,9).

  • cyan value is 0.00%
  • magenta value is 6.01%
  • yellow value is 53.22%
  • key color value is 8.63%
CMYK:
(0,6,53,9)
C0M6Y53K9 
(0%,6%,53%,9%)
(0.00/0.06/0.53/0.09)	

CMYK percentages

%0
%6.01
%53.22
%8.63

Codes

Color #E9DB6D in popluar color models

E9DB6D
RGB233219109
HSL53°73.81%67.06%
HSB/HSV53°53.22%91.37%
CMYK0.00%6.01%53.22%
8.63%

Color #E9DB6D in popluar number systems.

HEXE9DB6D
Decimal233219109
Binary11101001110110111101101
Octal351333155

Shades and tints

Shades of #E9DB6D

#E9DB6D
(233,219,109)
#D4C864
(212,200,100)
#BFB55B
(191,181,91)
#AAA252
(170,162,82)
#958F49
(149,143,73)
#807C40
(128,124,64)
#6B6937
(107,105,55)
#56562E
(86,86,46)
#414325
(65,67,37)
#2C301C
(44,48,28)
#171D13
(23,29,19)
#000000
(0,0,0)

Tints of #E9DB6D

#E9DB6D
(233,219,109)
#EBDE7A
(235,222,122)
#EDE187
(237,225,135)
#EFE494
(239,228,148)
#F1E7A1
(241,231,161)
#F3EAAE
(243,234,174)
#F5EDBB
(245,237,187)
#F7F0C8
(247,240,200)
#F9F3D5
(249,243,213)
#FBF6E2
(251,246,226)
#FDF9EF
(253,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9DB6D color. Also use rgb(233,219,109) instead hex code.

Text Font Color

.myTextColor { color: #E9DB6D; }

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

This text font color is #E9DB6D.


Background Color

.myBgColor { background-color: #E9DB6D; }

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

This div background color is #E9DB6D.


Border color

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

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

This div border color is #E9DB6D.


Opacity

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

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

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

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

This text has shadow with #E9DB6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DB6D on black background.


Color preview on white background

This text has color #E9DB6D on white background.



Black color preview on #E9DB6D background

This text has black color on #E9DB6D background.


White color preview on #E9DB6D background

This text has white color on #E9DB6D background.