COLOR #E8AC54

HEX: #E8AC54
RGB: (232,172,84)

Color info

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

RGB color model

#E8AC54 color RGB value is (232,172,84).

  • red value is 232;
  • green value is 172;
  • blue value is 84.
RGB:
(232,172,84)
(91%,67%,33%)

RGB channels and saturation

R 232 of 255 = 91%
G 172 of 255 = 67%
B 84 of 255 = 33%

232
172
84

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

Portions of RGB colors in percentages

R + G + B =
232 + 172 + 84 = 488 (100%)
R 232 of 488 ~ 47.54%
G 172 of 488 ~ 35.25%
B 84 of 488 ~ 17.21%

%47.54
%35.25
%17.21

CMYK color model

#E8AC54 color CMYK value is (0,26,64,9).

  • cyan value is 0.00%
  • magenta value is 25.86%
  • yellow value is 63.79%
  • key color value is 9.02%
CMYK:
(0,26,64,9)
C0M26Y64K9 
(0%,26%,64%,9%)
(0.00/0.26/0.64/0.09)	

CMYK percentages

%0
%25.86
%63.79
%9.02

Codes

Color #E8AC54 in popluar color models

E8AC54
RGB23217284
HSL36°76.29%61.96%
HSB/HSV36°63.79%90.98%
CMYK0.00%25.86%63.79%
9.02%

Color #E8AC54 in popluar number systems.

HEXE8AC54
Decimal23217284
Binary11101000101011001010100
Octal350254124

Shades and tints

Shades of #E8AC54

#E8AC54
(232,172,84)
#D39D4D
(211,157,77)
#BE8E46
(190,142,70)
#A97F3F
(169,127,63)
#947038
(148,112,56)
#7F6131
(127,97,49)
#6A522A
(106,82,42)
#554323
(85,67,35)
#40341C
(64,52,28)
#2B2515
(43,37,21)
#16160E
(22,22,14)
#000000
(0,0,0)

Tints of #E8AC54

#E8AC54
(232,172,84)
#EAB363
(234,179,99)
#ECBA72
(236,186,114)
#EEC181
(238,193,129)
#F0C890
(240,200,144)
#F2CF9F
(242,207,159)
#F4D6AE
(244,214,174)
#F6DDBD
(246,221,189)
#F8E4CC
(248,228,204)
#FAEBDB
(250,235,219)
#FCF2EA
(252,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8AC54 color. Also use rgb(232,172,84) instead hex code.

Text Font Color

.myTextColor { color: #E8AC54; }

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

This text font color is #E8AC54.


Background Color

.myBgColor { background-color: #E8AC54; }

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

This div background color is #E8AC54.


Border color

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

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

This div border color is #E8AC54.


Opacity

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

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

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

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

This text has shadow with #E8AC54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8AC54 on black background.


Color preview on white background

This text has color #E8AC54 on white background.



Black color preview on #E8AC54 background

This text has black color on #E8AC54 background.


White color preview on #E8AC54 background

This text has white color on #E8AC54 background.