COLOR #E0AC55

HEX: #E0AC55
RGB: (224,172,85)

Color info

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

RGB color model

#E0AC55 color RGB value is (224,172,85).

  • red value is 224;
  • green value is 172;
  • blue value is 85.
RGB:
(224,172,85)
(88%,67%,33%)

RGB channels and saturation

R 224 of 255 = 88%
G 172 of 255 = 67%
B 85 of 255 = 33%

224
172
85

R + G + B ~ 63%. #E0AC55 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 172 + 85 = 481 (100%)
R 224 of 481 ~ 46.57%
G 172 of 481 ~ 35.76%
B 85 of 481 ~ 17.67%

%46.57
%35.76
%17.67

CMYK color model

#E0AC55 color CMYK value is (0,23,62,12).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 62.05%
  • key color value is 12.16%
CMYK:
(0,23,62,12)
C0M23Y62K12 
(0%,23%,62%,12%)
(0.00/0.23/0.62/0.12)	

CMYK percentages

%0
%23.21
%62.05
%12.16

Codes

Color #E0AC55 in popluar color models

E0AC55
RGB22417285
HSL38°69.15%60.59%
HSB/HSV38°62.05%87.84%
CMYK0.00%23.21%62.05%
12.16%

Color #E0AC55 in popluar number systems.

HEXE0AC55
Decimal22417285
Binary11100000101011001010101
Octal340254125

Shades and tints

Shades of #E0AC55

#E0AC55
(224,172,85)
#CC9D4E
(204,157,78)
#B88E47
(184,142,71)
#A47F40
(164,127,64)
#907039
(144,112,57)
#7C6132
(124,97,50)
#68522B
(104,82,43)
#544324
(84,67,36)
#40341D
(64,52,29)
#2C2516
(44,37,22)
#18160F
(24,22,15)
#000000
(0,0,0)

Tints of #E0AC55

#E0AC55
(224,172,85)
#E2B364
(226,179,100)
#E4BA73
(228,186,115)
#E6C182
(230,193,130)
#E8C891
(232,200,145)
#EACFA0
(234,207,160)
#ECD6AF
(236,214,175)
#EEDDBE
(238,221,190)
#F0E4CD
(240,228,205)
#F2EBDC
(242,235,220)
#F4F2EB
(244,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0AC55; }

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

This text font color is #E0AC55.


Background Color

.myBgColor { background-color: #E0AC55; }

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

This div background color is #E0AC55.


Border color

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

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

This div border color is #E0AC55.


Opacity

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

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

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

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

This text has shadow with #E0AC55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0AC55 on black background.


Color preview on white background

This text has color #E0AC55 on white background.



Black color preview on #E0AC55 background

This text has black color on #E0AC55 background.


White color preview on #E0AC55 background

This text has white color on #E0AC55 background.