COLOR #E8A94A

HEX: #E8A94A
RGB: (232,169,74)

Color info

#E8A94A contains mainly red color. Web safe color of #E8A94A is #FF9933 (or #F93).

RGB color model

#E8A94A color RGB value is (232,169,74).

  • red value is 232;
  • green value is 169;
  • blue value is 74.
RGB:
(232,169,74)
(91%,66%,29%)

RGB channels and saturation

R 232 of 255 = 91%
G 169 of 255 = 66%
B 74 of 255 = 29%

232
169
74

R + G + B ~ 62%. #E8A94A is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 169 + 74 = 475 (100%)
R 232 of 475 ~ 48.84%
G 169 of 475 ~ 35.58%
B 74 of 475 ~ 15.58%

%48.84
%35.58
%15.58

CMYK color model

#E8A94A color CMYK value is (0,27,68,9).

  • cyan value is 0.00%
  • magenta value is 27.16%
  • yellow value is 68.10%
  • key color value is 9.02%
CMYK:
(0,27,68,9)
C0M27Y68K9 
(0%,27%,68%,9%)
(0.00/0.27/0.68/0.09)	

CMYK percentages

%0
%27.16
%68.1
%9.02

Codes

Color #E8A94A in popluar color models

E8A94A
RGB23216974
HSL36°77.45%60.00%
HSB/HSV36°68.10%90.98%
CMYK0.00%27.16%68.10%
9.02%

Color #E8A94A in popluar number systems.

HEXE8A94A
Decimal23216974
Binary11101000101010011001010
Octal350251112

Shades and tints

Shades of #E8A94A

#E8A94A
(232,169,74)
#D39A44
(211,154,68)
#BE8B3E
(190,139,62)
#A97C38
(169,124,56)
#946D32
(148,109,50)
#7F5E2C
(127,94,44)
#6A4F26
(106,79,38)
#554020
(85,64,32)
#40311A
(64,49,26)
#2B2214
(43,34,20)
#16130E
(22,19,14)
#000000
(0,0,0)

Tints of #E8A94A

#E8A94A
(232,169,74)
#EAB05A
(234,176,90)
#ECB76A
(236,183,106)
#EEBE7A
(238,190,122)
#F0C58A
(240,197,138)
#F2CC9A
(242,204,154)
#F4D3AA
(244,211,170)
#F6DABA
(246,218,186)
#F8E1CA
(248,225,202)
#FAE8DA
(250,232,218)
#FCEFEA
(252,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8A94A color. Also use rgb(232,169,74) instead hex code.

Text Font Color

.myTextColor { color: #E8A94A; }

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

This text font color is #E8A94A.


Background Color

.myBgColor { background-color: #E8A94A; }

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

This div background color is #E8A94A.


Border color

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

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

This div border color is #E8A94A.


Opacity

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

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

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

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

This text has shadow with #E8A94A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8A94A on black background.


Color preview on white background

This text has color #E8A94A on white background.



Black color preview on #E8A94A background

This text has black color on #E8A94A background.


White color preview on #E8A94A background

This text has white color on #E8A94A background.