COLOR #E8A462

HEX: #E8A462
RGB: (232,164,98)

Color info

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

RGB color model

#E8A462 color RGB value is (232,164,98).

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

RGB channels and saturation

R 232 of 255 = 91%
G 164 of 255 = 64%
B 98 of 255 = 38%

232
164
98

R + G + B ~ 64%. #E8A462 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 164 + 98 = 494 (100%)
R 232 of 494 ~ 46.96%
G 164 of 494 ~ 33.2%
B 98 of 494 ~ 19.84%

%46.96
%33.2
%19.84

CMYK color model

#E8A462 color CMYK value is (0,29,58,9).

  • cyan value is 0.00%
  • magenta value is 29.31%
  • yellow value is 57.76%
  • key color value is 9.02%
CMYK:
(0,29,58,9)
C0M29Y58K9 
(0%,29%,58%,9%)
(0.00/0.29/0.58/0.09)	

CMYK percentages

%0
%29.31
%57.76
%9.02

Codes

Color #E8A462 in popluar color models

E8A462
RGB23216498
HSL30°74.44%64.71%
HSB/HSV30°57.76%90.98%
CMYK0.00%29.31%57.76%
9.02%

Color #E8A462 in popluar number systems.

HEXE8A462
Decimal23216498
Binary11101000101001001100010
Octal350244142

Shades and tints

Shades of #E8A462

#E8A462
(232,164,98)
#D3965A
(211,150,90)
#BE8852
(190,136,82)
#A97A4A
(169,122,74)
#946C42
(148,108,66)
#7F5E3A
(127,94,58)
#6A5032
(106,80,50)
#55422A
(85,66,42)
#403422
(64,52,34)
#2B261A
(43,38,26)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #E8A462

#E8A462
(232,164,98)
#EAAC70
(234,172,112)
#ECB47E
(236,180,126)
#EEBC8C
(238,188,140)
#F0C49A
(240,196,154)
#F2CCA8
(242,204,168)
#F4D4B6
(244,212,182)
#F6DCC4
(246,220,196)
#F8E4D2
(248,228,210)
#FAECE0
(250,236,224)
#FCF4EE
(252,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8A462; }

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

This text font color is #E8A462.


Background Color

.myBgColor { background-color: #E8A462; }

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

This div background color is #E8A462.


Border color

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

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

This div border color is #E8A462.


Opacity

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

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

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

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

This text has shadow with #E8A462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8A462 on black background.


Color preview on white background

This text has color #E8A462 on white background.



Black color preview on #E8A462 background

This text has black color on #E8A462 background.


White color preview on #E8A462 background

This text has white color on #E8A462 background.