Shades of Shilo #E1AC9F
Tints of Shilo #E1AC9F
RGB
CMYK
RGB Variations
Color information
#E1AC9F (or 0xE1AC9F) is known color: Shilo. HEX triplet: E1, AC and 9F. RGB value is (225,172,159). Sum of RGB (Red+Green+Blue) = 225+172+159=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 159 (62.5% from 255 or 28.60% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AC9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AC9F is #1E5360. Grayscale: #BABABA. Windows color (decimal): -1987425 or 10464481. OLE color: 10464481.
HSL color Cylindrical-coordinate representation of color #E1AC9F: hue angle of 11.82º 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 #E1AC9F is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 172 | 159 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.12 |
| HSL | 11.82º | 0.52% | 0.75% | - |
| HSV(B) | 11.82º | 0.29% | 0.88% | - |
| XYZ | 52.06 | 48.02 | 39.32 | - |
| YUV | 186.37 | 112.56 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 172 | 159 | 0 | 0.24 | 0.29 | 0.12 | 11.82 | 0.52 | 0.75 |
| Hex | E1 | AC | 9F | 0 | 18 | 1D | C | C | 34 | 4B |
| Octal | 341 | 254 | 237 | 0 | 30 | 35 | 14 | 14 | 64 | 113 |
| Binary | 11100001 | 10101100 | 10011111 | 0 | 11000 | 11101 | 1100 | 1100 | 110100 | 1001011 |
Color Harmonies of #E1AC9F
Complementary color
Monochromatic Colors of #E1AC9F
Black with #E1AC9F
Text Example
Text Example
White with #E1AC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AC9F; }
p { color: rgb(225,172,159); }
H1.HeaderClassName
{
color: #E1AC9F;
}
.AnyTagClassName
{
color: #E1AC9F;
}
</style>
background-color css
<style>
a { background-color: #E1AC9F; }
a { background-color: rgb(225,172,159); }
div.DivClassName
{
background-color: #E1AC9F;
}
.BgClassName
{
background-color: #E1AC9F;
}
</style>
border-color css
<style>
span { border-color: #E1AC9F; }
span { border-color: rgb(225,172,159); }
td.TdClassName
{
border-color: #E1AC9F;
}
.TagClassName
{
border-color: #E1AC9F;
}
</style>