Shades of Shilo #E0ABA6
Tints of Shilo #E0ABA6
RGB
CMYK
RGB Variations
Color information
#E0ABA6 (or 0xE0ABA6) is known color: Shilo. HEX triplet: E0, AB and A6. RGB value is (224,171,166). Sum of RGB (Red+Green+Blue) = 224+171+166=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 166 (65.23% from 255 or 29.59% from 561); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ABA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0ABA6 is #1F5459. Grayscale: #BABABA. Windows color (decimal): -2053210 or 10922976. OLE color: 10922976.
HSL color Cylindrical-coordinate representation of color #E0ABA6: hue angle of 5.17º 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 #E0ABA6 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 171 | 166 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.12 |
| HSL | 5.17º | 0.48% | 0.76% | - |
| HSV(B) | 5.17º | 0.26% | 0.88% | - |
| XYZ | 52.19 | 47.73 | 42.54 | - |
| YUV | 186.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 171 | 166 | 0 | 0.24 | 0.26 | 0.12 | 5.17 | 0.48 | 0.76 |
| Hex | E0 | AB | A6 | 0 | 18 | 1A | C | 5 | 30 | 4C |
| Octal | 340 | 253 | 246 | 0 | 30 | 32 | 14 | 5 | 60 | 114 |
| Binary | 11100000 | 10101011 | 10100110 | 0 | 11000 | 11010 | 1100 | 101 | 110000 | 1001100 |
Color Harmonies of #E0ABA6
Complementary color
Monochromatic Colors of #E0ABA6
Black with #E0ABA6
Text Example
Text Example
White with #E0ABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ABA6; }
p { color: rgb(224,171,166); }
H1.HeaderClassName
{
color: #E0ABA6;
}
.AnyTagClassName
{
color: #E0ABA6;
}
</style>
background-color css
<style>
a { background-color: #E0ABA6; }
a { background-color: rgb(224,171,166); }
div.DivClassName
{
background-color: #E0ABA6;
}
.BgClassName
{
background-color: #E0ABA6;
}
</style>
border-color css
<style>
span { border-color: #E0ABA6; }
span { border-color: rgb(224,171,166); }
td.TdClassName
{
border-color: #E0ABA6;
}
.TagClassName
{
border-color: #E0ABA6;
}
</style>