COLOR #E0AC7A

HEX: #E0AC7A
RGB: (224,172,122)

Color info

#E0AC7A contains mainly red and green colors. Web safe color of #E0AC7A is #CC9966 (or #C96).

RGB color model

#E0AC7A color RGB value is (224,172,122).

  • red value is 224;
  • green value is 172;
  • blue value is 122.
RGB:
(224,172,122)
(88%,67%,48%)

RGB channels and saturation

R 224 of 255 = 88%
G 172 of 255 = 67%
B 122 of 255 = 48%

224
172
122

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

Portions of RGB colors in percentages

R + G + B =
224 + 172 + 122 = 518 (100%)
R 224 of 518 ~ 43.24%
G 172 of 518 ~ 33.2%
B 122 of 518 ~ 23.55%

%43.24
%33.2
%23.55

CMYK color model

#E0AC7A color CMYK value is (0,23,46,12).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 45.54%
  • key color value is 12.16%
CMYK:
(0,23,46,12)
C0M23Y46K12 
(0%,23%,46%,12%)
(0.00/0.23/0.46/0.12)	

CMYK percentages

%0
%23.21
%45.54
%12.16

Codes

Color #E0AC7A in popluar color models

E0AC7A
RGB224172122
HSL29°62.20%67.84%
HSB/HSV29°45.54%87.84%
CMYK0.00%23.21%45.54%
12.16%

Color #E0AC7A in popluar number systems.

HEXE0AC7A
Decimal224172122
Binary11100000101011001111010
Octal340254172

Shades and tints

Shades of #E0AC7A

#E0AC7A
(224,172,122)
#CC9D6F
(204,157,111)
#B88E64
(184,142,100)
#A47F59
(164,127,89)
#90704E
(144,112,78)
#7C6143
(124,97,67)
#685238
(104,82,56)
#54432D
(84,67,45)
#403422
(64,52,34)
#2C2517
(44,37,23)
#18160C
(24,22,12)
#000000
(0,0,0)

Tints of #E0AC7A

#E0AC7A
(224,172,122)
#E2B386
(226,179,134)
#E4BA92
(228,186,146)
#E6C19E
(230,193,158)
#E8C8AA
(232,200,170)
#EACFB6
(234,207,182)
#ECD6C2
(236,214,194)
#EEDDCE
(238,221,206)
#F0E4DA
(240,228,218)
#F2EBE6
(242,235,230)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0AC7A color. Also use rgb(224,172,122) instead hex code.

Text Font Color

.myTextColor { color: #E0AC7A; }

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

This text font color is #E0AC7A.


Background Color

.myBgColor { background-color: #E0AC7A; }

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

This div background color is #E0AC7A.


Border color

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

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

This div border color is #E0AC7A.


Opacity

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

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

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

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

This text has shadow with #E0AC7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0AC7A on black background.


Color preview on white background

This text has color #E0AC7A on white background.



Black color preview on #E0AC7A background

This text has black color on #E0AC7A background.


White color preview on #E0AC7A background

This text has white color on #E0AC7A background.