COLOR #E8A45A

HEX: #E8A45A
RGB: (232,164,90)

Color info

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

RGB color model

#E8A45A color RGB value is (232,164,90).

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

RGB channels and saturation

R 232 of 255 = 91%
G 164 of 255 = 64%
B 90 of 255 = 35%

232
164
90

R + G + B ~ 63%. #E8A45A is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 164 + 90 = 486 (100%)
R 232 of 486 ~ 47.74%
G 164 of 486 ~ 33.74%
B 90 of 486 ~ 18.52%

%47.74
%33.74
%18.52

CMYK color model

#E8A45A color CMYK value is (0,29,61,9).

  • cyan value is 0.00%
  • magenta value is 29.31%
  • yellow value is 61.21%
  • key color value is 9.02%
CMYK:
(0,29,61,9)
C0M29Y61K9 
(0%,29%,61%,9%)
(0.00/0.29/0.61/0.09)	

CMYK percentages

%0
%29.31
%61.21
%9.02

Codes

Color #E8A45A in popluar color models

E8A45A
RGB23216490
HSL31°75.53%63.14%
HSB/HSV31°61.21%90.98%
CMYK0.00%29.31%61.21%
9.02%

Color #E8A45A in popluar number systems.

HEXE8A45A
Decimal23216490
Binary11101000101001001011010
Octal350244132

Shades and tints

Shades of #E8A45A

#E8A45A
(232,164,90)
#D39652
(211,150,82)
#BE884A
(190,136,74)
#A97A42
(169,122,66)
#946C3A
(148,108,58)
#7F5E32
(127,94,50)
#6A502A
(106,80,42)
#554222
(85,66,34)
#40341A
(64,52,26)
#2B2612
(43,38,18)
#16180A
(22,24,10)
#000000
(0,0,0)

Tints of #E8A45A

#E8A45A
(232,164,90)
#EAAC69
(234,172,105)
#ECB478
(236,180,120)
#EEBC87
(238,188,135)
#F0C496
(240,196,150)
#F2CCA5
(242,204,165)
#F4D4B4
(244,212,180)
#F6DCC3
(246,220,195)
#F8E4D2
(248,228,210)
#FAECE1
(250,236,225)
#FCF4F0
(252,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8A45A; }

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

This text font color is #E8A45A.


Background Color

.myBgColor { background-color: #E8A45A; }

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

This div background color is #E8A45A.


Border color

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

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

This div border color is #E8A45A.


Opacity

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

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

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

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

This text has shadow with #E8A45A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8A45A on black background.


Color preview on white background

This text has color #E8A45A on white background.



Black color preview on #E8A45A background

This text has black color on #E8A45A background.


White color preview on #E8A45A background

This text has white color on #E8A45A background.