#E8ABA0

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

Shades of Shilo #E8ABA0

Tints of Shilo #E8ABA0

Color information

#E8ABA0 (or 0xE8ABA0) is unknown color: approx Shilo. HEX triplet: E8, AB and A0. RGB value is (232,171,160). Sum of RGB (Red+Green+Blue) = 232+171+160=563 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.21% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 160 (62.89% from 255 or 28.42% from 563); Max value from RGB is 232 - color contains mainly: red. Hex color #E8ABA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8ABA0 is #17545F. Grayscale: #BCBCBC. Windows color (decimal): -1528928 or 10529768. OLE color: 10529768.

HSL color Cylindrical-coordinate representation of color #E8ABA0: hue angle of 9.17º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E8ABA0 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB232171160-
CMYK00.260.310.09
HSL9.17º61.02%76.86%-
HSV(B)9.17º31.03%90.98%-
XYZ54.1948.8239.82-
YUV187.98112.21159.39-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.21%
GREEN value IS 171 (67.19% from 255) = 30.37%
BLUE value IS 160 (62.89% from 255) = 28.42%
R=41.21%
G=30.37%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217116000.260.310.099.1761.0276.86
HexE8ABA001A1F993d4d
Octal35025324003237111175115
Binary11101000101010111010000001101011111100110011111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ABA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ABA0; }

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

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

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

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

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

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

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

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