COLOR #E0AC5E

HEX: #E0AC5E RGB: (224,172,94)

Color info

#E0AC5E contains mainly red and green colors. Web safe color of #E0AC5E is #CC9966 (or #C96).

RGB color model

#E0AC5E color RGB value is (224,172,94).

RGB: (224,172,94) (88%, 67%, 37%)

RGB channels and saturation

R 224 of 255 = 88%
G 172 of 255 = 67%
B 94 of 255 = 37%

224
172
94

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

Portions of RGB colors in percentages

R + G + B = 224 + 172 + 94 = 490 (100%)
R 224 of 490 ~ 45.71%
G 172 of 490 ~ 35.1%
B 94 of 490 ~ 19.18'%

%45.71
%35.1
%19.18

CMYK color model

#E0AC5E color CMYK value is (0,23,58,12).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 58.04%
  • key color value is 12.16%

CMYK: (0,23,58,12)
C0M23Y58K12 (0%, 23%, 58%, 12%)
(0.00 / 0.23 / 0.58 / 0.12)

CMYK percentages

%0
%23.21
%58.04
%12.16

Codes

Color #E0AC5E in popluar color models

E0 AC 5E
RGB 224 172 94
HSL 36° 67.71% 62.35%
HSB/HSV 36° 58.04% 87.84%
CMYK 0.00% 23.21% 58.04%
12.16%

Color #E0AC5E in popluar number systems.

HEX E0 AC 5E
Decimal 224 172 94
Binary 11100000 10101100 1011110
Octal 340 254 136

Shades and tints

Shades of #E0AC5E

#E0AC5E
(224,172,94)
#CC9D56
(204,157,86)
#B88E4E
(184,142,78)
#A47F46
(164,127,70)
#90703E
(144,112,62)
#7C6136
(124,97,54)
#68522E
(104,82,46)
#544326
(84,67,38)
#40341E
(64,52,30)
#2C2516
(44,37,22)
#18160E
(24,22,14)
#000000
(0,0,0)

Tints of #E0AC5E

#E0AC5E
(224,172,94)
#E2B36C
(226,179,108)
#E4BA7A
(228,186,122)
#E6C188
(230,193,136)
#E8C896
(232,200,150)
#EACFA4
(234,207,164)
#ECD6B2
(236,214,178)
#EEDDC0
(238,221,192)
#F0E4CE
(240,228,206)
#F2EBDC
(242,235,220)
#F4F2EA
(244,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0AC5E color. Also use rgb(224,172,94) instead hex code.

Text Font Color

.myTextColor { color: #E0AC5E; }

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

This text font color is #E0AC5E.

Background Color

.myBgColor { background-color: #E0AC5E; }

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

This div background color is #E0AC5E.

Border color

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

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

This div border color is #E0AC5E.

Opacity

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

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

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

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

This text has shadow with #E0AC5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0AC5E.

Preview

Color preview on black background

This text has color #E0AC5E on black background.


Color preview on white background

This text has color #E0AC5E on white background.


Black color preview on #E0AC5E background

This text has black color on #E0AC5E background.


White color preview on #E0AC5E background

This text has white color on #E0AC5E background.


Related colors

Complementary color

Complementary color for #hex is #1F53A1.


I love getcolorcode.com

Triadic colors

1 #5EE0AC and #AC5EE0 with #E0AC5E are triadic colors.

2 #5EACE0 and #ACE05E with #E0AC5E are triadic colors.