#E0AFA7

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

Shades of Shilo #E0AFA7

Tints of Shilo #E0AFA7

Color information

#E0AFA7 (or 0xE0AFA7) is unknown color: approx Shilo. HEX triplet: E0, AF and A7. RGB value is (224,175,167). Sum of RGB (Red+Green+Blue) = 224+175+167=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 167 (65.62% from 255 or 29.51% from 566); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AFA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AFA7 is #1F5058. Grayscale: #BCBCBC. Windows color (decimal): -2052185 or 10989536. OLE color: 10989536.

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

Color convert

RGB224175167-
CMYK00.220.250.12
HSL8.42º47.9%76.67%-
HSV(B)8.42º25.45%87.84%-
XYZ53.0549.343.28-
YUV188.74115.73153.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.58%
GREEN value IS 175 (68.75% from 255) = 30.92%
BLUE value IS 167 (65.62% from 255) = 29.51%
R=39.58%
G=30.92%
B=29.51%

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
Decimal22417516700.220.250.128.4247.976.67
HexE0AFA701619C8304d
Octal34025724702631141060115
Binary11100000101011111010011101011011001110010001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AFA7; }

 p { color: rgb(224,175,167); }

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

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

 a { background-color: rgb(224,175,167); }

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

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

 span { border-color: rgb(224,175,167); }

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