#E7ABA9

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

Shades of Shilo #E7ABA9

Tints of Shilo #E7ABA9

Color information

#E7ABA9 (or 0xE7ABA9) is unknown color: approx Shilo. HEX triplet: E7, AB and A9. RGB value is (231,171,169). Sum of RGB (Red+Green+Blue) = 231+171+169=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 169 (66.41% from 255 or 29.60% from 571); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ABA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7ABA9 is #185456. Grayscale: #BCBCBC. Windows color (decimal): -1594455 or 11119591. OLE color: 11119591.

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

Color convert

RGB231171169-
CMYK00.260.270.09
HSL1.94º56.36%78.43%-
HSV(B)1.94º26.84%90.59%-
XYZ54.6848.9844.11-
YUV188.71116.88158.16-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.46%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 169 (66.41% from 255) = 29.60%
R=40.46%
G=29.95%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117116900.260.270.091.9456.3678.43
HexE7ABA901A1B92384e
Octal3472532510323311270116
Binary111001111010101110101001011010110111001101110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ABA9; }

 p { color: rgb(231,171,169); }

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

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

 a { background-color: rgb(231,171,169); }

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

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

 span { border-color: rgb(231,171,169); }

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