COLOR #E8AC3D

HEX: #E8AC3D
RGB: (232,172,61)

Color info

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

RGB color model

#E8AC3D color RGB value is (232,172,61).

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

RGB channels and saturation

R 232 of 255 = 91%
G 172 of 255 = 67%
B 61 of 255 = 24%

232
172
61

R + G + B ~ 61%. #E8AC3D is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 172 + 61 = 465 (100%)
R 232 of 465 ~ 49.89%
G 172 of 465 ~ 36.99%
B 61 of 465 ~ 13.12%

%49.89
%36.99
%13.12

CMYK color model

#E8AC3D color CMYK value is (0,26,74,9).

  • cyan value is 0.00%
  • magenta value is 25.86%
  • yellow value is 73.71%
  • key color value is 9.02%
CMYK:
(0,26,74,9)
C0M26Y74K9 
(0%,26%,74%,9%)
(0.00/0.26/0.74/0.09)	

CMYK percentages

%0
%25.86
%73.71
%9.02

Codes

Color #E8AC3D in popluar color models

E8AC3D
RGB23217261
HSL39°78.80%57.45%
HSB/HSV39°73.71%90.98%
CMYK0.00%25.86%73.71%
9.02%

Color #E8AC3D in popluar number systems.

HEXE8AC3D
Decimal23217261
Binary1110100010101100111101
Octal35025475

Shades and tints

Shades of #E8AC3D

#E8AC3D
(232,172,61)
#D39D38
(211,157,56)
#BE8E33
(190,142,51)
#A97F2E
(169,127,46)
#947029
(148,112,41)
#7F6124
(127,97,36)
#6A521F
(106,82,31)
#55431A
(85,67,26)
#403415
(64,52,21)
#2B2510
(43,37,16)
#16160B
(22,22,11)
#000000
(0,0,0)

Tints of #E8AC3D

#E8AC3D
(232,172,61)
#EAB34E
(234,179,78)
#ECBA5F
(236,186,95)
#EEC170
(238,193,112)
#F0C881
(240,200,129)
#F2CF92
(242,207,146)
#F4D6A3
(244,214,163)
#F6DDB4
(246,221,180)
#F8E4C5
(248,228,197)
#FAEBD6
(250,235,214)
#FCF2E7
(252,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8AC3D; }

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

This text font color is #E8AC3D.


Background Color

.myBgColor { background-color: #E8AC3D; }

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

This div background color is #E8AC3D.


Border color

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

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

This div border color is #E8AC3D.


Opacity

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

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

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

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

This text has shadow with #E8AC3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8AC3D on black background.


Color preview on white background

This text has color #E8AC3D on white background.



Black color preview on #E8AC3D background

This text has black color on #E8AC3D background.


White color preview on #E8AC3D background

This text has white color on #E8AC3D background.