#E1AFA9

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

Shades of Shilo #E1AFA9

Tints of Shilo #E1AFA9

Color information

#E1AFA9 (or 0xE1AFA9) is unknown color: approx Shilo. HEX triplet: E1, AF and A9. RGB value is (225,175,169). Sum of RGB (Red+Green+Blue) = 225+175+169=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 169 (66.41% from 255 or 29.70% from 569); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AFA9 is #1E5056. Grayscale: #BDBDBD. Windows color (decimal): -1986647 or 11120609. OLE color: 11120609.

HSL color Cylindrical-coordinate representation of color #E1AFA9: hue angle of 6.43º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1AFA9 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB225175169-
CMYK00.220.250.12
HSL6.43º48.28%77.25%-
HSV(B)6.43º24.89%88.24%-
XYZ53.5449.5344.27-
YUV189.27116.56153.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.54%
GREEN value IS 175 (68.75% from 255) = 30.76%
BLUE value IS 169 (66.41% from 255) = 29.70%
R=39.54%
G=30.76%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517516900.220.250.126.4348.2877.25
HexE1AFA901619C6304d
Octal3412572510263114660115
Binary1110000110101111101010010101101100111001101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AFA9; }

 p { color: rgb(225,175,169); }

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

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

 a { background-color: rgb(225,175,169); }

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

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

 span { border-color: rgb(225,175,169); }

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