COLOR #E0A691

HEX: #E0A691
RGB: (224,166,145)

Color info

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

RGB color model

#E0A691 color RGB value is (224,166,145).

  • red value is 224;
  • green value is 166;
  • blue value is 145.
RGB:
(224,166,145)
(88%,65%,57%)

RGB channels and saturation

R 224 of 255 = 88%
G 166 of 255 = 65%
B 145 of 255 = 57%

224
166
145

R + G + B ~ 70%. #E0A691 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 166 + 145 = 535 (100%)
R 224 of 535 ~ 41.87%
G 166 of 535 ~ 31.03%
B 145 of 535 ~ 27.1%

%41.87
%31.03
%27.1

CMYK color model

#E0A691 color CMYK value is (0,26,35,12).

  • cyan value is 0.00%
  • magenta value is 25.89%
  • yellow value is 35.27%
  • key color value is 12.16%
CMYK:
(0,26,35,12)
C0M26Y35K12 
(0%,26%,35%,12%)
(0.00/0.26/0.35/0.12)	

CMYK percentages

%0
%25.89
%35.27
%12.16

Codes

Color #E0A691 in popluar color models

E0A691
RGB224166145
HSL16°56.03%72.35%
HSB/HSV16°35.27%87.84%
CMYK0.00%25.89%35.27%
12.16%

Color #E0A691 in popluar number systems.

HEXE0A691
Decimal224166145
Binary111000001010011010010001
Octal340246221

Shades and tints

Shades of #E0A691

#E0A691
(224,166,145)
#CC9784
(204,151,132)
#B88877
(184,136,119)
#A4796A
(164,121,106)
#906A5D
(144,106,93)
#7C5B50
(124,91,80)
#684C43
(104,76,67)
#543D36
(84,61,54)
#402E29
(64,46,41)
#2C1F1C
(44,31,28)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #E0A691

#E0A691
(224,166,145)
#E2AE9B
(226,174,155)
#E4B6A5
(228,182,165)
#E6BEAF
(230,190,175)
#E8C6B9
(232,198,185)
#EACEC3
(234,206,195)
#ECD6CD
(236,214,205)
#EEDED7
(238,222,215)
#F0E6E1
(240,230,225)
#F2EEEB
(242,238,235)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0A691 color. Also use rgb(224,166,145) instead hex code.

Text Font Color

.myTextColor { color: #E0A691; }

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

This text font color is #E0A691.


Background Color

.myBgColor { background-color: #E0A691; }

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

This div background color is #E0A691.


Border color

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

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

This div border color is #E0A691.


Opacity

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

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

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

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

This text has shadow with #E0A691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A691 on black background.


Color preview on white background

This text has color #E0A691 on white background.



Black color preview on #E0A691 background

This text has black color on #E0A691 background.


White color preview on #E0A691 background

This text has white color on #E0A691 background.