COLOR #E8B342

HEX: #E8B342
RGB: (232,179,66)

Color info

#E8B342 contains mainly red and green colors. Web safe color of #E8B342 is #FF9933 (or #F93).

RGB color model

#E8B342 color RGB value is (232,179,66).

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

RGB channels and saturation

R 232 of 255 = 91%
G 179 of 255 = 70%
B 66 of 255 = 26%

232
179
66

R + G + B ~ 62%. #E8B342 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 179 + 66 = 477 (100%)
R 232 of 477 ~ 48.64%
G 179 of 477 ~ 37.53%
B 66 of 477 ~ 13.84%

%48.64
%37.53
%13.84

CMYK color model

#E8B342 color CMYK value is (0,23,72,9).

  • cyan value is 0.00%
  • magenta value is 22.84%
  • yellow value is 71.55%
  • key color value is 9.02%
CMYK:
(0,23,72,9)
C0M23Y72K9 
(0%,23%,72%,9%)
(0.00/0.23/0.72/0.09)	

CMYK percentages

%0
%22.84
%71.55
%9.02

Codes

Color #E8B342 in popluar color models

E8B342
RGB23217966
HSL41°78.30%58.43%
HSB/HSV41°71.55%90.98%
CMYK0.00%22.84%71.55%
9.02%

Color #E8B342 in popluar number systems.

HEXE8B342
Decimal23217966
Binary11101000101100111000010
Octal350263102

Shades and tints

Shades of #E8B342

#E8B342
(232,179,66)
#D3A33C
(211,163,60)
#BE9336
(190,147,54)
#A98330
(169,131,48)
#94732A
(148,115,42)
#7F6324
(127,99,36)
#6A531E
(106,83,30)
#554318
(85,67,24)
#403312
(64,51,18)
#2B230C
(43,35,12)
#161306
(22,19,6)
#000000
(0,0,0)

Tints of #E8B342

#E8B342
(232,179,66)
#EAB953
(234,185,83)
#ECBF64
(236,191,100)
#EEC575
(238,197,117)
#F0CB86
(240,203,134)
#F2D197
(242,209,151)
#F4D7A8
(244,215,168)
#F6DDB9
(246,221,185)
#F8E3CA
(248,227,202)
#FAE9DB
(250,233,219)
#FCEFEC
(252,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8B342; }

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

This text font color is #E8B342.


Background Color

.myBgColor { background-color: #E8B342; }

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

This div background color is #E8B342.


Border color

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

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

This div border color is #E8B342.


Opacity

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

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

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

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

This text has shadow with #E8B342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B342 on black background.


Color preview on white background

This text has color #E8B342 on white background.



Black color preview on #E8B342 background

This text has black color on #E8B342 background.


White color preview on #E8B342 background

This text has white color on #E8B342 background.