Shades of Shilo #E0AA9A
Tints of Shilo #E0AA9A
RGB
CMYK
RGB Variations
Color information
#E0AA9A (or 0xE0AA9A) is known color: Shilo. HEX triplet: E0, AA and 9A. RGB value is (224,170,154). Sum of RGB (Red+Green+Blue) = 224+170+154=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AA9A is #1F5565. Grayscale: #B8B8B8. Windows color (decimal): -2053478 or 10136288. OLE color: 10136288.
HSL color Cylindrical-coordinate representation of color #E0AA9A: hue angle of 13.71º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0AA9A is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 170 | 154 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.12 |
| HSL | 13.71º | 0.53% | 0.74% | - |
| HSV(B) | 13.71º | 0.31% | 0.88% | - |
| XYZ | 50.95 | 46.93 | 36.94 | - |
| YUV | 184.32 | 110.89 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 170 | 154 | 0 | 0.24 | 0.31 | 0.12 | 13.71 | 0.53 | 0.74 |
| Hex | E0 | AA | 9A | 0 | 18 | 1F | C | E | 35 | 4A |
| Octal | 340 | 252 | 232 | 0 | 30 | 37 | 14 | 16 | 65 | 112 |
| Binary | 11100000 | 10101010 | 10011010 | 0 | 11000 | 11111 | 1100 | 1110 | 110101 | 1001010 |
Color Harmonies of #E0AA9A
Complementary color
Monochromatic Colors of #E0AA9A
Black with #E0AA9A
Text Example
Text Example
White with #E0AA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AA9A; }
p { color: rgb(224,170,154); }
H1.HeaderClassName
{
color: #E0AA9A;
}
.AnyTagClassName
{
color: #E0AA9A;
}
</style>
background-color css
<style>
a { background-color: #E0AA9A; }
a { background-color: rgb(224,170,154); }
div.DivClassName
{
background-color: #E0AA9A;
}
.BgClassName
{
background-color: #E0AA9A;
}
</style>
border-color css
<style>
span { border-color: #E0AA9A; }
span { border-color: rgb(224,170,154); }
td.TdClassName
{
border-color: #E0AA9A;
}
.TagClassName
{
border-color: #E0AA9A;
}
</style>