Shades of Shilo #E0AC9E
Tints of Shilo #E0AC9E
RGB
CMYK
RGB Variations
Color information
#E0AC9E (or 0xE0AC9E) is known color: Shilo. HEX triplet: E0, AC and 9E. RGB value is (224,172,158). Sum of RGB (Red+Green+Blue) = 224+172+158=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 158 (62.11% from 255 or 28.52% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AC9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AC9E is #1F5361. Grayscale: #BABABA. Windows color (decimal): -2052962 or 10398944. OLE color: 10398944.
HSL color Cylindrical-coordinate representation of color #E0AC9E: hue angle of 12.73º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0AC9E is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 172 | 158 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.12 |
| HSL | 12.73º | 0.52% | 0.75% | - |
| HSV(B) | 12.73º | 0.29% | 0.88% | - |
| XYZ | 51.66 | 47.82 | 38.86 | - |
| YUV | 185.95 | 112.23 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 172 | 158 | 0 | 0.23 | 0.29 | 0.12 | 12.73 | 0.52 | 0.75 |
| Hex | E0 | AC | 9E | 0 | 17 | 1D | C | D | 34 | 4B |
| Octal | 340 | 254 | 236 | 0 | 27 | 35 | 14 | 15 | 64 | 113 |
| Binary | 11100000 | 10101100 | 10011110 | 0 | 10111 | 11101 | 1100 | 1101 | 110100 | 1001011 |
Color Harmonies of #E0AC9E
Complementary color
Monochromatic Colors of #E0AC9E
Black with #E0AC9E
Text Example
Text Example
White with #E0AC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AC9E; }
p { color: rgb(224,172,158); }
H1.HeaderClassName
{
color: #E0AC9E;
}
.AnyTagClassName
{
color: #E0AC9E;
}
</style>
background-color css
<style>
a { background-color: #E0AC9E; }
a { background-color: rgb(224,172,158); }
div.DivClassName
{
background-color: #E0AC9E;
}
.BgClassName
{
background-color: #E0AC9E;
}
</style>
border-color css
<style>
span { border-color: #E0AC9E; }
span { border-color: rgb(224,172,158); }
td.TdClassName
{
border-color: #E0AC9E;
}
.TagClassName
{
border-color: #E0AC9E;
}
</style>