COLOR #E1B900

HEX: #E1B900
RGB: (225,185,0)

Color info

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

RGB color model

#E1B900 color RGB value is (225,185,0).

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

RGB channels and saturation

R 225 of 255 = 88%
G 185 of 255 = 73%
B 0 of 255 = 0%

225
185
0

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

Portions of RGB colors in percentages

R + G + B =
225 + 185 + 0 = 410 (100%)
R 225 of 410 ~ 54.88%
G 185 of 410 ~ 45.12%
B 0 of 410 ~ 0%

%54.88
%45.12

CMYK color model

#E1B900 color CMYK value is (0,18,100,12).

  • cyan value is 0.00%
  • magenta value is 17.78%
  • yellow value is 100.00%
  • key color value is 11.76%
CMYK:
(0,18,100,12)
C0M18Y100K12 
(0%,18%,100%,12%)
(0.00/0.18/1.00/0.12)	

CMYK percentages

%0
%17.78
%100
%11.76

Codes

Color #E1B900 in popluar color models

E1B900
RGB2251850
HSL49°100.00%44.12%
HSB/HSV49°100.00%88.24%
CMYK0.00%17.78%100.00%
11.76%

Color #E1B900 in popluar number systems.

HEXE1B900
Decimal2251850
Binary11100001101110010
Octal3412710

Shades and tints

Shades of #E1B900

#E1B900
(225,185,0)
#CDA900
(205,169,0)
#B99900
(185,153,0)
#A58900
(165,137,0)
#917900
(145,121,0)
#7D6900
(125,105,0)
#695900
(105,89,0)
#554900
(85,73,0)
#413900
(65,57,0)
#2D2900
(45,41,0)
#191900
(25,25,0)
#000000
(0,0,0)

Tints of #E1B900

#E1B900
(225,185,0)
#E3BF17
(227,191,23)
#E5C52E
(229,197,46)
#E7CB45
(231,203,69)
#E9D15C
(233,209,92)
#EBD773
(235,215,115)
#EDDD8A
(237,221,138)
#EFE3A1
(239,227,161)
#F1E9B8
(241,233,184)
#F3EFCF
(243,239,207)
#F5F5E6
(245,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B900; }

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

This text font color is #E1B900.


Background Color

.myBgColor { background-color: #E1B900; }

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

This div background color is #E1B900.


Border color

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

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

This div border color is #E1B900.


Opacity

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

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

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

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

This text has shadow with #E1B900 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B900 on black background.


Color preview on white background

This text has color #E1B900 on white background.



Black color preview on #E1B900 background

This text has black color on #E1B900 background.


White color preview on #E1B900 background

This text has white color on #E1B900 background.