Shades of Shilo #E0AB9C
Tints of Shilo #E0AB9C
RGB
CMYK
RGB Variations
Color information
#E0AB9C (or 0xE0AB9C) is known color: Shilo. HEX triplet: E0, AB and 9C. RGB value is (224,171,156). Sum of RGB (Red+Green+Blue) = 224+171+156=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 156 (61.33% from 255 or 28.31% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AB9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AB9C is #1F5463. Grayscale: #B9B9B9. Windows color (decimal): -2053220 or 10267616. OLE color: 10267616.
HSL color Cylindrical-coordinate representation of color #E0AB9C: hue angle of 13.24º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0AB9C is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 171 | 156 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.12 |
| HSL | 13.24º | 0.52% | 0.75% | - |
| HSV(B) | 13.24º | 0.3% | 0.88% | - |
| XYZ | 51.3 | 47.37 | 37.89 | - |
| YUV | 185.14 | 111.56 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 171 | 156 | 0 | 0.24 | 0.30 | 0.12 | 13.24 | 0.52 | 0.75 |
| Hex | E0 | AB | 9C | 0 | 18 | 1E | C | D | 34 | 4B |
| Octal | 340 | 253 | 234 | 0 | 30 | 36 | 14 | 15 | 64 | 113 |
| Binary | 11100000 | 10101011 | 10011100 | 0 | 11000 | 11110 | 1100 | 1101 | 110100 | 1001011 |
Color Harmonies of #E0AB9C
Complementary color
Monochromatic Colors of #E0AB9C
Black with #E0AB9C
Text Example
Text Example
White with #E0AB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AB9C; }
p { color: rgb(224,171,156); }
H1.HeaderClassName
{
color: #E0AB9C;
}
.AnyTagClassName
{
color: #E0AB9C;
}
</style>
background-color css
<style>
a { background-color: #E0AB9C; }
a { background-color: rgb(224,171,156); }
div.DivClassName
{
background-color: #E0AB9C;
}
.BgClassName
{
background-color: #E0AB9C;
}
</style>
border-color css
<style>
span { border-color: #E0AB9C; }
span { border-color: rgb(224,171,156); }
td.TdClassName
{
border-color: #E0AB9C;
}
.TagClassName
{
border-color: #E0AB9C;
}
</style>