COLOR #E8B85E

HEX: #E8B85E
RGB: (232,184,94)

Color info

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

RGB color model

#E8B85E color RGB value is (232,184,94).

  • red value is 232;
  • green value is 184;
  • blue value is 94.
RGB:
(232,184,94)
(91%,72%,37%)

RGB channels and saturation

R 232 of 255 = 91%
G 184 of 255 = 72%
B 94 of 255 = 37%

232
184
94

R + G + B ~ 67%. #E8B85E is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 184 + 94 = 510 (100%)
R 232 of 510 ~ 45.49%
G 184 of 510 ~ 36.08%
B 94 of 510 ~ 18.43%

%45.49
%36.08
%18.43

CMYK color model

#E8B85E color CMYK value is (0,21,59,9).

  • cyan value is 0.00%
  • magenta value is 20.69%
  • yellow value is 59.48%
  • key color value is 9.02%
CMYK:
(0,21,59,9)
C0M21Y59K9 
(0%,21%,59%,9%)
(0.00/0.21/0.59/0.09)	

CMYK percentages

%0
%20.69
%59.48
%9.02

Codes

Color #E8B85E in popluar color models

E8B85E
RGB23218494
HSL39°75.00%63.92%
HSB/HSV39°59.48%90.98%
CMYK0.00%20.69%59.48%
9.02%

Color #E8B85E in popluar number systems.

HEXE8B85E
Decimal23218494
Binary11101000101110001011110
Octal350270136

Shades and tints

Shades of #E8B85E

#E8B85E
(232,184,94)
#D3A856
(211,168,86)
#BE984E
(190,152,78)
#A98846
(169,136,70)
#94783E
(148,120,62)
#7F6836
(127,104,54)
#6A582E
(106,88,46)
#554826
(85,72,38)
#40381E
(64,56,30)
#2B2816
(43,40,22)
#16180E
(22,24,14)
#000000
(0,0,0)

Tints of #E8B85E

#E8B85E
(232,184,94)
#EABE6C
(234,190,108)
#ECC47A
(236,196,122)
#EECA88
(238,202,136)
#F0D096
(240,208,150)
#F2D6A4
(242,214,164)
#F4DCB2
(244,220,178)
#F6E2C0
(246,226,192)
#F8E8CE
(248,232,206)
#FAEEDC
(250,238,220)
#FCF4EA
(252,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B85E color. Also use rgb(232,184,94) instead hex code.

Text Font Color

.myTextColor { color: #E8B85E; }

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

This text font color is #E8B85E.


Background Color

.myBgColor { background-color: #E8B85E; }

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

This div background color is #E8B85E.


Border color

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

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

This div border color is #E8B85E.


Opacity

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

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

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

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

This text has shadow with #E8B85E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B85E on black background.


Color preview on white background

This text has color #E8B85E on white background.



Black color preview on #E8B85E background

This text has black color on #E8B85E background.


White color preview on #E8B85E background

This text has white color on #E8B85E background.