Shades of Shilo #E8ABA6
Tints of Shilo #E8ABA6
RGB
CMYK
RGB Variations
Color information
#E8ABA6 (or 0xE8ABA6) is known color: Shilo. HEX triplet: E8, AB and A6. RGB value is (232,171,166). Sum of RGB (Red+Green+Blue) = 232+171+166=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 166 (65.23% from 255 or 29.17% from 569); Max value from RGB is 232 - color contains mainly: red. Hex color #E8ABA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8ABA6 is #175459. Grayscale: #BCBCBC. Windows color (decimal): -1528922 or 10922984. OLE color: 10922984.
HSL color Cylindrical-coordinate representation of color #E8ABA6: hue angle of 4.55º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E8ABA6 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 171 | 166 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.09 |
| HSL | 4.55º | 0.59% | 0.78% | - |
| HSV(B) | 4.55º | 0.28% | 0.91% | - |
| XYZ | 54.72 | 49.03 | 42.66 | - |
| YUV | 188.67 | 115.21 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 171 | 166 | 0 | 0.26 | 0.28 | 0.09 | 4.55 | 0.59 | 0.78 |
| Hex | E8 | AB | A6 | 0 | 1A | 1C | 9 | 5 | 3B | 4E |
| Octal | 350 | 253 | 246 | 0 | 32 | 34 | 11 | 5 | 73 | 116 |
| Binary | 11101000 | 10101011 | 10100110 | 0 | 11010 | 11100 | 1001 | 101 | 111011 | 1001110 |
Color Harmonies of #E8ABA6
Complementary color
Monochromatic Colors of #E8ABA6
Black with #E8ABA6
Text Example
Text Example
White with #E8ABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ABA6; }
p { color: rgb(232,171,166); }
H1.HeaderClassName
{
color: #E8ABA6;
}
.AnyTagClassName
{
color: #E8ABA6;
}
</style>
background-color css
<style>
a { background-color: #E8ABA6; }
a { background-color: rgb(232,171,166); }
div.DivClassName
{
background-color: #E8ABA6;
}
.BgClassName
{
background-color: #E8ABA6;
}
</style>
border-color css
<style>
span { border-color: #E8ABA6; }
span { border-color: rgb(232,171,166); }
td.TdClassName
{
border-color: #E8ABA6;
}
.TagClassName
{
border-color: #E8ABA6;
}
</style>