COLOR #E1D200

HEX: #E1D200
RGB: (225,210,0)

Color info

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

RGB color model

#E1D200 color RGB value is (225,210,0).

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

RGB channels and saturation

R 225 of 255 = 88%
G 210 of 255 = 82%
B 0 of 255 = 0%

225
210
0

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

Portions of RGB colors in percentages

R + G + B =
225 + 210 + 0 = 435 (100%)
R 225 of 435 ~ 51.72%
G 210 of 435 ~ 48.28%
B 0 of 435 ~ 0%

%51.72
%48.28

CMYK color model

#E1D200 color CMYK value is (0,7,100,12).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 100.00%
  • key color value is 11.76%
CMYK:
(0,7,100,12)
C0M7Y100K12 
(0%,7%,100%,12%)
(0.00/0.07/1.00/0.12)	

CMYK percentages

%0
%6.67
%100
%11.76

Codes

Color #E1D200 in popluar color models

E1D200
RGB2252100
HSL56°100.00%44.12%
HSB/HSV56°100.00%88.24%
CMYK0.00%6.67%100.00%
11.76%

Color #E1D200 in popluar number systems.

HEXE1D200
Decimal2252100
Binary11100001110100100
Octal3413220

Shades and tints

Shades of #E1D200

#E1D200
(225,210,0)
#CDBF00
(205,191,0)
#B9AC00
(185,172,0)
#A59900
(165,153,0)
#918600
(145,134,0)
#7D7300
(125,115,0)
#696000
(105,96,0)
#554D00
(85,77,0)
#413A00
(65,58,0)
#2D2700
(45,39,0)
#191400
(25,20,0)
#000000
(0,0,0)

Tints of #E1D200

#E1D200
(225,210,0)
#E3D617
(227,214,23)
#E5DA2E
(229,218,46)
#E7DE45
(231,222,69)
#E9E25C
(233,226,92)
#EBE673
(235,230,115)
#EDEA8A
(237,234,138)
#EFEEA1
(239,238,161)
#F1F2B8
(241,242,184)
#F3F6CF
(243,246,207)
#F5FAE6
(245,250,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D200; }

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

This text font color is #E1D200.


Background Color

.myBgColor { background-color: #E1D200; }

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

This div background color is #E1D200.


Border color

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

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

This div border color is #E1D200.


Opacity

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

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

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

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

This text has shadow with #E1D200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D200 on black background.


Color preview on white background

This text has color #E1D200 on white background.



Black color preview on #E1D200 background

This text has black color on #E1D200 background.


White color preview on #E1D200 background

This text has white color on #E1D200 background.