#E9AFA6

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

Shades of Shilo #E9AFA6

Tints of Shilo #E9AFA6

Color information

#E9AFA6 (or 0xE9AFA6) is unknown color: approx Shilo. HEX triplet: E9, AF and A6. RGB value is (233,175,166). Sum of RGB (Red+Green+Blue) = 233+175+166=574 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.59% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 166 (65.23% from 255 or 28.92% from 574); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AFA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AFA6 is #165059. Grayscale: #BFBFBF. Windows color (decimal): -1462362 or 10924009. OLE color: 10924009.

HSL color Cylindrical-coordinate representation of color #E9AFA6: hue angle of 8.06º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E9AFA6 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB233175166-
CMYK00.250.290.09
HSL8.06º60.36%78.24%-
HSV(B)8.06º28.76%91.37%-
XYZ55.8250.7442.93-
YUV191.32113.72157.73-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.59%
GREEN value IS 175 (68.75% from 255) = 30.49%
BLUE value IS 166 (65.23% from 255) = 28.92%
R=40.59%
G=30.49%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317516600.250.290.098.0660.3678.24
HexE9AFA60191D983c4e
Octal35125724603135111074116
Binary11101001101011111010011001100111101100110001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AFA6; }

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

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

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

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

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

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

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

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