COLOR #E8AC6D

HEX: #E8AC6D RGB: (232,172,109)

Color info

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

RGB color model

#E8AC6D color RGB value is (232,172,109).

RGB: (232,172,109) (91%, 67%, 43%)

RGB channels and saturation

R 232 of 255 = 91%
G 172 of 255 = 67%
B 109 of 255 = 43%

232
172
109

R + G + B ~ 67%. #E8AC6D is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 172 + 109 = 513 (100%)
R 232 of 513 ~ 45.22%
G 172 of 513 ~ 33.53%
B 109 of 513 ~ 21.25'%

%45.22
%33.53
%21.25

CMYK color model

#E8AC6D color CMYK value is (0,26,53,9).

  • cyan value is 0.00%
  • magenta value is 25.86%
  • yellow value is 53.02%
  • key color value is 9.02%

CMYK: (0,26,53,9)
C0M26Y53K9 (0%, 26%, 53%, 9%)
(0.00 / 0.26 / 0.53 / 0.09)

CMYK percentages

%0
%25.86
%53.02
%9.02

Codes

Color #E8AC6D in popluar color models

E8 AC 6D
RGB 232 172 109
HSL 31° 72.78% 66.86%
HSB/HSV 31° 53.02% 90.98%
CMYK 0.00% 25.86% 53.02%
9.02%

Color #E8AC6D in popluar number systems.

HEX E8 AC 6D
Decimal 232 172 109
Binary 11101000 10101100 1101101
Octal 350 254 155

Shades and tints

Shades of #E8AC6D

#E8AC6D
(232,172,109)
#D39D64
(211,157,100)
#BE8E5B
(190,142,91)
#A97F52
(169,127,82)
#947049
(148,112,73)
#7F6140
(127,97,64)
#6A5237
(106,82,55)
#55432E
(85,67,46)
#403425
(64,52,37)
#2B251C
(43,37,28)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #E8AC6D

#E8AC6D
(232,172,109)
#EAB37A
(234,179,122)
#ECBA87
(236,186,135)
#EEC194
(238,193,148)
#F0C8A1
(240,200,161)
#F2CFAE
(242,207,174)
#F4D6BB
(244,214,187)
#F6DDC8
(246,221,200)
#F8E4D5
(248,228,213)
#FAEBE2
(250,235,226)
#FCF2EF
(252,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8AC6D; }

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

This text font color is #E8AC6D.

Background Color

.myBgColor { background-color: #E8AC6D; }

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

This div background color is #E8AC6D.

Border color

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

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

This div border color is #E8AC6D.

Opacity

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

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

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

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

This text has shadow with #E8AC6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8AC6D.

Preview

Color preview on black background

This text has color #E8AC6D on black background.


Color preview on white background

This text has color #E8AC6D on white background.


Black color preview on #E8AC6D background

This text has black color on #E8AC6D background.


White color preview on #E8AC6D background

This text has white color on #E8AC6D background.


Related colors

Complementary color

Complementary color for #hex is #175392.


I love getcolorcode.com

Triadic colors

1 #6DE8AC and #AC6DE8 with #E8AC6D are triadic colors.

2 #6DACE8 and #ACE86D with #E8AC6D are triadic colors.