#E7ABA1

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

Shades of Shilo #E7ABA1

Tints of Shilo #E7ABA1

Color information

#E7ABA1 (or 0xE7ABA1) is unknown color: approx Shilo. HEX triplet: E7, AB and A1. RGB value is (231,171,161). Sum of RGB (Red+Green+Blue) = 231+171+161=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 161 (63.28% from 255 or 28.60% from 563); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ABA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7ABA1 is #18545E. Grayscale: #BBBBBB. Windows color (decimal): -1594463 or 10595303. OLE color: 10595303.

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

Color convert

RGB231171161-
CMYK00.260.300.09
HSL8.57º59.32%76.86%-
HSV(B)8.57º30.3%90.59%-
XYZ53.9548.6940.27-
YUV187.8112.88158.81-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.03%
GREEN value IS 171 (67.19% from 255) = 30.37%
BLUE value IS 161 (63.28% from 255) = 28.60%
R=41.03%
G=30.37%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117116100.260.300.098.5759.3276.86
HexE7ABA101A1E993b4d
Octal34725324103236111173115
Binary11100111101010111010000101101011110100110011110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ABA1; }

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

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

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

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

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

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

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

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