#E0ABA2

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

Shades of Shilo #E0ABA2

Tints of Shilo #E0ABA2

Color information

#E0ABA2 (or 0xE0ABA2) is unknown color: approx Shilo. HEX triplet: E0, AB and A2. RGB value is (224,171,162). Sum of RGB (Red+Green+Blue) = 224+171+162=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 162 (63.67% from 255 or 29.08% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ABA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0ABA2 is #1F545D. Grayscale: #B9B9B9. Windows color (decimal): -2053214 or 10660832. OLE color: 10660832.

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

Color convert

RGB224171162-
CMYK00.240.280.12
HSL8.71º50%75.69%-
HSV(B)8.71º27.68%87.84%-
XYZ51.8247.5840.64-
YUV185.82114.56155.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.22%
GREEN value IS 171 (67.19% from 255) = 30.70%
BLUE value IS 162 (63.67% from 255) = 29.08%
R=40.22%
G=30.70%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417116200.240.280.128.715075.69
HexE0ABA20181CC9324c
Octal34025324203034141162114
Binary11100000101010111010001001100011100110010011100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ABA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ABA2; }

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

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

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

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

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

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

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

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