Shades of Shilo #E5AA9C
Tints of Shilo #E5AA9C
RGB
CMYK
RGB Variations
Color information
#E5AA9C (or 0xE5AA9C) is known color: Shilo. HEX triplet: E5, AA and 9C. RGB value is (229,170,156). Sum of RGB (Red+Green+Blue) = 229+170+156=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 156 (61.33% from 255 or 28.11% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AA9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AA9C is #1A5563. Grayscale: #BABABA. Windows color (decimal): -1725796 or 10267365. OLE color: 10267365.
HSL color Cylindrical-coordinate representation of color #E5AA9C: hue angle of 11.51º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E5AA9C is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 170 | 156 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.10 |
| HSL | 11.51º | 0.58% | 0.75% | - |
| HSV(B) | 11.51º | 0.32% | 0.9% | - |
| XYZ | 52.69 | 47.81 | 37.9 | - |
| YUV | 186.05 | 111.05 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 170 | 156 | 0 | 0.26 | 0.32 | 0.10 | 11.51 | 0.58 | 0.75 |
| Hex | E5 | AA | 9C | 0 | 1A | 20 | A | C | 3A | 4B |
| Octal | 345 | 252 | 234 | 0 | 32 | 40 | 12 | 14 | 72 | 113 |
| Binary | 11100101 | 10101010 | 10011100 | 0 | 11010 | 100000 | 1010 | 1100 | 111010 | 1001011 |
Color Harmonies of #E5AA9C
Complementary color
Monochromatic Colors of #E5AA9C
Black with #E5AA9C
Text Example
Text Example
White with #E5AA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AA9C; }
p { color: rgb(229,170,156); }
H1.HeaderClassName
{
color: #E5AA9C;
}
.AnyTagClassName
{
color: #E5AA9C;
}
</style>
background-color css
<style>
a { background-color: #E5AA9C; }
a { background-color: rgb(229,170,156); }
div.DivClassName
{
background-color: #E5AA9C;
}
.BgClassName
{
background-color: #E5AA9C;
}
</style>
border-color css
<style>
span { border-color: #E5AA9C; }
span { border-color: rgb(229,170,156); }
td.TdClassName
{
border-color: #E5AA9C;
}
.TagClassName
{
border-color: #E5AA9C;
}
</style>