COLOR #E0A78D

HEX: #E0A78D
RGB: (224,167,141)

Color info

#E0A78D contains mainly red and green colors. Web safe color of #E0A78D is #CC9999 (or #C99).

RGB color model

#E0A78D color RGB value is (224,167,141).

  • red value is 224;
  • green value is 167;
  • blue value is 141.
RGB:
(224,167,141)
(88%,65%,55%)

RGB channels and saturation

R 224 of 255 = 88%
G 167 of 255 = 65%
B 141 of 255 = 55%

224
167
141

R + G + B ~ 69%. #E0A78D is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 167 + 141 = 532 (100%)
R 224 of 532 ~ 42.11%
G 167 of 532 ~ 31.39%
B 141 of 532 ~ 26.5%

%42.11
%31.39
%26.5

CMYK color model

#E0A78D color CMYK value is (0,25,37,12).

  • cyan value is 0.00%
  • magenta value is 25.45%
  • yellow value is 37.05%
  • key color value is 12.16%
CMYK:
(0,25,37,12)
C0M25Y37K12 
(0%,25%,37%,12%)
(0.00/0.25/0.37/0.12)	

CMYK percentages

%0
%25.45
%37.05
%12.16

Codes

Color #E0A78D in popluar color models

E0A78D
RGB224167141
HSL19°57.24%71.57%
HSB/HSV19°37.05%87.84%
CMYK0.00%25.45%37.05%
12.16%

Color #E0A78D in popluar number systems.

HEXE0A78D
Decimal224167141
Binary111000001010011110001101
Octal340247215

Shades and tints

Shades of #E0A78D

#E0A78D
(224,167,141)
#CC9881
(204,152,129)
#B88975
(184,137,117)
#A47A69
(164,122,105)
#906B5D
(144,107,93)
#7C5C51
(124,92,81)
#684D45
(104,77,69)
#543E39
(84,62,57)
#402F2D
(64,47,45)
#2C2021
(44,32,33)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #E0A78D

#E0A78D
(224,167,141)
#E2AF97
(226,175,151)
#E4B7A1
(228,183,161)
#E6BFAB
(230,191,171)
#E8C7B5
(232,199,181)
#EACFBF
(234,207,191)
#ECD7C9
(236,215,201)
#EEDFD3
(238,223,211)
#F0E7DD
(240,231,221)
#F2EFE7
(242,239,231)
#F4F7F1
(244,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0A78D color. Also use rgb(224,167,141) instead hex code.

Text Font Color

.myTextColor { color: #E0A78D; }

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

This text font color is #E0A78D.


Background Color

.myBgColor { background-color: #E0A78D; }

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

This div background color is #E0A78D.


Border color

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

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

This div border color is #E0A78D.


Opacity

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

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

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

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

This text has shadow with #E0A78D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A78D on black background.


Color preview on white background

This text has color #E0A78D on white background.



Black color preview on #E0A78D background

This text has black color on #E0A78D background.


White color preview on #E0A78D background

This text has white color on #E0A78D background.