Shades of Shilo #E1AC9E
Tints of Shilo #E1AC9E
RGB
CMYK
RGB Variations
Color information
#E1AC9E (or 0xE1AC9E) is known color: Shilo. HEX triplet: E1, AC and 9E. RGB value is (225,172,158). Sum of RGB (Red+Green+Blue) = 225+172+158=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AC9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AC9E is #1E5361. Grayscale: #BABABA. Windows color (decimal): -1987426 or 10398945. OLE color: 10398945.
HSL color Cylindrical-coordinate representation of color #E1AC9E: hue angle of 12.54º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1AC9E is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 172 | 158 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.12 |
| HSL | 12.54º | 0.53% | 0.75% | - |
| HSV(B) | 12.54º | 0.3% | 0.88% | - |
| XYZ | 51.98 | 47.98 | 38.87 | - |
| YUV | 186.25 | 112.06 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 172 | 158 | 0 | 0.24 | 0.30 | 0.12 | 12.54 | 0.53 | 0.75 |
| Hex | E1 | AC | 9E | 0 | 18 | 1E | C | D | 35 | 4B |
| Octal | 341 | 254 | 236 | 0 | 30 | 36 | 14 | 15 | 65 | 113 |
| Binary | 11100001 | 10101100 | 10011110 | 0 | 11000 | 11110 | 1100 | 1101 | 110101 | 1001011 |
Color Harmonies of #E1AC9E
Complementary color
Monochromatic Colors of #E1AC9E
Black with #E1AC9E
Text Example
Text Example
White with #E1AC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AC9E; }
p { color: rgb(225,172,158); }
H1.HeaderClassName
{
color: #E1AC9E;
}
.AnyTagClassName
{
color: #E1AC9E;
}
</style>
background-color css
<style>
a { background-color: #E1AC9E; }
a { background-color: rgb(225,172,158); }
div.DivClassName
{
background-color: #E1AC9E;
}
.BgClassName
{
background-color: #E1AC9E;
}
</style>
border-color css
<style>
span { border-color: #E1AC9E; }
span { border-color: rgb(225,172,158); }
td.TdClassName
{
border-color: #E1AC9E;
}
.TagClassName
{
border-color: #E1AC9E;
}
</style>