COLOR #E0B0A2

HEX: #E0B0A2
RGB: (224,176,162)

Color info

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

RGB color model

#E0B0A2 color RGB value is (224,176,162).

  • red value is 224;
  • green value is 176;
  • blue value is 162.
RGB:
(224,176,162)
(88%,69%,64%)

RGB channels and saturation

R 224 of 255 = 88%
G 176 of 255 = 69%
B 162 of 255 = 64%

224
176
162

R + G + B ~ 74%. #E0B0A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 176 + 162 = 562 (100%)
R 224 of 562 ~ 39.86%
G 176 of 562 ~ 31.32%
B 162 of 562 ~ 28.83%

%39.86
%31.32
%28.83

CMYK color model

#E0B0A2 color CMYK value is (0,21,28,12).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 27.68%
  • key color value is 12.16%
CMYK:
(0,21,28,12)
C0M21Y28K12 
(0%,21%,28%,12%)
(0.00/0.21/0.28/0.12)	

CMYK percentages

%0
%21.43
%27.68
%12.16

Codes

Color #E0B0A2 in popluar color models

E0B0A2
RGB224176162
HSL14°50.00%75.69%
HSB/HSV14°27.68%87.84%
CMYK0.00%21.43%27.68%
12.16%

Color #E0B0A2 in popluar number systems.

HEXE0B0A2
Decimal224176162
Binary111000001011000010100010
Octal340260242

Shades and tints

Shades of #E0B0A2

#E0B0A2
(224,176,162)
#CCA094
(204,160,148)
#B89086
(184,144,134)
#A48078
(164,128,120)
#90706A
(144,112,106)
#7C605C
(124,96,92)
#68504E
(104,80,78)
#544040
(84,64,64)
#403032
(64,48,50)
#2C2024
(44,32,36)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #E0B0A2

#E0B0A2
(224,176,162)
#E2B7AA
(226,183,170)
#E4BEB2
(228,190,178)
#E6C5BA
(230,197,186)
#E8CCC2
(232,204,194)
#EAD3CA
(234,211,202)
#ECDAD2
(236,218,210)
#EEE1DA
(238,225,218)
#F0E8E2
(240,232,226)
#F2EFEA
(242,239,234)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B0A2 color. Also use rgb(224,176,162) instead hex code.

Text Font Color

.myTextColor { color: #E0B0A2; }

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

This text font color is #E0B0A2.


Background Color

.myBgColor { background-color: #E0B0A2; }

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

This div background color is #E0B0A2.


Border color

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

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

This div border color is #E0B0A2.


Opacity

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

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

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

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

This text has shadow with #E0B0A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B0A2 on black background.


Color preview on white background

This text has color #E0B0A2 on white background.



Black color preview on #E0B0A2 background

This text has black color on #E0B0A2 background.


White color preview on #E0B0A2 background

This text has white color on #E0B0A2 background.