Shades of Shilo #E5A69C
Tints of Shilo #E5A69C
RGB
CMYK
RGB Variations
Color information
#E5A69C (or 0xE5A69C) is known color: Shilo. HEX triplet: E5, A6 and 9C. RGB value is (229,166,156). Sum of RGB (Red+Green+Blue) = 229+166+156=551 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.56% from 551); Green value is 166 (65.23% from 255 or 30.13% from 551); Blue value is 156 (61.33% from 255 or 28.31% from 551); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A69C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A69C is #1A5963. Grayscale: #B7B7B7. Windows color (decimal): -1726820 or 10266341. OLE color: 10266341.
HSL color Cylindrical-coordinate representation of color #E5A69C: hue angle of 8.22º 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 #E5A69C is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 166 | 156 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.10 |
| HSL | 8.22º | 0.58% | 0.75% | - |
| HSV(B) | 8.22º | 0.32% | 0.9% | - |
| XYZ | 51.95 | 46.33 | 37.66 | - |
| YUV | 183.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 166 | 156 | 0 | 0.28 | 0.32 | 0.10 | 8.22 | 0.58 | 0.75 |
| Hex | E5 | A6 | 9C | 0 | 1C | 20 | A | 8 | 3A | 4B |
| Octal | 345 | 246 | 234 | 0 | 34 | 40 | 12 | 10 | 72 | 113 |
| Binary | 11100101 | 10100110 | 10011100 | 0 | 11100 | 100000 | 1010 | 1000 | 111010 | 1001011 |
Color Harmonies of #E5A69C
Complementary color
Monochromatic Colors of #E5A69C
Black with #E5A69C
Text Example
Text Example
White with #E5A69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A69C; }
p { color: rgb(229,166,156); }
H1.HeaderClassName
{
color: #E5A69C;
}
.AnyTagClassName
{
color: #E5A69C;
}
</style>
background-color css
<style>
a { background-color: #E5A69C; }
a { background-color: rgb(229,166,156); }
div.DivClassName
{
background-color: #E5A69C;
}
.BgClassName
{
background-color: #E5A69C;
}
</style>
border-color css
<style>
span { border-color: #E5A69C; }
span { border-color: rgb(229,166,156); }
td.TdClassName
{
border-color: #E5A69C;
}
.TagClassName
{
border-color: #E5A69C;
}
</style>