COLOR #E1BA00

HEX: #E1BA00
RGB: (225,186,0)

Color info

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

RGB color model

#E1BA00 color RGB value is (225,186,0).

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

RGB channels and saturation

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

225
186
0

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

Portions of RGB colors in percentages

R + G + B =
225 + 186 + 0 = 411 (100%)
R 225 of 411 ~ 54.74%
G 186 of 411 ~ 45.26%
B 0 of 411 ~ 0%

%54.74
%45.26

CMYK color model

#E1BA00 color CMYK value is (0,17,100,12).

  • cyan value is 0.00%
  • magenta value is 17.33%
  • yellow value is 100.00%
  • key color value is 11.76%
CMYK:
(0,17,100,12)
C0M17Y100K12 
(0%,17%,100%,12%)
(0.00/0.17/1.00/0.12)	

CMYK percentages

%0
%17.33
%100
%11.76

Codes

Color #E1BA00 in popluar color models

E1BA00
RGB2251860
HSL50°100.00%44.12%
HSB/HSV50°100.00%88.24%
CMYK0.00%17.33%100.00%
11.76%

Color #E1BA00 in popluar number systems.

HEXE1BA00
Decimal2251860
Binary11100001101110100
Octal3412720

Shades and tints

Shades of #E1BA00

#E1BA00
(225,186,0)
#CDAA00
(205,170,0)
#B99A00
(185,154,0)
#A58A00
(165,138,0)
#917A00
(145,122,0)
#7D6A00
(125,106,0)
#695A00
(105,90,0)
#554A00
(85,74,0)
#413A00
(65,58,0)
#2D2A00
(45,42,0)
#191A00
(25,26,0)
#000000
(0,0,0)

Tints of #E1BA00

#E1BA00
(225,186,0)
#E3C017
(227,192,23)
#E5C62E
(229,198,46)
#E7CC45
(231,204,69)
#E9D25C
(233,210,92)
#EBD873
(235,216,115)
#EDDE8A
(237,222,138)
#EFE4A1
(239,228,161)
#F1EAB8
(241,234,184)
#F3F0CF
(243,240,207)
#F5F6E6
(245,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BA00; }

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

This text font color is #E1BA00.


Background Color

.myBgColor { background-color: #E1BA00; }

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

This div background color is #E1BA00.


Border color

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

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

This div border color is #E1BA00.


Opacity

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

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

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

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

This text has shadow with #E1BA00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BA00 on black background.


Color preview on white background

This text has color #E1BA00 on white background.



Black color preview on #E1BA00 background

This text has black color on #E1BA00 background.


White color preview on #E1BA00 background

This text has white color on #E1BA00 background.