COLOR #E8B312

HEX: #E8B312
RGB: (232,179,18)

Color info

#E8B312 contains mainly red and green colors. Web safe color of #E8B312 is #FF9900 (or #F90).

RGB color model

#E8B312 color RGB value is (232,179,18).

  • red value is 232;
  • green value is 179;
  • blue value is 18.
RGB:
(232,179,18)
(91%,70%,7%)

RGB channels and saturation

R 232 of 255 = 91%
G 179 of 255 = 70%
B 18 of 255 = 7%

232
179
18

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

Portions of RGB colors in percentages

R + G + B =
232 + 179 + 18 = 429 (100%)
R 232 of 429 ~ 54.08%
G 179 of 429 ~ 41.72%
B 18 of 429 ~ 4.2%

%54.08
%41.72

CMYK color model

#E8B312 color CMYK value is (0,23,92,9).

  • cyan value is 0.00%
  • magenta value is 22.84%
  • yellow value is 92.24%
  • key color value is 9.02%
CMYK:
(0,23,92,9)
C0M23Y92K9 
(0%,23%,92%,9%)
(0.00/0.23/0.92/0.09)	

CMYK percentages

%0
%22.84
%92.24
%9.02

Codes

Color #E8B312 in popluar color models

E8B312
RGB23217918
HSL45°85.60%49.02%
HSB/HSV45°92.24%90.98%
CMYK0.00%22.84%92.24%
9.02%

Color #E8B312 in popluar number systems.

HEXE8B312
Decimal23217918
Binary111010001011001110010
Octal35026322

Shades and tints

Shades of #E8B312

#E8B312
(232,179,18)
#D3A311
(211,163,17)
#BE9310
(190,147,16)
#A9830F
(169,131,15)
#94730E
(148,115,14)
#7F630D
(127,99,13)
#6A530C
(106,83,12)
#55430B
(85,67,11)
#40330A
(64,51,10)
#2B2309
(43,35,9)
#161308
(22,19,8)
#000000
(0,0,0)

Tints of #E8B312

#E8B312
(232,179,18)
#EAB927
(234,185,39)
#ECBF3C
(236,191,60)
#EEC551
(238,197,81)
#F0CB66
(240,203,102)
#F2D17B
(242,209,123)
#F4D790
(244,215,144)
#F6DDA5
(246,221,165)
#F8E3BA
(248,227,186)
#FAE9CF
(250,233,207)
#FCEFE4
(252,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B312 color. Also use rgb(232,179,18) instead hex code.

Text Font Color

.myTextColor { color: #E8B312; }

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

This text font color is #E8B312.


Background Color

.myBgColor { background-color: #E8B312; }

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

This div background color is #E8B312.


Border color

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

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

This div border color is #E8B312.


Opacity

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

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

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

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

This text has shadow with #E8B312 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B312 on black background.


Color preview on white background

This text has color #E8B312 on white background.



Black color preview on #E8B312 background

This text has black color on #E8B312 background.


White color preview on #E8B312 background

This text has white color on #E8B312 background.