COLOR #E1C01D

HEX: #E1C01D
RGB: (225,192,29)

Color info

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

RGB color model

#E1C01D color RGB value is (225,192,29).

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

RGB channels and saturation

R 225 of 255 = 88%
G 192 of 255 = 75%
B 29 of 255 = 11%

225
192
29

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

Portions of RGB colors in percentages

R + G + B =
225 + 192 + 29 = 446 (100%)
R 225 of 446 ~ 50.45%
G 192 of 446 ~ 43.05%
B 29 of 446 ~ 6.5%

%50.45
%43.05

CMYK color model

#E1C01D color CMYK value is (0,15,87,12).

  • cyan value is 0.00%
  • magenta value is 14.67%
  • yellow value is 87.11%
  • key color value is 11.76%
CMYK:
(0,15,87,12)
C0M15Y87K12 
(0%,15%,87%,12%)
(0.00/0.15/0.87/0.12)	

CMYK percentages

%0
%14.67
%87.11
%11.76

Codes

Color #E1C01D in popluar color models

E1C01D
RGB22519229
HSL50°77.17%49.80%
HSB/HSV50°87.11%88.24%
CMYK0.00%14.67%87.11%
11.76%

Color #E1C01D in popluar number systems.

HEXE1C01D
Decimal22519229
Binary111000011100000011101
Octal34130035

Shades and tints

Shades of #E1C01D

#E1C01D
(225,192,29)
#CDAF1B
(205,175,27)
#B99E19
(185,158,25)
#A58D17
(165,141,23)
#917C15
(145,124,21)
#7D6B13
(125,107,19)
#695A11
(105,90,17)
#55490F
(85,73,15)
#41380D
(65,56,13)
#2D270B
(45,39,11)
#191609
(25,22,9)
#000000
(0,0,0)

Tints of #E1C01D

#E1C01D
(225,192,29)
#E3C531
(227,197,49)
#E5CA45
(229,202,69)
#E7CF59
(231,207,89)
#E9D46D
(233,212,109)
#EBD981
(235,217,129)
#EDDE95
(237,222,149)
#EFE3A9
(239,227,169)
#F1E8BD
(241,232,189)
#F3EDD1
(243,237,209)
#F5F2E5
(245,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1C01D; }

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

This text font color is #E1C01D.


Background Color

.myBgColor { background-color: #E1C01D; }

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

This div background color is #E1C01D.


Border color

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

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

This div border color is #E1C01D.


Opacity

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

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

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

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

This text has shadow with #E1C01D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C01D on black background.


Color preview on white background

This text has color #E1C01D on white background.



Black color preview on #E1C01D background

This text has black color on #E1C01D background.


White color preview on #E1C01D background

This text has white color on #E1C01D background.