Shades of Shilo #E9AFA0
Tints of Shilo #E9AFA0
RGB
CMYK
RGB Variations
Color information
#E9AFA0 (or 0xE9AFA0) is known color: Shilo. HEX triplet: E9, AF and A0. RGB value is (233,175,160). Sum of RGB (Red+Green+Blue) = 233+175+160=568 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.02% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 160 (62.89% from 255 or 28.17% from 568); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AFA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AFA0 is #16505F. Grayscale: #BEBEBE. Windows color (decimal): -1462368 or 10530793. OLE color: 10530793.
HSL color Cylindrical-coordinate representation of color #E9AFA0: hue angle of 12.33º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E9AFA0 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 160 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.09 |
| HSL | 12.33º | 0.62% | 0.77% | - |
| HSV(B) | 12.33º | 0.31% | 0.91% | - |
| XYZ | 55.28 | 50.52 | 40.1 | - |
| YUV | 190.63 | 110.72 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 160 | 0 | 0.25 | 0.31 | 0.09 | 12.33 | 0.62 | 0.77 |
| Hex | E9 | AF | A0 | 0 | 19 | 1F | 9 | C | 3E | 4D |
| Octal | 351 | 257 | 240 | 0 | 31 | 37 | 11 | 14 | 76 | 115 |
| Binary | 11101001 | 10101111 | 10100000 | 0 | 11001 | 11111 | 1001 | 1100 | 111110 | 1001101 |
Color Harmonies of #E9AFA0
Complementary color
Monochromatic Colors of #E9AFA0
Black with #E9AFA0
Text Example
Text Example
White with #E9AFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AFA0; }
p { color: rgb(233,175,160); }
H1.HeaderClassName
{
color: #E9AFA0;
}
.AnyTagClassName
{
color: #E9AFA0;
}
</style>
background-color css
<style>
a { background-color: #E9AFA0; }
a { background-color: rgb(233,175,160); }
div.DivClassName
{
background-color: #E9AFA0;
}
.BgClassName
{
background-color: #E9AFA0;
}
</style>
border-color css
<style>
span { border-color: #E9AFA0; }
span { border-color: rgb(233,175,160); }
td.TdClassName
{
border-color: #E9AFA0;
}
.TagClassName
{
border-color: #E9AFA0;
}
</style>