COLOR #E0B9A2

HEX: #E0B9A2
RGB: (224,185,162)

Color info

#E0B9A2 contains mainly red and green colors. Web safe color of #E0B9A2 is #CCCC99 (or #CC9).

RGB color model

#E0B9A2 color RGB value is (224,185,162).

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

RGB channels and saturation

R 224 of 255 = 88%
G 185 of 255 = 73%
B 162 of 255 = 64%

224
185
162

R + G + B ~ 75%. #E0B9A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 185 + 162 = 571 (100%)
R 224 of 571 ~ 39.23%
G 185 of 571 ~ 32.4%
B 162 of 571 ~ 28.37%

%39.23
%32.4
%28.37

CMYK color model

#E0B9A2 color CMYK value is (0,17,28,12).

  • cyan value is 0.00%
  • magenta value is 17.41%
  • yellow value is 27.68%
  • key color value is 12.16%
CMYK:
(0,17,28,12)
C0M17Y28K12 
(0%,17%,28%,12%)
(0.00/0.17/0.28/0.12)	

CMYK percentages

%0
%17.41
%27.68
%12.16

Codes

Color #E0B9A2 in popluar color models

E0B9A2
RGB224185162
HSL22°50.00%75.69%
HSB/HSV22°27.68%87.84%
CMYK0.00%17.41%27.68%
12.16%

Color #E0B9A2 in popluar number systems.

HEXE0B9A2
Decimal224185162
Binary111000001011100110100010
Octal340271242

Shades and tints

Shades of #E0B9A2

#E0B9A2
(224,185,162)
#CCA994
(204,169,148)
#B89986
(184,153,134)
#A48978
(164,137,120)
#90796A
(144,121,106)
#7C695C
(124,105,92)
#68594E
(104,89,78)
#544940
(84,73,64)
#403932
(64,57,50)
#2C2924
(44,41,36)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #E0B9A2

#E0B9A2
(224,185,162)
#E2BFAA
(226,191,170)
#E4C5B2
(228,197,178)
#E6CBBA
(230,203,186)
#E8D1C2
(232,209,194)
#EAD7CA
(234,215,202)
#ECDDD2
(236,221,210)
#EEE3DA
(238,227,218)
#F0E9E2
(240,233,226)
#F2EFEA
(242,239,234)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0B9A2; }

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

This text font color is #E0B9A2.


Background Color

.myBgColor { background-color: #E0B9A2; }

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

This div background color is #E0B9A2.


Border color

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

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

This div border color is #E0B9A2.


Opacity

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

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

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

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

This text has shadow with #E0B9A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B9A2 on black background.


Color preview on white background

This text has color #E0B9A2 on white background.



Black color preview on #E0B9A2 background

This text has black color on #E0B9A2 background.


White color preview on #E0B9A2 background

This text has white color on #E0B9A2 background.