Shades of Shilo #E0ACA6
Tints of Shilo #E0ACA6
RGB
CMYK
RGB Variations
Color information
#E0ACA6 (or 0xE0ACA6) is known color: Shilo. HEX triplet: E0, AC and A6. RGB value is (224,172,166). Sum of RGB (Red+Green+Blue) = 224+172+166=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 166 (65.23% from 255 or 29.54% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ACA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0ACA6 is #1F5359. Grayscale: #BABABA. Windows color (decimal): -2052954 or 10923232. OLE color: 10923232.
HSL color Cylindrical-coordinate representation of color #E0ACA6: hue angle of 6.21º 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 #E0ACA6 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 172 | 166 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.12 |
| HSL | 6.21º | 0.48% | 0.76% | - |
| HSV(B) | 6.21º | 0.26% | 0.88% | - |
| XYZ | 52.38 | 48.11 | 42.6 | - |
| YUV | 186.86 | 116.23 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 172 | 166 | 0 | 0.23 | 0.26 | 0.12 | 6.21 | 0.48 | 0.76 |
| Hex | E0 | AC | A6 | 0 | 17 | 1A | C | 6 | 30 | 4C |
| Octal | 340 | 254 | 246 | 0 | 27 | 32 | 14 | 6 | 60 | 114 |
| Binary | 11100000 | 10101100 | 10100110 | 0 | 10111 | 11010 | 1100 | 110 | 110000 | 1001100 |
Color Harmonies of #E0ACA6
Complementary color
Monochromatic Colors of #E0ACA6
Black with #E0ACA6
Text Example
Text Example
White with #E0ACA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ACA6; }
p { color: rgb(224,172,166); }
H1.HeaderClassName
{
color: #E0ACA6;
}
.AnyTagClassName
{
color: #E0ACA6;
}
</style>
background-color css
<style>
a { background-color: #E0ACA6; }
a { background-color: rgb(224,172,166); }
div.DivClassName
{
background-color: #E0ACA6;
}
.BgClassName
{
background-color: #E0ACA6;
}
</style>
border-color css
<style>
span { border-color: #E0ACA6; }
span { border-color: rgb(224,172,166); }
td.TdClassName
{
border-color: #E0ACA6;
}
.TagClassName
{
border-color: #E0ACA6;
}
</style>