#E0ABAA

Color #E0ABAA Shilo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shilo #E0ABAA

Tints of Shilo #E0ABAA

Color information

#E0ABAA (or 0xE0ABAA) is unknown color: approx Shilo. HEX triplet: E0, AB and AA. RGB value is (224,171,170). Sum of RGB (Red+Green+Blue) = 224+171+170=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0ABAA is #1F5455. Grayscale: #BABABA. Windows color (decimal): -2053206 or 11185120. OLE color: 11185120.

HSL color Cylindrical-coordinate representation of color #E0ABAA: hue angle of 1.11º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0ABAA is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB224171170-
CMYK00.240.240.12
HSL1.11º46.55%77.25%-
HSV(B)1.11º24.11%87.84%-
XYZ52.5647.8844.5-
YUV186.73118.56154.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 39.65%
GREEN value IS 171 (67.19% from 255) = 30.27%
BLUE value IS 170 (66.80% from 255) = 30.09%
R=39.65%
G=30.27%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417117000.240.240.121.1146.5577.25
HexE0ABAA01818C12f4d
Octal3402532520303014157115
Binary11100000101010111010101001100011000110011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ABAA; }

 p { color: rgb(224,171,170); }

 H1.HeaderClassName
 {
   color: #E0ABAA;
 }
 .AnyTagClassName
 {
   color: #E0ABAA;
 }
</style>
background-color css

<style>
 a { background-color: #E0ABAA; }

 a { background-color: rgb(224,171,170); }

 div.DivClassName
 {
   background-color: #E0ABAA;
 }
 .BgClassName
 {
   background-color: #E0ABAA;
 }
</style>
border-color css

<style>
 span { border-color: #E0ABAA; }

 span { border-color: rgb(224,171,170); }

 td.TdClassName
 {
   border-color: #E0ABAA;
 }
 .TagClassName
 {
   border-color: #E0ABAA;
 }
</style>