COLOR #E8A46B

HEX: #E8A46B
RGB: (232,164,107)

Color info

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

RGB color model

#E8A46B color RGB value is (232,164,107).

  • red value is 232;
  • green value is 164;
  • blue value is 107.
RGB:
(232,164,107)
(91%,64%,42%)

RGB channels and saturation

R 232 of 255 = 91%
G 164 of 255 = 64%
B 107 of 255 = 42%

232
164
107

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

Portions of RGB colors in percentages

R + G + B =
232 + 164 + 107 = 503 (100%)
R 232 of 503 ~ 46.12%
G 164 of 503 ~ 32.6%
B 107 of 503 ~ 21.27%

%46.12
%32.6
%21.27

CMYK color model

#E8A46B color CMYK value is (0,29,54,9).

  • cyan value is 0.00%
  • magenta value is 29.31%
  • yellow value is 53.88%
  • key color value is 9.02%
CMYK:
(0,29,54,9)
C0M29Y54K9 
(0%,29%,54%,9%)
(0.00/0.29/0.54/0.09)	

CMYK percentages

%0
%29.31
%53.88
%9.02

Codes

Color #E8A46B in popluar color models

E8A46B
RGB232164107
HSL27°73.10%66.47%
HSB/HSV27°53.88%90.98%
CMYK0.00%29.31%53.88%
9.02%

Color #E8A46B in popluar number systems.

HEXE8A46B
Decimal232164107
Binary11101000101001001101011
Octal350244153

Shades and tints

Shades of #E8A46B

#E8A46B
(232,164,107)
#D39662
(211,150,98)
#BE8859
(190,136,89)
#A97A50
(169,122,80)
#946C47
(148,108,71)
#7F5E3E
(127,94,62)
#6A5035
(106,80,53)
#55422C
(85,66,44)
#403423
(64,52,35)
#2B261A
(43,38,26)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #E8A46B

#E8A46B
(232,164,107)
#EAAC78
(234,172,120)
#ECB485
(236,180,133)
#EEBC92
(238,188,146)
#F0C49F
(240,196,159)
#F2CCAC
(242,204,172)
#F4D4B9
(244,212,185)
#F6DCC6
(246,220,198)
#F8E4D3
(248,228,211)
#FAECE0
(250,236,224)
#FCF4ED
(252,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8A46B color. Also use rgb(232,164,107) instead hex code.

Text Font Color

.myTextColor { color: #E8A46B; }

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

This text font color is #E8A46B.


Background Color

.myBgColor { background-color: #E8A46B; }

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

This div background color is #E8A46B.


Border color

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

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

This div border color is #E8A46B.


Opacity

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

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

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

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

This text has shadow with #E8A46B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8A46B on black background.


Color preview on white background

This text has color #E8A46B on white background.



Black color preview on #E8A46B background

This text has black color on #E8A46B background.


White color preview on #E8A46B background

This text has white color on #E8A46B background.