#E0ABA0

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

Shades of Shilo #E0ABA0

Tints of Shilo #E0ABA0

Color information

#E0ABA0 (or 0xE0ABA0) is unknown color: approx Shilo. HEX triplet: E0, AB and A0. RGB value is (224,171,160). Sum of RGB (Red+Green+Blue) = 224+171+160=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ABA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0ABA0 is #1F545F. Grayscale: #B9B9B9. Windows color (decimal): -2053216 or 10529760. OLE color: 10529760.

HSL color Cylindrical-coordinate representation of color #E0ABA0: hue angle of 10.31º 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 #E0ABA0 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB224171160-
CMYK00.240.290.12
HSL10.31º50.79%75.29%-
HSV(B)10.31º28.57%87.84%-
XYZ51.6547.5139.71-
YUV185.59113.56155.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.36%
GREEN value IS 171 (67.19% from 255) = 30.81%
BLUE value IS 160 (62.89% from 255) = 28.83%
R=40.36%
G=30.81%
B=28.83%

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
Decimal22417116000.240.290.1210.3150.7975.29
HexE0ABA00181DCa334b
Octal34025324003035141263113
Binary11100000101010111010000001100011101110010101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ABA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ABA0; }

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

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

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

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

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

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

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

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