#E1AFA2

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

Shades of Shilo #E1AFA2

Tints of Shilo #E1AFA2

Color information

#E1AFA2 (or 0xE1AFA2) is unknown color: approx Shilo. HEX triplet: E1, AF and A2. RGB value is (225,175,162). Sum of RGB (Red+Green+Blue) = 225+175+162=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 162 (63.67% from 255 or 28.83% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AFA2 is #1E505D. Grayscale: #BCBCBC. Windows color (decimal): -1986654 or 10661857. OLE color: 10661857.

HSL color Cylindrical-coordinate representation of color #E1AFA2: hue angle of 12.38º 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 #E1AFA2 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB225175162-
CMYK00.220.280.12
HSL12.38º51.22%75.88%-
HSV(B)12.38º28%88.24%-
XYZ52.949.2840.91-
YUV188.47113.06154.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.04%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 162 (63.67% from 255) = 28.83%
R=40.04%
G=31.14%
B=28.83%

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
Decimal22517516200.220.280.1212.3851.2275.88
HexE1AFA20161CCc334c
Octal34125724202634141463114
Binary11100001101011111010001001011011100110011001100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AFA2; }

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

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

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

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

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

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

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

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