#E0AB9F

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

Shades of Shilo #E0AB9F

Tints of Shilo #E0AB9F

Color information

#E0AB9F (or 0xE0AB9F) is unknown color: approx Shilo. HEX triplet: E0, AB and 9F. RGB value is (224,171,159). Sum of RGB (Red+Green+Blue) = 224+171+159=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 159 (62.5% from 255 or 28.70% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AB9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AB9F is #1F5460. Grayscale: #B9B9B9. Windows color (decimal): -2053217 or 10464224. OLE color: 10464224.

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

Color convert

RGB224171159-
CMYK00.240.290.12
HSL11.08º51.18%75.1%-
HSV(B)11.08º29.02%87.84%-
XYZ51.5647.4839.25-
YUV185.48113.06155.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.43%
GREEN value IS 171 (67.19% from 255) = 30.87%
BLUE value IS 159 (62.5% from 255) = 28.70%
R=40.43%
G=30.87%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417115900.240.290.1211.0851.1875.1
HexE0AB9F0181DCb334b
Octal34025323703035141363113
Binary11100000101010111001111101100011101110010111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AB9F; }

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

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

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

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

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

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

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

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