COLOR #E8BC13

HEX: #E8BC13
RGB: (232,188,19)

Color info

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

RGB color model

#E8BC13 color RGB value is (232,188,19).

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

RGB channels and saturation

R 232 of 255 = 91%
G 188 of 255 = 74%
B 19 of 255 = 7%

232
188
19

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

Portions of RGB colors in percentages

R + G + B =
232 + 188 + 19 = 439 (100%)
R 232 of 439 ~ 52.85%
G 188 of 439 ~ 42.82%
B 19 of 439 ~ 4.33%

%52.85
%42.82

CMYK color model

#E8BC13 color CMYK value is (0,19,92,9).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 91.81%
  • key color value is 9.02%
CMYK:
(0,19,92,9)
C0M19Y92K9 
(0%,19%,92%,9%)
(0.00/0.19/0.92/0.09)	

CMYK percentages

%0
%18.97
%91.81
%9.02

Codes

Color #E8BC13 in popluar color models

E8BC13
RGB23218819
HSL48°84.86%49.22%
HSB/HSV48°91.81%90.98%
CMYK0.00%18.97%91.81%
9.02%

Color #E8BC13 in popluar number systems.

HEXE8BC13
Decimal23218819
Binary111010001011110010011
Octal35027423

Shades and tints

Shades of #E8BC13

#E8BC13
(232,188,19)
#D3AB12
(211,171,18)
#BE9A11
(190,154,17)
#A98910
(169,137,16)
#94780F
(148,120,15)
#7F670E
(127,103,14)
#6A560D
(106,86,13)
#55450C
(85,69,12)
#40340B
(64,52,11)
#2B230A
(43,35,10)
#161209
(22,18,9)
#000000
(0,0,0)

Tints of #E8BC13

#E8BC13
(232,188,19)
#EAC228
(234,194,40)
#ECC83D
(236,200,61)
#EECE52
(238,206,82)
#F0D467
(240,212,103)
#F2DA7C
(242,218,124)
#F4E091
(244,224,145)
#F6E6A6
(246,230,166)
#F8ECBB
(248,236,187)
#FAF2D0
(250,242,208)
#FCF8E5
(252,248,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8BC13; }

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

This text font color is #E8BC13.


Background Color

.myBgColor { background-color: #E8BC13; }

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

This div background color is #E8BC13.


Border color

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

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

This div border color is #E8BC13.


Opacity

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

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

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

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

This text has shadow with #E8BC13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BC13 on black background.


Color preview on white background

This text has color #E8BC13 on white background.



Black color preview on #E8BC13 background

This text has black color on #E8BC13 background.


White color preview on #E8BC13 background

This text has white color on #E8BC13 background.