Shades of Shilo #E1ACA9
Tints of Shilo #E1ACA9
RGB
CMYK
RGB Variations
Color information
#E1ACA9 (or 0xE1ACA9) is known color: Shilo. HEX triplet: E1, AC and A9. RGB value is (225,172,169). Sum of RGB (Red+Green+Blue) = 225+172+169=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 169 (66.41% from 255 or 29.86% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1ACA9 is #1E5356. Grayscale: #BBBBBB. Windows color (decimal): -1987415 or 11119841. OLE color: 11119841.
HSL color Cylindrical-coordinate representation of color #E1ACA9: hue angle of 3.21º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1ACA9 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 172 | 169 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.12 |
| HSL | 3.21º | 0.48% | 0.77% | - |
| HSV(B) | 3.21º | 0.25% | 0.88% | - |
| XYZ | 52.97 | 48.38 | 44.08 | - |
| YUV | 187.51 | 117.56 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 172 | 169 | 0 | 0.24 | 0.25 | 0.12 | 3.21 | 0.48 | 0.77 |
| Hex | E1 | AC | A9 | 0 | 18 | 19 | C | 3 | 30 | 4D |
| Octal | 341 | 254 | 251 | 0 | 30 | 31 | 14 | 3 | 60 | 115 |
| Binary | 11100001 | 10101100 | 10101001 | 0 | 11000 | 11001 | 1100 | 11 | 110000 | 1001101 |
Color Harmonies of #E1ACA9
Complementary color
Monochromatic Colors of #E1ACA9
Black with #E1ACA9
Text Example
Text Example
White with #E1ACA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ACA9; }
p { color: rgb(225,172,169); }
H1.HeaderClassName
{
color: #E1ACA9;
}
.AnyTagClassName
{
color: #E1ACA9;
}
</style>
background-color css
<style>
a { background-color: #E1ACA9; }
a { background-color: rgb(225,172,169); }
div.DivClassName
{
background-color: #E1ACA9;
}
.BgClassName
{
background-color: #E1ACA9;
}
</style>
border-color css
<style>
span { border-color: #E1ACA9; }
span { border-color: rgb(225,172,169); }
td.TdClassName
{
border-color: #E1ACA9;
}
.TagClassName
{
border-color: #E1ACA9;
}
</style>