COLOR #E8A76D

HEX: #E8A76D
RGB: (232,167,109)

Color info

#E8A76D contains mainly red color. Web safe color of #E8A76D is #FF9966 (or #F96).

RGB color model

#E8A76D color RGB value is (232,167,109).

  • red value is 232;
  • green value is 167;
  • blue value is 109.
RGB:
(232,167,109)
(91%,65%,43%)

RGB channels and saturation

R 232 of 255 = 91%
G 167 of 255 = 65%
B 109 of 255 = 43%

232
167
109

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

Portions of RGB colors in percentages

R + G + B =
232 + 167 + 109 = 508 (100%)
R 232 of 508 ~ 45.67%
G 167 of 508 ~ 32.87%
B 109 of 508 ~ 21.46%

%45.67
%32.87
%21.46

CMYK color model

#E8A76D color CMYK value is (0,28,53,9).

  • cyan value is 0.00%
  • magenta value is 28.02%
  • yellow value is 53.02%
  • key color value is 9.02%
CMYK:
(0,28,53,9)
C0M28Y53K9 
(0%,28%,53%,9%)
(0.00/0.28/0.53/0.09)	

CMYK percentages

%0
%28.02
%53.02
%9.02

Codes

Color #E8A76D in popluar color models

E8A76D
RGB232167109
HSL28°72.78%66.86%
HSB/HSV28°53.02%90.98%
CMYK0.00%28.02%53.02%
9.02%

Color #E8A76D in popluar number systems.

HEXE8A76D
Decimal232167109
Binary11101000101001111101101
Octal350247155

Shades and tints

Shades of #E8A76D

#E8A76D
(232,167,109)
#D39864
(211,152,100)
#BE895B
(190,137,91)
#A97A52
(169,122,82)
#946B49
(148,107,73)
#7F5C40
(127,92,64)
#6A4D37
(106,77,55)
#553E2E
(85,62,46)
#402F25
(64,47,37)
#2B201C
(43,32,28)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #E8A76D

#E8A76D
(232,167,109)
#EAAF7A
(234,175,122)
#ECB787
(236,183,135)
#EEBF94
(238,191,148)
#F0C7A1
(240,199,161)
#F2CFAE
(242,207,174)
#F4D7BB
(244,215,187)
#F6DFC8
(246,223,200)
#F8E7D5
(248,231,213)
#FAEFE2
(250,239,226)
#FCF7EF
(252,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8A76D color. Also use rgb(232,167,109) instead hex code.

Text Font Color

.myTextColor { color: #E8A76D; }

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

This text font color is #E8A76D.


Background Color

.myBgColor { background-color: #E8A76D; }

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

This div background color is #E8A76D.


Border color

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

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

This div border color is #E8A76D.


Opacity

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

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

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

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

This text has shadow with #E8A76D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8A76D on black background.


Color preview on white background

This text has color #E8A76D on white background.



Black color preview on #E8A76D background

This text has black color on #E8A76D background.


White color preview on #E8A76D background

This text has white color on #E8A76D background.