COLOR #E0A15B

HEX: #E0A15B
RGB: (224,161,91)

Color info

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

RGB color model

#E0A15B color RGB value is (224,161,91).

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

RGB channels and saturation

R 224 of 255 = 88%
G 161 of 255 = 63%
B 91 of 255 = 36%

224
161
91

R + G + B ~ 62%. #E0A15B is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 161 + 91 = 476 (100%)
R 224 of 476 ~ 47.06%
G 161 of 476 ~ 33.82%
B 91 of 476 ~ 19.12%

%47.06
%33.82
%19.12

CMYK color model

#E0A15B color CMYK value is (0,28,59,12).

  • cyan value is 0.00%
  • magenta value is 28.13%
  • yellow value is 59.38%
  • key color value is 12.16%
CMYK:
(0,28,59,12)
C0M28Y59K12 
(0%,28%,59%,12%)
(0.00/0.28/0.59/0.12)	

CMYK percentages

%0
%28.13
%59.38
%12.16

Codes

Color #E0A15B in popluar color models

E0A15B
RGB22416191
HSL32°68.21%61.76%
HSB/HSV32°59.38%87.84%
CMYK0.00%28.13%59.38%
12.16%

Color #E0A15B in popluar number systems.

HEXE0A15B
Decimal22416191
Binary11100000101000011011011
Octal340241133

Shades and tints

Shades of #E0A15B

#E0A15B
(224,161,91)
#CC9353
(204,147,83)
#B8854B
(184,133,75)
#A47743
(164,119,67)
#90693B
(144,105,59)
#7C5B33
(124,91,51)
#684D2B
(104,77,43)
#543F23
(84,63,35)
#40311B
(64,49,27)
#2C2313
(44,35,19)
#18150B
(24,21,11)
#000000
(0,0,0)

Tints of #E0A15B

#E0A15B
(224,161,91)
#E2A969
(226,169,105)
#E4B177
(228,177,119)
#E6B985
(230,185,133)
#E8C193
(232,193,147)
#EAC9A1
(234,201,161)
#ECD1AF
(236,209,175)
#EED9BD
(238,217,189)
#F0E1CB
(240,225,203)
#F2E9D9
(242,233,217)
#F4F1E7
(244,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0A15B; }

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

This text font color is #E0A15B.


Background Color

.myBgColor { background-color: #E0A15B; }

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

This div background color is #E0A15B.


Border color

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

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

This div border color is #E0A15B.


Opacity

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

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

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

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

This text has shadow with #E0A15B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A15B on black background.


Color preview on white background

This text has color #E0A15B on white background.



Black color preview on #E0A15B background

This text has black color on #E0A15B background.


White color preview on #E0A15B background

This text has white color on #E0A15B background.