COLOR #E0A385

HEX: #E0A385
RGB: (224,163,133)

Color info

#E0A385 contains mainly red color. Web safe color of #E0A385 is #CC9999 (or #C99).

RGB color model

#E0A385 color RGB value is (224,163,133).

  • red value is 224;
  • green value is 163;
  • blue value is 133.
RGB:
(224,163,133)
(88%,64%,52%)

RGB channels and saturation

R 224 of 255 = 88%
G 163 of 255 = 64%
B 133 of 255 = 52%

224
163
133

R + G + B ~ 68%. #E0A385 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 163 + 133 = 520 (100%)
R 224 of 520 ~ 43.08%
G 163 of 520 ~ 31.35%
B 133 of 520 ~ 25.58%

%43.08
%31.35
%25.58

CMYK color model

#E0A385 color CMYK value is (0,27,41,12).

  • cyan value is 0.00%
  • magenta value is 27.23%
  • yellow value is 40.63%
  • key color value is 12.16%
CMYK:
(0,27,41,12)
C0M27Y41K12 
(0%,27%,41%,12%)
(0.00/0.27/0.41/0.12)	

CMYK percentages

%0
%27.23
%40.63
%12.16

Codes

Color #E0A385 in popluar color models

E0A385
RGB224163133
HSL20°59.48%70.00%
HSB/HSV20°40.63%87.84%
CMYK0.00%27.23%40.63%
12.16%

Color #E0A385 in popluar number systems.

HEXE0A385
Decimal224163133
Binary111000001010001110000101
Octal340243205

Shades and tints

Shades of #E0A385

#E0A385
(224,163,133)
#CC9579
(204,149,121)
#B8876D
(184,135,109)
#A47961
(164,121,97)
#906B55
(144,107,85)
#7C5D49
(124,93,73)
#684F3D
(104,79,61)
#544131
(84,65,49)
#403325
(64,51,37)
#2C2519
(44,37,25)
#18170D
(24,23,13)
#000000
(0,0,0)

Tints of #E0A385

#E0A385
(224,163,133)
#E2AB90
(226,171,144)
#E4B39B
(228,179,155)
#E6BBA6
(230,187,166)
#E8C3B1
(232,195,177)
#EACBBC
(234,203,188)
#ECD3C7
(236,211,199)
#EEDBD2
(238,219,210)
#F0E3DD
(240,227,221)
#F2EBE8
(242,235,232)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0A385 color. Also use rgb(224,163,133) instead hex code.

Text Font Color

.myTextColor { color: #E0A385; }

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

This text font color is #E0A385.


Background Color

.myBgColor { background-color: #E0A385; }

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

This div background color is #E0A385.


Border color

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

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

This div border color is #E0A385.


Opacity

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

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

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

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

This text has shadow with #E0A385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A385 on black background.


Color preview on white background

This text has color #E0A385 on white background.



Black color preview on #E0A385 background

This text has black color on #E0A385 background.


White color preview on #E0A385 background

This text has white color on #E0A385 background.