COLOR #E1D42E

HEX: #E1D42E
RGB: (225,212,46)

Color info

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

RGB color model

#E1D42E color RGB value is (225,212,46).

  • red value is 225;
  • green value is 212;
  • blue value is 46.
RGB:
(225,212,46)
(88%,83%,18%)

RGB channels and saturation

R 225 of 255 = 88%
G 212 of 255 = 83%
B 46 of 255 = 18%

225
212
46

R + G + B ~ 63%. #E1D42E is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 212 + 46 = 483 (100%)
R 225 of 483 ~ 46.58%
G 212 of 483 ~ 43.89%
B 46 of 483 ~ 9.52%

%46.58
%43.89
%9.52

CMYK color model

#E1D42E color CMYK value is (0,6,80,12).

  • cyan value is 0.00%
  • magenta value is 5.78%
  • yellow value is 79.56%
  • key color value is 11.76%
CMYK:
(0,6,80,12)
C0M6Y80K12 
(0%,6%,80%,12%)
(0.00/0.06/0.80/0.12)	

CMYK percentages

%0
%5.78
%79.56
%11.76

Codes

Color #E1D42E in popluar color models

E1D42E
RGB22521246
HSL56°74.90%53.14%
HSB/HSV56°79.56%88.24%
CMYK0.00%5.78%79.56%
11.76%

Color #E1D42E in popluar number systems.

HEXE1D42E
Decimal22521246
Binary1110000111010100101110
Octal34132456

Shades and tints

Shades of #E1D42E

#E1D42E
(225,212,46)
#CDC12A
(205,193,42)
#B9AE26
(185,174,38)
#A59B22
(165,155,34)
#91881E
(145,136,30)
#7D751A
(125,117,26)
#696216
(105,98,22)
#554F12
(85,79,18)
#413C0E
(65,60,14)
#2D290A
(45,41,10)
#191606
(25,22,6)
#000000
(0,0,0)

Tints of #E1D42E

#E1D42E
(225,212,46)
#E3D741
(227,215,65)
#E5DA54
(229,218,84)
#E7DD67
(231,221,103)
#E9E07A
(233,224,122)
#EBE38D
(235,227,141)
#EDE6A0
(237,230,160)
#EFE9B3
(239,233,179)
#F1ECC6
(241,236,198)
#F3EFD9
(243,239,217)
#F5F2EC
(245,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D42E color. Also use rgb(225,212,46) instead hex code.

Text Font Color

.myTextColor { color: #E1D42E; }

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

This text font color is #E1D42E.


Background Color

.myBgColor { background-color: #E1D42E; }

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

This div background color is #E1D42E.


Border color

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

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

This div border color is #E1D42E.


Opacity

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

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

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

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

This text has shadow with #E1D42E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D42E on black background.


Color preview on white background

This text has color #E1D42E on white background.



Black color preview on #E1D42E background

This text has black color on #E1D42E background.


White color preview on #E1D42E background

This text has white color on #E1D42E background.