COLOR #E1D100

HEX: #E1D100
RGB: (225,209,0)

Color info

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

RGB color model

#E1D100 color RGB value is (225,209,0).

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

RGB channels and saturation

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

225
209
0

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

Portions of RGB colors in percentages

R + G + B =
225 + 209 + 0 = 434 (100%)
R 225 of 434 ~ 51.84%
G 209 of 434 ~ 48.16%
B 0 of 434 ~ 0%

%51.84
%48.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.11%
  • 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
%7.11
%100
%11.76

Codes

Color #E1D100 in popluar color models

E1D100
RGB2252090
HSL56°100.00%44.12%
HSB/HSV56°100.00%88.24%
CMYK0.00%7.11%100.00%
11.76%

Color #E1D100 in popluar number systems.

HEXE1D100
Decimal2252090
Binary11100001110100010
Octal3413210

Shades and tints

Shades of #E1D100

#E1D100
(225,209,0)
#CDBE00
(205,190,0)
#B9AB00
(185,171,0)
#A59800
(165,152,0)
#918500
(145,133,0)
#7D7200
(125,114,0)
#695F00
(105,95,0)
#554C00
(85,76,0)
#413900
(65,57,0)
#2D2600
(45,38,0)
#191300
(25,19,0)
#000000
(0,0,0)

Tints of #E1D100

#E1D100
(225,209,0)
#E3D517
(227,213,23)
#E5D92E
(229,217,46)
#E7DD45
(231,221,69)
#E9E15C
(233,225,92)
#EBE573
(235,229,115)
#EDE98A
(237,233,138)
#EFEDA1
(239,237,161)
#F1F1B8
(241,241,184)
#F3F5CF
(243,245,207)
#F5F9E6
(245,249,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D100; }

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

This text font color is #E1D100.


Background Color

.myBgColor { background-color: #E1D100; }

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

This div background color is #E1D100.


Border color

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

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

This div border color is #E1D100.


Opacity

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

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

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

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

This text has shadow with #E1D100 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D100 on black background.


Color preview on white background

This text has color #E1D100 on white background.



Black color preview on #E1D100 background

This text has black color on #E1D100 background.


White color preview on #E1D100 background

This text has white color on #E1D100 background.