COLOR #E8B756

HEX: #E8B756
RGB: (232,183,86)

Color info

#E8B756 contains mainly red and green colors. Web safe color of #E8B756 is #FFCC66 (or #FC6).

RGB color model

#E8B756 color RGB value is (232,183,86).

  • red value is 232;
  • green value is 183;
  • blue value is 86.
RGB:
(232,183,86)
(91%,72%,34%)

RGB channels and saturation

R 232 of 255 = 91%
G 183 of 255 = 72%
B 86 of 255 = 34%

232
183
86

R + G + B ~ 66%. #E8B756 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 183 + 86 = 501 (100%)
R 232 of 501 ~ 46.31%
G 183 of 501 ~ 36.53%
B 86 of 501 ~ 17.17%

%46.31
%36.53
%17.17

CMYK color model

#E8B756 color CMYK value is (0,21,63,9).

  • cyan value is 0.00%
  • magenta value is 21.12%
  • yellow value is 62.93%
  • key color value is 9.02%
CMYK:
(0,21,63,9)
C0M21Y63K9 
(0%,21%,63%,9%)
(0.00/0.21/0.63/0.09)	

CMYK percentages

%0
%21.12
%62.93
%9.02

Codes

Color #E8B756 in popluar color models

E8B756
RGB23218386
HSL40°76.04%62.35%
HSB/HSV40°62.93%90.98%
CMYK0.00%21.12%62.93%
9.02%

Color #E8B756 in popluar number systems.

HEXE8B756
Decimal23218386
Binary11101000101101111010110
Octal350267126

Shades and tints

Shades of #E8B756

#E8B756
(232,183,86)
#D3A74F
(211,167,79)
#BE9748
(190,151,72)
#A98741
(169,135,65)
#94773A
(148,119,58)
#7F6733
(127,103,51)
#6A572C
(106,87,44)
#554725
(85,71,37)
#40371E
(64,55,30)
#2B2717
(43,39,23)
#161710
(22,23,16)
#000000
(0,0,0)

Tints of #E8B756

#E8B756
(232,183,86)
#EABD65
(234,189,101)
#ECC374
(236,195,116)
#EEC983
(238,201,131)
#F0CF92
(240,207,146)
#F2D5A1
(242,213,161)
#F4DBB0
(244,219,176)
#F6E1BF
(246,225,191)
#F8E7CE
(248,231,206)
#FAEDDD
(250,237,221)
#FCF3EC
(252,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B756 color. Also use rgb(232,183,86) instead hex code.

Text Font Color

.myTextColor { color: #E8B756; }

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

This text font color is #E8B756.


Background Color

.myBgColor { background-color: #E8B756; }

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

This div background color is #E8B756.


Border color

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

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

This div border color is #E8B756.


Opacity

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

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

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

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

This text has shadow with #E8B756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B756 on black background.


Color preview on white background

This text has color #E8B756 on white background.



Black color preview on #E8B756 background

This text has black color on #E8B756 background.


White color preview on #E8B756 background

This text has white color on #E8B756 background.