#E1AFA3

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

Shades of Shilo #E1AFA3

Tints of Shilo #E1AFA3

Color information

#E1AFA3 (or 0xE1AFA3) is unknown color: approx Shilo. HEX triplet: E1, AF and A3. RGB value is (225,175,163). Sum of RGB (Red+Green+Blue) = 225+175+163=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 163 (64.06% from 255 or 28.95% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AFA3 is #1E505C. Grayscale: #BCBCBC. Windows color (decimal): -1986653 or 10727393. OLE color: 10727393.

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

Color convert

RGB225175163-
CMYK00.220.280.12
HSL11.61º50.82%76.08%-
HSV(B)11.61º27.56%88.24%-
XYZ52.9949.3141.38-
YUV188.58113.56153.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.96%
GREEN value IS 175 (68.75% from 255) = 31.08%
BLUE value IS 163 (64.06% from 255) = 28.95%
R=39.96%
G=31.08%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517516300.220.280.1211.6150.8276.08
HexE1AFA30161CCc334c
Octal34125724302634141463114
Binary11100001101011111010001101011011100110011001100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AFA3; }

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

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

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

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

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

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

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

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