#E1AAA5

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

Shades of Shilo #E1AAA5

Tints of Shilo #E1AAA5

Color information

#E1AAA5 (or 0xE1AAA5) is unknown color: approx Shilo. HEX triplet: E1, AA and A5. RGB value is (225,170,165). Sum of RGB (Red+Green+Blue) = 225+170+165=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 165 (64.84% from 255 or 29.46% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AAA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AAA5 is #1E555A. Grayscale: #B9B9B9. Windows color (decimal): -1987931 or 10857185. OLE color: 10857185.

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

Color convert

RGB225170165-
CMYK00.240.270.12
HSL50%76.47%-
HSV(B)26.67%88.24%-
XYZ52.2247.4742.01-
YUV185.88116.22155.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.18%
GREEN value IS 170 (66.80% from 255) = 30.36%
BLUE value IS 165 (64.84% from 255) = 29.46%
R=40.18%
G=30.36%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517016500.240.270.1255076.47
HexE1AAA50181BC5324c
Octal3412522450303314562114
Binary1110000110101010101001010110001101111001011100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AAA5; }

 p { color: rgb(225,170,165); }

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

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

 a { background-color: rgb(225,170,165); }

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

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

 span { border-color: rgb(225,170,165); }

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