COLOR #E9DB13

HEX: #E9DB13
RGB: (233,219,19)

Color info

#E9DB13 contains mainly red and green colors. Web safe color of #E9DB13 is #FFCC00 (or #FC0).

RGB color model

#E9DB13 color RGB value is (233,219,19).

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

RGB channels and saturation

R 233 of 255 = 91%
G 219 of 255 = 86%
B 19 of 255 = 7%

233
219
19

R + G + B ~ 61%. #E9DB13 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 219 + 19 = 471 (100%)
R 233 of 471 ~ 49.47%
G 219 of 471 ~ 46.5%
B 19 of 471 ~ 4.03%

%49.47
%46.5

CMYK color model

#E9DB13 color CMYK value is (0,6,92,9).

  • cyan value is 0.00%
  • magenta value is 6.01%
  • yellow value is 91.85%
  • key color value is 8.63%
CMYK:
(0,6,92,9)
C0M6Y92K9 
(0%,6%,92%,9%)
(0.00/0.06/0.92/0.09)	

CMYK percentages

%0
%6.01
%91.85
%8.63

Codes

Color #E9DB13 in popluar color models

E9DB13
RGB23321919
HSL56°84.92%49.41%
HSB/HSV56°91.85%91.37%
CMYK0.00%6.01%91.85%
8.63%

Color #E9DB13 in popluar number systems.

HEXE9DB13
Decimal23321919
Binary111010011101101110011
Octal35133323

Shades and tints

Shades of #E9DB13

#E9DB13
(233,219,19)
#D4C812
(212,200,18)
#BFB511
(191,181,17)
#AAA210
(170,162,16)
#958F0F
(149,143,15)
#807C0E
(128,124,14)
#6B690D
(107,105,13)
#56560C
(86,86,12)
#41430B
(65,67,11)
#2C300A
(44,48,10)
#171D09
(23,29,9)
#000000
(0,0,0)

Tints of #E9DB13

#E9DB13
(233,219,19)
#EBDE28
(235,222,40)
#EDE13D
(237,225,61)
#EFE452
(239,228,82)
#F1E767
(241,231,103)
#F3EA7C
(243,234,124)
#F5ED91
(245,237,145)
#F7F0A6
(247,240,166)
#F9F3BB
(249,243,187)
#FBF6D0
(251,246,208)
#FDF9E5
(253,249,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DB13; }

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

This text font color is #E9DB13.


Background Color

.myBgColor { background-color: #E9DB13; }

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

This div background color is #E9DB13.


Border color

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

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

This div border color is #E9DB13.


Opacity

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

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

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

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

This text has shadow with #E9DB13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DB13 on black background.


Color preview on white background

This text has color #E9DB13 on white background.



Black color preview on #E9DB13 background

This text has black color on #E9DB13 background.


White color preview on #E9DB13 background

This text has white color on #E9DB13 background.