COLOR #E1D800

HEX: #E1D800
RGB: (225,216,0)

Color info

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

RGB color model

#E1D800 color RGB value is (225,216,0).

  • red value is 225;
  • green value is 216;
  • blue value is 0.
RGB:
(225,216,0)
(88%,85%,0%)

RGB channels and saturation

R 225 of 255 = 88%
G 216 of 255 = 85%
B 0 of 255 = 0%

225
216
0

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

Portions of RGB colors in percentages

R + G + B =
225 + 216 + 0 = 441 (100%)
R 225 of 441 ~ 51.02%
G 216 of 441 ~ 48.98%
B 0 of 441 ~ 0%

%51.02
%48.98

CMYK color model

#E1D800 color CMYK value is (0,4,100,12).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 100.00%
  • key color value is 11.76%
CMYK:
(0,4,100,12)
C0M4Y100K12 
(0%,4%,100%,12%)
(0.00/0.04/1.00/0.12)	

CMYK percentages

%0
%4
%100
%11.76

Codes

Color #E1D800 in popluar color models

E1D800
RGB2252160
HSL58°100.00%44.12%
HSB/HSV58°100.00%88.24%
CMYK0.00%4.00%100.00%
11.76%

Color #E1D800 in popluar number systems.

HEXE1D800
Decimal2252160
Binary11100001110110000
Octal3413300

Shades and tints

Shades of #E1D800

#E1D800
(225,216,0)
#CDC500
(205,197,0)
#B9B200
(185,178,0)
#A59F00
(165,159,0)
#918C00
(145,140,0)
#7D7900
(125,121,0)
#696600
(105,102,0)
#555300
(85,83,0)
#414000
(65,64,0)
#2D2D00
(45,45,0)
#191A00
(25,26,0)
#000000
(0,0,0)

Tints of #E1D800

#E1D800
(225,216,0)
#E3DB17
(227,219,23)
#E5DE2E
(229,222,46)
#E7E145
(231,225,69)
#E9E45C
(233,228,92)
#EBE773
(235,231,115)
#EDEA8A
(237,234,138)
#EFEDA1
(239,237,161)
#F1F0B8
(241,240,184)
#F3F3CF
(243,243,207)
#F5F6E6
(245,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D800 color. Also use rgb(225,216,0) instead hex code.

Text Font Color

.myTextColor { color: #E1D800; }

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

This text font color is #E1D800.


Background Color

.myBgColor { background-color: #E1D800; }

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

This div background color is #E1D800.


Border color

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

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

This div border color is #E1D800.


Opacity

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

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

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

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

This text has shadow with #E1D800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D800 on black background.


Color preview on white background

This text has color #E1D800 on white background.



Black color preview on #E1D800 background

This text has black color on #E1D800 background.


White color preview on #E1D800 background

This text has white color on #E1D800 background.