Shades of Shilo #E5AFA6
Tints of Shilo #E5AFA6
RGB
CMYK
RGB Variations
Color information
#E5AFA6 (or 0xE5AFA6) is known color: Shilo. HEX triplet: E5, AF and A6. RGB value is (229,175,166). Sum of RGB (Red+Green+Blue) = 229+175+166=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 166 (65.23% from 255 or 29.12% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AFA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AFA6 is #1A5059. Grayscale: #BEBEBE. Windows color (decimal): -1724506 or 10924005. OLE color: 10924005.
HSL color Cylindrical-coordinate representation of color #E5AFA6: hue angle of 8.57º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5AFA6 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 166 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.10 |
| HSL | 8.57º | 0.55% | 0.77% | - |
| HSV(B) | 8.57º | 0.28% | 0.9% | - |
| XYZ | 54.53 | 50.07 | 42.87 | - |
| YUV | 190.12 | 114.39 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 166 | 0 | 0.24 | 0.28 | 0.10 | 8.57 | 0.55 | 0.77 |
| Hex | E5 | AF | A6 | 0 | 18 | 1C | A | 9 | 37 | 4D |
| Octal | 345 | 257 | 246 | 0 | 30 | 34 | 12 | 11 | 67 | 115 |
| Binary | 11100101 | 10101111 | 10100110 | 0 | 11000 | 11100 | 1010 | 1001 | 110111 | 1001101 |
Color Harmonies of #E5AFA6
Complementary color
Monochromatic Colors of #E5AFA6
Black with #E5AFA6
Text Example
Text Example
White with #E5AFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AFA6; }
p { color: rgb(229,175,166); }
H1.HeaderClassName
{
color: #E5AFA6;
}
.AnyTagClassName
{
color: #E5AFA6;
}
</style>
background-color css
<style>
a { background-color: #E5AFA6; }
a { background-color: rgb(229,175,166); }
div.DivClassName
{
background-color: #E5AFA6;
}
.BgClassName
{
background-color: #E5AFA6;
}
</style>
border-color css
<style>
span { border-color: #E5AFA6; }
span { border-color: rgb(229,175,166); }
td.TdClassName
{
border-color: #E5AFA6;
}
.TagClassName
{
border-color: #E5AFA6;
}
</style>