COLOR #E0A155

HEX: #E0A155
RGB: (224,161,85)

Color info

#E0A155 contains mainly red color. Web safe color of #E0A155 is #CC9966 (or #C96).

RGB color model

#E0A155 color RGB value is (224,161,85).

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

RGB channels and saturation

R 224 of 255 = 88%
G 161 of 255 = 63%
B 85 of 255 = 33%

224
161
85

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

Portions of RGB colors in percentages

R + G + B =
224 + 161 + 85 = 470 (100%)
R 224 of 470 ~ 47.66%
G 161 of 470 ~ 34.26%
B 85 of 470 ~ 18.09%

%47.66
%34.26
%18.09

CMYK color model

#E0A155 color CMYK value is (0,28,62,12).

  • cyan value is 0.00%
  • magenta value is 28.13%
  • yellow value is 62.05%
  • key color value is 12.16%
CMYK:
(0,28,62,12)
C0M28Y62K12 
(0%,28%,62%,12%)
(0.00/0.28/0.62/0.12)	

CMYK percentages

%0
%28.13
%62.05
%12.16

Codes

Color #E0A155 in popluar color models

E0A155
RGB22416185
HSL33°69.15%60.59%
HSB/HSV33°62.05%87.84%
CMYK0.00%28.13%62.05%
12.16%

Color #E0A155 in popluar number systems.

HEXE0A155
Decimal22416185
Binary11100000101000011010101
Octal340241125

Shades and tints

Shades of #E0A155

#E0A155
(224,161,85)
#CC934E
(204,147,78)
#B88547
(184,133,71)
#A47740
(164,119,64)
#906939
(144,105,57)
#7C5B32
(124,91,50)
#684D2B
(104,77,43)
#543F24
(84,63,36)
#40311D
(64,49,29)
#2C2316
(44,35,22)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #E0A155

#E0A155
(224,161,85)
#E2A964
(226,169,100)
#E4B173
(228,177,115)
#E6B982
(230,185,130)
#E8C191
(232,193,145)
#EAC9A0
(234,201,160)
#ECD1AF
(236,209,175)
#EED9BE
(238,217,190)
#F0E1CD
(240,225,205)
#F2E9DC
(242,233,220)
#F4F1EB
(244,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0A155; }

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

This text font color is #E0A155.


Background Color

.myBgColor { background-color: #E0A155; }

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

This div background color is #E0A155.


Border color

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

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

This div border color is #E0A155.


Opacity

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

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

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

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

This text has shadow with #E0A155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A155 on black background.


Color preview on white background

This text has color #E0A155 on white background.



Black color preview on #E0A155 background

This text has black color on #E0A155 background.


White color preview on #E0A155 background

This text has white color on #E0A155 background.