COLOR #E8BC0E

HEX: #E8BC0E
RGB: (232,188,14)

Color info

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

RGB color model

#E8BC0E color RGB value is (232,188,14).

  • red value is 232;
  • green value is 188;
  • blue value is 14.
RGB:
(232,188,14)
(91%,74%,5%)

RGB channels and saturation

R 232 of 255 = 91%
G 188 of 255 = 74%
B 14 of 255 = 5%

232
188
14

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

Portions of RGB colors in percentages

R + G + B =
232 + 188 + 14 = 434 (100%)
R 232 of 434 ~ 53.46%
G 188 of 434 ~ 43.32%
B 14 of 434 ~ 3.23%

%53.46
%43.32

CMYK color model

#E8BC0E color CMYK value is (0,19,94,9).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 93.97%
  • key color value is 9.02%
CMYK:
(0,19,94,9)
C0M19Y94K9 
(0%,19%,94%,9%)
(0.00/0.19/0.94/0.09)	

CMYK percentages

%0
%18.97
%93.97
%9.02

Codes

Color #E8BC0E in popluar color models

E8BC0E
RGB23218814
HSL48°88.62%48.24%
HSB/HSV48°93.97%90.98%
CMYK0.00%18.97%93.97%
9.02%

Color #E8BC0E in popluar number systems.

HEXE8BC0E
Decimal23218814
Binary11101000101111001110
Octal35027416

Shades and tints

Shades of #E8BC0E

#E8BC0E
(232,188,14)
#D3AB0D
(211,171,13)
#BE9A0C
(190,154,12)
#A9890B
(169,137,11)
#94780A
(148,120,10)
#7F6709
(127,103,9)
#6A5608
(106,86,8)
#554507
(85,69,7)
#403406
(64,52,6)
#2B2305
(43,35,5)
#161204
(22,18,4)
#000000
(0,0,0)

Tints of #E8BC0E

#E8BC0E
(232,188,14)
#EAC223
(234,194,35)
#ECC838
(236,200,56)
#EECE4D
(238,206,77)
#F0D462
(240,212,98)
#F2DA77
(242,218,119)
#F4E08C
(244,224,140)
#F6E6A1
(246,230,161)
#F8ECB6
(248,236,182)
#FAF2CB
(250,242,203)
#FCF8E0
(252,248,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8BC0E color. Also use rgb(232,188,14) instead hex code.

Text Font Color

.myTextColor { color: #E8BC0E; }

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

This text font color is #E8BC0E.


Background Color

.myBgColor { background-color: #E8BC0E; }

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

This div background color is #E8BC0E.


Border color

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

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

This div border color is #E8BC0E.


Opacity

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

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

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

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

This text has shadow with #E8BC0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BC0E on black background.


Color preview on white background

This text has color #E8BC0E on white background.



Black color preview on #E8BC0E background

This text has black color on #E8BC0E background.


White color preview on #E8BC0E background

This text has white color on #E8BC0E background.