COLOR #E5D919

HEX: #E5D919
RGB: (229,217,25)

Color info

#E5D919 contains mainly red and green colors. Web safe color of #E5D919 is #CCCC00 (or #CC0).

RGB color model

#E5D919 color RGB value is (229,217,25).

  • red value is 229;
  • green value is 217;
  • blue value is 25.
RGB:
(229,217,25)
(90%,85%,10%)

RGB channels and saturation

R 229 of 255 = 90%
G 217 of 255 = 85%
B 25 of 255 = 10%

229
217
25

R + G + B ~ 62%. #E5D919 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 217 + 25 = 471 (100%)
R 229 of 471 ~ 48.62%
G 217 of 471 ~ 46.07%
B 25 of 471 ~ 5.31%

%48.62
%46.07

CMYK color model

#E5D919 color CMYK value is (0,5,89,10).

  • cyan value is 0.00%
  • magenta value is 5.24%
  • yellow value is 89.08%
  • key color value is 10.20%
CMYK:
(0,5,89,10)
C0M5Y89K10 
(0%,5%,89%,10%)
(0.00/0.05/0.89/0.10)	

CMYK percentages

%0
%5.24
%89.08
%10.2

Codes

Color #E5D919 in popluar color models

E5D919
RGB22921725
HSL56°80.31%49.80%
HSB/HSV56°89.08%89.80%
CMYK0.00%5.24%89.08%
10.20%

Color #E5D919 in popluar number systems.

HEXE5D919
Decimal22921725
Binary111001011101100111001
Octal34533131

Shades and tints

Shades of #E5D919

#E5D919
(229,217,25)
#D1C617
(209,198,23)
#BDB315
(189,179,21)
#A9A013
(169,160,19)
#958D11
(149,141,17)
#817A0F
(129,122,15)
#6D670D
(109,103,13)
#59540B
(89,84,11)
#454109
(69,65,9)
#312E07
(49,46,7)
#1D1B05
(29,27,5)
#000000
(0,0,0)

Tints of #E5D919

#E5D919
(229,217,25)
#E7DC2D
(231,220,45)
#E9DF41
(233,223,65)
#EBE255
(235,226,85)
#EDE569
(237,229,105)
#EFE87D
(239,232,125)
#F1EB91
(241,235,145)
#F3EEA5
(243,238,165)
#F5F1B9
(245,241,185)
#F7F4CD
(247,244,205)
#F9F7E1
(249,247,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D919 color. Also use rgb(229,217,25) instead hex code.

Text Font Color

.myTextColor { color: #E5D919; }

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

This text font color is #E5D919.


Background Color

.myBgColor { background-color: #E5D919; }

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

This div background color is #E5D919.


Border color

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

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

This div border color is #E5D919.


Opacity

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

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

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

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

This text has shadow with #E5D919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D919 on black background.


Color preview on white background

This text has color #E5D919 on white background.



Black color preview on #E5D919 background

This text has black color on #E5D919 background.


White color preview on #E5D919 background

This text has white color on #E5D919 background.