COLOR #E1D11D

HEX: #E1D11D
RGB: (225,209,29)

Color info

#E1D11D contains mainly red and green colors. Web safe color of #E1D11D is #CCCC33 (or #CC3).

RGB color model

#E1D11D color RGB value is (225,209,29).

  • red value is 225;
  • green value is 209;
  • blue value is 29.
RGB:
(225,209,29)
(88%,82%,11%)

RGB channels and saturation

R 225 of 255 = 88%
G 209 of 255 = 82%
B 29 of 255 = 11%

225
209
29

R + G + B ~ 60%. #E1D11D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
225 + 209 + 29 = 463 (100%)
R 225 of 463 ~ 48.6%
G 209 of 463 ~ 45.14%
B 29 of 463 ~ 6.26%

%48.6
%45.14

CMYK color model

#E1D11D color CMYK value is (0,7,87,12).

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 87.11%
  • key color value is 11.76%
CMYK:
(0,7,87,12)
C0M7Y87K12 
(0%,7%,87%,12%)
(0.00/0.07/0.87/0.12)	

CMYK percentages

%0
%7.11
%87.11
%11.76

Codes

Color #E1D11D in popluar color models

E1D11D
RGB22520929
HSL55°77.17%49.80%
HSB/HSV55°87.11%88.24%
CMYK0.00%7.11%87.11%
11.76%

Color #E1D11D in popluar number systems.

HEXE1D11D
Decimal22520929
Binary111000011101000111101
Octal34132135

Shades and tints

Shades of #E1D11D

#E1D11D
(225,209,29)
#CDBE1B
(205,190,27)
#B9AB19
(185,171,25)
#A59817
(165,152,23)
#918515
(145,133,21)
#7D7213
(125,114,19)
#695F11
(105,95,17)
#554C0F
(85,76,15)
#41390D
(65,57,13)
#2D260B
(45,38,11)
#191309
(25,19,9)
#000000
(0,0,0)

Tints of #E1D11D

#E1D11D
(225,209,29)
#E3D531
(227,213,49)
#E5D945
(229,217,69)
#E7DD59
(231,221,89)
#E9E16D
(233,225,109)
#EBE581
(235,229,129)
#EDE995
(237,233,149)
#EFEDA9
(239,237,169)
#F1F1BD
(241,241,189)
#F3F5D1
(243,245,209)
#F5F9E5
(245,249,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D11D color. Also use rgb(225,209,29) instead hex code.

Text Font Color

.myTextColor { color: #E1D11D; }

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

This text font color is #E1D11D.


Background Color

.myBgColor { background-color: #E1D11D; }

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

This div background color is #E1D11D.


Border color

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

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

This div border color is #E1D11D.


Opacity

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

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

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

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

This text has shadow with #E1D11D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D11D on black background.


Color preview on white background

This text has color #E1D11D on white background.



Black color preview on #E1D11D background

This text has black color on #E1D11D background.


White color preview on #E1D11D background

This text has white color on #E1D11D background.