Shades of Shilo #E1AA9A
Tints of Shilo #E1AA9A
RGB
CMYK
RGB Variations
Color information
#E1AA9A (or 0xE1AA9A) is known color: Shilo. HEX triplet: E1, AA and 9A. RGB value is (225,170,154). Sum of RGB (Red+Green+Blue) = 225+170+154=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 154 (60.55% from 255 or 28.05% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AA9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AA9A is #1E5565. Grayscale: #B8B8B8. Windows color (decimal): -1987942 or 10136289. OLE color: 10136289.
HSL color Cylindrical-coordinate representation of color #E1AA9A: hue angle of 13.52º degrees, saturation: 0.54, 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 #E1AA9A is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 170 | 154 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.12 |
| HSL | 13.52º | 0.54% | 0.74% | - |
| HSV(B) | 13.52º | 0.32% | 0.88% | - |
| XYZ | 51.26 | 47.09 | 36.96 | - |
| YUV | 184.62 | 110.72 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 170 | 154 | 0 | 0.24 | 0.32 | 0.12 | 13.52 | 0.54 | 0.74 |
| Hex | E1 | AA | 9A | 0 | 18 | 20 | C | E | 36 | 4A |
| Octal | 341 | 252 | 232 | 0 | 30 | 40 | 14 | 16 | 66 | 112 |
| Binary | 11100001 | 10101010 | 10011010 | 0 | 11000 | 100000 | 1100 | 1110 | 110110 | 1001010 |
Color Harmonies of #E1AA9A
Complementary color
Monochromatic Colors of #E1AA9A
Black with #E1AA9A
Text Example
Text Example
White with #E1AA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AA9A; }
p { color: rgb(225,170,154); }
H1.HeaderClassName
{
color: #E1AA9A;
}
.AnyTagClassName
{
color: #E1AA9A;
}
</style>
background-color css
<style>
a { background-color: #E1AA9A; }
a { background-color: rgb(225,170,154); }
div.DivClassName
{
background-color: #E1AA9A;
}
.BgClassName
{
background-color: #E1AA9A;
}
</style>
border-color css
<style>
span { border-color: #E1AA9A; }
span { border-color: rgb(225,170,154); }
td.TdClassName
{
border-color: #E1AA9A;
}
.TagClassName
{
border-color: #E1AA9A;
}
</style>