COLOR #E0A153

HEX: #E0A153
RGB: (224,161,83)

Color info

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

RGB color model

#E0A153 color RGB value is (224,161,83).

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

RGB channels and saturation

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

224
161
83

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

Portions of RGB colors in percentages

R + G + B =
224 + 161 + 83 = 468 (100%)
R 224 of 468 ~ 47.86%
G 161 of 468 ~ 34.4%
B 83 of 468 ~ 17.74%

%47.86
%34.4
%17.74

CMYK color model

#E0A153 color CMYK value is (0,28,63,12).

  • cyan value is 0.00%
  • magenta value is 28.13%
  • yellow value is 62.95%
  • key color value is 12.16%
CMYK:
(0,28,63,12)
C0M28Y63K12 
(0%,28%,63%,12%)
(0.00/0.28/0.63/0.12)	

CMYK percentages

%0
%28.13
%62.95
%12.16

Codes

Color #E0A153 in popluar color models

E0A153
RGB22416183
HSL33°69.46%60.20%
HSB/HSV33°62.95%87.84%
CMYK0.00%28.13%62.95%
12.16%

Color #E0A153 in popluar number systems.

HEXE0A153
Decimal22416183
Binary11100000101000011010011
Octal340241123

Shades and tints

Shades of #E0A153

#E0A153
(224,161,83)
#CC934C
(204,147,76)
#B88545
(184,133,69)
#A4773E
(164,119,62)
#906937
(144,105,55)
#7C5B30
(124,91,48)
#684D29
(104,77,41)
#543F22
(84,63,34)
#40311B
(64,49,27)
#2C2314
(44,35,20)
#18150D
(24,21,13)
#000000
(0,0,0)

Tints of #E0A153

#E0A153
(224,161,83)
#E2A962
(226,169,98)
#E4B171
(228,177,113)
#E6B980
(230,185,128)
#E8C18F
(232,193,143)
#EAC99E
(234,201,158)
#ECD1AD
(236,209,173)
#EED9BC
(238,217,188)
#F0E1CB
(240,225,203)
#F2E9DA
(242,233,218)
#F4F1E9
(244,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0A153; }

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

This text font color is #E0A153.


Background Color

.myBgColor { background-color: #E0A153; }

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

This div background color is #E0A153.


Border color

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

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

This div border color is #E0A153.


Opacity

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

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

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

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

This text has shadow with #E0A153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A153 on black background.


Color preview on white background

This text has color #E0A153 on white background.



Black color preview on #E0A153 background

This text has black color on #E0A153 background.


White color preview on #E0A153 background

This text has white color on #E0A153 background.