Shades of Shilo #E1A999
Tints of Shilo #E1A999
RGB
CMYK
RGB Variations
Color information
#E1A999 (or 0xE1A999) is known color: Shilo. HEX triplet: E1, A9 and 99. RGB value is (225,169,153). Sum of RGB (Red+Green+Blue) = 225+169+153=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A999 is #1E5666. Grayscale: #B8B8B8. Windows color (decimal): -1988199 or 10070497. OLE color: 10070497.
HSL color Cylindrical-coordinate representation of color #E1A999: hue angle of 13.33º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1A999 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 169 | 153 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.12 |
| HSL | 13.33º | 0.55% | 0.74% | - |
| HSV(B) | 13.33º | 0.32% | 0.88% | - |
| XYZ | 50.99 | 46.68 | 36.46 | - |
| YUV | 183.92 | 110.55 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 169 | 153 | 0 | 0.25 | 0.32 | 0.12 | 13.33 | 0.55 | 0.74 |
| Hex | E1 | A9 | 99 | 0 | 19 | 20 | C | D | 37 | 4A |
| Octal | 341 | 251 | 231 | 0 | 31 | 40 | 14 | 15 | 67 | 112 |
| Binary | 11100001 | 10101001 | 10011001 | 0 | 11001 | 100000 | 1100 | 1101 | 110111 | 1001010 |
Color Harmonies of #E1A999
Complementary color
Monochromatic Colors of #E1A999
Black with #E1A999
Text Example
Text Example
White with #E1A999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A999; }
p { color: rgb(225,169,153); }
H1.HeaderClassName
{
color: #E1A999;
}
.AnyTagClassName
{
color: #E1A999;
}
</style>
background-color css
<style>
a { background-color: #E1A999; }
a { background-color: rgb(225,169,153); }
div.DivClassName
{
background-color: #E1A999;
}
.BgClassName
{
background-color: #E1A999;
}
</style>
border-color css
<style>
span { border-color: #E1A999; }
span { border-color: rgb(225,169,153); }
td.TdClassName
{
border-color: #E1A999;
}
.TagClassName
{
border-color: #E1A999;
}
</style>