COLOR #E8BA2F

HEX: #E8BA2F
RGB: (232,186,47)

Color info

#E8BA2F contains mainly red and green colors. Web safe color of #E8BA2F is #FFCC33 (or #FC3).

RGB color model

#E8BA2F color RGB value is (232,186,47).

  • red value is 232;
  • green value is 186;
  • blue value is 47.
RGB:
(232,186,47)
(91%,73%,18%)

RGB channels and saturation

R 232 of 255 = 91%
G 186 of 255 = 73%
B 47 of 255 = 18%

232
186
47

R + G + B ~ 61%. #E8BA2F is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 186 + 47 = 465 (100%)
R 232 of 465 ~ 49.89%
G 186 of 465 ~ 40%
B 47 of 465 ~ 10.11%

%49.89
%40
%10.11

CMYK color model

#E8BA2F color CMYK value is (0,20,80,9).

  • cyan value is 0.00%
  • magenta value is 19.83%
  • yellow value is 79.74%
  • key color value is 9.02%
CMYK:
(0,20,80,9)
C0M20Y80K9 
(0%,20%,80%,9%)
(0.00/0.20/0.80/0.09)	

CMYK percentages

%0
%19.83
%79.74
%9.02

Codes

Color #E8BA2F in popluar color models

E8BA2F
RGB23218647
HSL45°80.09%54.71%
HSB/HSV45°79.74%90.98%
CMYK0.00%19.83%79.74%
9.02%

Color #E8BA2F in popluar number systems.

HEXE8BA2F
Decimal23218647
Binary1110100010111010101111
Octal35027257

Shades and tints

Shades of #E8BA2F

#E8BA2F
(232,186,47)
#D3AA2B
(211,170,43)
#BE9A27
(190,154,39)
#A98A23
(169,138,35)
#947A1F
(148,122,31)
#7F6A1B
(127,106,27)
#6A5A17
(106,90,23)
#554A13
(85,74,19)
#403A0F
(64,58,15)
#2B2A0B
(43,42,11)
#161A07
(22,26,7)
#000000
(0,0,0)

Tints of #E8BA2F

#E8BA2F
(232,186,47)
#EAC041
(234,192,65)
#ECC653
(236,198,83)
#EECC65
(238,204,101)
#F0D277
(240,210,119)
#F2D889
(242,216,137)
#F4DE9B
(244,222,155)
#F6E4AD
(246,228,173)
#F8EABF
(248,234,191)
#FAF0D1
(250,240,209)
#FCF6E3
(252,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8BA2F; }

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

This text font color is #E8BA2F.


Background Color

.myBgColor { background-color: #E8BA2F; }

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

This div background color is #E8BA2F.


Border color

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

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

This div border color is #E8BA2F.


Opacity

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

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

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

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

This text has shadow with #E8BA2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BA2F on black background.


Color preview on white background

This text has color #E8BA2F on white background.



Black color preview on #E8BA2F background

This text has black color on #E8BA2F background.


White color preview on #E8BA2F background

This text has white color on #E8BA2F background.