COLOR #E1B200

HEX: #E1B200
RGB: (225,178,0)

Color info

#E1B200 contains only red and green colors. Web safe color of #E1B200 is #CC9900 (or #C90).

RGB color model

#E1B200 color RGB value is (225,178,0).

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

RGB channels and saturation

R 225 of 255 = 88%
G 178 of 255 = 70%
B 0 of 255 = 0%

225
178
0

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

Portions of RGB colors in percentages

R + G + B =
225 + 178 + 0 = 403 (100%)
R 225 of 403 ~ 55.83%
G 178 of 403 ~ 44.17%
B 0 of 403 ~ 0%

%55.83
%44.17

CMYK color model

#E1B200 color CMYK value is (0,21,100,12).

  • cyan value is 0.00%
  • magenta value is 20.89%
  • yellow value is 100.00%
  • key color value is 11.76%
CMYK:
(0,21,100,12)
C0M21Y100K12 
(0%,21%,100%,12%)
(0.00/0.21/1.00/0.12)	

CMYK percentages

%0
%20.89
%100
%11.76

Codes

Color #E1B200 in popluar color models

E1B200
RGB2251780
HSL47°100.00%44.12%
HSB/HSV47°100.00%88.24%
CMYK0.00%20.89%100.00%
11.76%

Color #E1B200 in popluar number systems.

HEXE1B200
Decimal2251780
Binary11100001101100100
Octal3412620

Shades and tints

Shades of #E1B200

#E1B200
(225,178,0)
#CDA200
(205,162,0)
#B99200
(185,146,0)
#A58200
(165,130,0)
#917200
(145,114,0)
#7D6200
(125,98,0)
#695200
(105,82,0)
#554200
(85,66,0)
#413200
(65,50,0)
#2D2200
(45,34,0)
#191200
(25,18,0)
#000000
(0,0,0)

Tints of #E1B200

#E1B200
(225,178,0)
#E3B917
(227,185,23)
#E5C02E
(229,192,46)
#E7C745
(231,199,69)
#E9CE5C
(233,206,92)
#EBD573
(235,213,115)
#EDDC8A
(237,220,138)
#EFE3A1
(239,227,161)
#F1EAB8
(241,234,184)
#F3F1CF
(243,241,207)
#F5F8E6
(245,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B200; }

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

This text font color is #E1B200.


Background Color

.myBgColor { background-color: #E1B200; }

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

This div background color is #E1B200.


Border color

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

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

This div border color is #E1B200.


Opacity

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

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

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

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

This text has shadow with #E1B200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B200 on black background.


Color preview on white background

This text has color #E1B200 on white background.



Black color preview on #E1B200 background

This text has black color on #E1B200 background.


White color preview on #E1B200 background

This text has white color on #E1B200 background.