#E0AFA6

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

Shades of Shilo #E0AFA6

Tints of Shilo #E0AFA6

Color information

#E0AFA6 (or 0xE0AFA6) is unknown color: approx Shilo. HEX triplet: E0, AF and A6. RGB value is (224,175,166). Sum of RGB (Red+Green+Blue) = 224+175+166=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 166 (65.23% from 255 or 29.38% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AFA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AFA6 is #1F5059. Grayscale: #BCBCBC. Windows color (decimal): -2052186 or 10924000. OLE color: 10924000.

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

Color convert

RGB224175166-
CMYK00.220.260.12
HSL9.31º48.33%76.47%-
HSV(B)9.31º25.89%87.84%-
XYZ52.9549.2642.79-
YUV188.62115.23153.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.65%
GREEN value IS 175 (68.75% from 255) = 30.97%
BLUE value IS 166 (65.23% from 255) = 29.38%
R=39.65%
G=30.97%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417516600.220.260.129.3148.3376.47
HexE0AFA60161AC9304c
Octal34025724602632141160114
Binary11100000101011111010011001011011010110010011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AFA6; }

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

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

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

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

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

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

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

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