COLOR #E1D31C

HEX: #E1D31C
RGB: (225,211,28)

Color info

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

RGB color model

#E1D31C color RGB value is (225,211,28).

  • red value is 225;
  • green value is 211;
  • blue value is 28.
RGB:
(225,211,28)
(88%,83%,11%)

RGB channels and saturation

R 225 of 255 = 88%
G 211 of 255 = 83%
B 28 of 255 = 11%

225
211
28

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

Portions of RGB colors in percentages

R + G + B =
225 + 211 + 28 = 464 (100%)
R 225 of 464 ~ 48.49%
G 211 of 464 ~ 45.47%
B 28 of 464 ~ 6.03%

%48.49
%45.47

CMYK color model

#E1D31C color CMYK value is (0,6,88,12).

  • cyan value is 0.00%
  • magenta value is 6.22%
  • yellow value is 87.56%
  • key color value is 11.76%
CMYK:
(0,6,88,12)
C0M6Y88K12 
(0%,6%,88%,12%)
(0.00/0.06/0.88/0.12)	

CMYK percentages

%0
%6.22
%87.56
%11.76

Codes

Color #E1D31C in popluar color models

E1D31C
RGB22521128
HSL56°77.87%49.61%
HSB/HSV56°87.56%88.24%
CMYK0.00%6.22%87.56%
11.76%

Color #E1D31C in popluar number systems.

HEXE1D31C
Decimal22521128
Binary111000011101001111100
Octal34132334

Shades and tints

Shades of #E1D31C

#E1D31C
(225,211,28)
#CDC01A
(205,192,26)
#B9AD18
(185,173,24)
#A59A16
(165,154,22)
#918714
(145,135,20)
#7D7412
(125,116,18)
#696110
(105,97,16)
#554E0E
(85,78,14)
#413B0C
(65,59,12)
#2D280A
(45,40,10)
#191508
(25,21,8)
#000000
(0,0,0)

Tints of #E1D31C

#E1D31C
(225,211,28)
#E3D730
(227,215,48)
#E5DB44
(229,219,68)
#E7DF58
(231,223,88)
#E9E36C
(233,227,108)
#EBE780
(235,231,128)
#EDEB94
(237,235,148)
#EFEFA8
(239,239,168)
#F1F3BC
(241,243,188)
#F3F7D0
(243,247,208)
#F5FBE4
(245,251,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D31C color. Also use rgb(225,211,28) instead hex code.

Text Font Color

.myTextColor { color: #E1D31C; }

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

This text font color is #E1D31C.


Background Color

.myBgColor { background-color: #E1D31C; }

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

This div background color is #E1D31C.


Border color

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

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

This div border color is #E1D31C.


Opacity

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

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

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

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

This text has shadow with #E1D31C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D31C on black background.


Color preview on white background

This text has color #E1D31C on white background.



Black color preview on #E1D31C background

This text has black color on #E1D31C background.


White color preview on #E1D31C background

This text has white color on #E1D31C background.