COLOR #E0B4A5

HEX: #E0B4A5
RGB: (224,180,165)

Color info

#E0B4A5 contains red, green and blue colors in about the same proportion. Web safe color of #E0B4A5 is #CCCC99 (or #CC9).

RGB color model

#E0B4A5 color RGB value is (224,180,165).

  • red value is 224;
  • green value is 180;
  • blue value is 165.
RGB:
(224,180,165)
(88%,71%,65%)

RGB channels and saturation

R 224 of 255 = 88%
G 180 of 255 = 71%
B 165 of 255 = 65%

224
180
165

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

Portions of RGB colors in percentages

R + G + B =
224 + 180 + 165 = 569 (100%)
R 224 of 569 ~ 39.37%
G 180 of 569 ~ 31.63%
B 165 of 569 ~ 29%

%39.37
%31.63
%29

CMYK color model

#E0B4A5 color CMYK value is (0,20,26,12).

  • cyan value is 0.00%
  • magenta value is 19.64%
  • yellow value is 26.34%
  • key color value is 12.16%
CMYK:
(0,20,26,12)
C0M20Y26K12 
(0%,20%,26%,12%)
(0.00/0.20/0.26/0.12)	

CMYK percentages

%0
%19.64
%26.34
%12.16

Codes

Color #E0B4A5 in popluar color models

E0B4A5
RGB224180165
HSL15°48.76%76.27%
HSB/HSV15°26.34%87.84%
CMYK0.00%19.64%26.34%
12.16%

Color #E0B4A5 in popluar number systems.

HEXE0B4A5
Decimal224180165
Binary111000001011010010100101
Octal340264245

Shades and tints

Shades of #E0B4A5

#E0B4A5
(224,180,165)
#CCA496
(204,164,150)
#B89487
(184,148,135)
#A48478
(164,132,120)
#907469
(144,116,105)
#7C645A
(124,100,90)
#68544B
(104,84,75)
#54443C
(84,68,60)
#40342D
(64,52,45)
#2C241E
(44,36,30)
#18140F
(24,20,15)
#000000
(0,0,0)

Tints of #E0B4A5

#E0B4A5
(224,180,165)
#E2BAAD
(226,186,173)
#E4C0B5
(228,192,181)
#E6C6BD
(230,198,189)
#E8CCC5
(232,204,197)
#EAD2CD
(234,210,205)
#ECD8D5
(236,216,213)
#EEDEDD
(238,222,221)
#F0E4E5
(240,228,229)
#F2EAED
(242,234,237)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B4A5 color. Also use rgb(224,180,165) instead hex code.

Text Font Color

.myTextColor { color: #E0B4A5; }

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

This text font color is #E0B4A5.


Background Color

.myBgColor { background-color: #E0B4A5; }

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

This div background color is #E0B4A5.


Border color

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

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

This div border color is #E0B4A5.


Opacity

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

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

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

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

This text has shadow with #E0B4A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B4A5 on black background.


Color preview on white background

This text has color #E0B4A5 on white background.



Black color preview on #E0B4A5 background

This text has black color on #E0B4A5 background.


White color preview on #E0B4A5 background

This text has white color on #E0B4A5 background.