COLOR #E8BA00

HEX: #E8BA00 RGB: (232,186,0)

Color info

#E8BA00 contains only red and green colors. Web safe color of #E8BA00 is #FFCC00 (or #FC0).

RGB color model

#E8BA00 color RGB value is (232,186,0).

RGB: (232,186,0) (91%, 73%, 0%)

RGB channels and saturation

R 232 of 255 = 91%
G 186 of 255 = 73%
B 0 of 255 = 0%

232
186
0

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

Portions of RGB colors in percentages

R + G + B = 232 + 186 + 0 = 418 (100%)
R 232 of 418 ~ 55.5%
G 186 of 418 ~ 44.5%
B 0 of 418 ~ 0'%

%55.5
%44.5

CMYK color model

#E8BA00 color CMYK value is (0,20,100,9).

  • cyan value is 0.00%
  • magenta value is 19.83%
  • yellow value is 100.00%
  • key color value is 9.02%

CMYK: (0,20,100,9)
C0M20Y100K9 (0%, 20%, 100%, 9%)
(0.00 / 0.20 / 1.00 / 0.09)

CMYK percentages

%0
%19.83
%100
%9.02

Codes

Color #E8BA00 in popluar color models

E8 BA 00
RGB 232 186 0
HSL 48° 100.00% 45.49%
HSB/HSV 48° 100.00% 90.98%
CMYK 0.00% 19.83% 100.00%
9.02%

Color #E8BA00 in popluar number systems.

HEX E8 BA 00
Decimal 232 186 0
Binary 11101000 10111010 0
Octal 350 272 0

Shades and tints

Shades of #E8BA00

#E8BA00
(232,186,0)
#D3AA00
(211,170,0)
#BE9A00
(190,154,0)
#A98A00
(169,138,0)
#947A00
(148,122,0)
#7F6A00
(127,106,0)
#6A5A00
(106,90,0)
#554A00
(85,74,0)
#403A00
(64,58,0)
#2B2A00
(43,42,0)
#161A00
(22,26,0)
#000000
(0,0,0)

Tints of #E8BA00

#E8BA00
(232,186,0)
#EAC017
(234,192,23)
#ECC62E
(236,198,46)
#EECC45
(238,204,69)
#F0D25C
(240,210,92)
#F2D873
(242,216,115)
#F4DE8A
(244,222,138)
#F6E4A1
(246,228,161)
#F8EAB8
(248,234,184)
#FAF0CF
(250,240,207)
#FCF6E6
(252,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8BA00; }

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

This text font color is #E8BA00.

Background Color

.myBgColor { background-color: #E8BA00; }

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

This div background color is #E8BA00.

Border color

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

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

This div border color is #E8BA00.

Opacity

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

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

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

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

This text has shadow with #E8BA00 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8BA00.

Preview

Color preview on black background

This text has color #E8BA00 on black background.


Color preview on white background

This text has color #E8BA00 on white background.


Black color preview on #E8BA00 background

This text has black color on #E8BA00 background.


White color preview on #E8BA00 background

This text has white color on #E8BA00 background.


Related colors

Complementary color

Complementary color for #hex is #1745FF.


I love getcolorcode.com

Triadic colors

1 #00E8BA and #BA00E8 with #E8BA00 are triadic colors.

2 #00BAE8 and #BAE800 with #E8BA00 are triadic colors.