Shades of Shilo #E0ABAA
Tints of Shilo #E0ABAA
RGB
CMYK
RGB Variations
Color information
#E0ABAA (or 0xE0ABAA) is known color: Shilo. HEX triplet: E0, AB and AA. RGB value is (224,171,170). Sum of RGB (Red+Green+Blue) = 224+171+170=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0ABAA is #1F5455. Grayscale: #BABABA. Windows color (decimal): -2053206 or 11185120. OLE color: 11185120.
HSL color Cylindrical-coordinate representation of color #E0ABAA: hue angle of 1.11º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0ABAA is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 171 | 170 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.12 |
| HSL | 1.11º | 0.47% | 0.77% | - |
| HSV(B) | 1.11º | 0.24% | 0.88% | - |
| XYZ | 52.56 | 47.88 | 44.5 | - |
| YUV | 186.73 | 118.56 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 171 | 170 | 0 | 0.24 | 0.24 | 0.12 | 1.11 | 0.47 | 0.77 |
| Hex | E0 | AB | AA | 0 | 18 | 18 | C | 1 | 2F | 4D |
| Octal | 340 | 253 | 252 | 0 | 30 | 30 | 14 | 1 | 57 | 115 |
| Binary | 11100000 | 10101011 | 10101010 | 0 | 11000 | 11000 | 1100 | 1 | 101111 | 1001101 |
Color Harmonies of #E0ABAA
Complementary color
Monochromatic Colors of #E0ABAA
Black with #E0ABAA
Text Example
Text Example
White with #E0ABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ABAA; }
p { color: rgb(224,171,170); }
H1.HeaderClassName
{
color: #E0ABAA;
}
.AnyTagClassName
{
color: #E0ABAA;
}
</style>
background-color css
<style>
a { background-color: #E0ABAA; }
a { background-color: rgb(224,171,170); }
div.DivClassName
{
background-color: #E0ABAA;
}
.BgClassName
{
background-color: #E0ABAA;
}
</style>
border-color css
<style>
span { border-color: #E0ABAA; }
span { border-color: rgb(224,171,170); }
td.TdClassName
{
border-color: #E0ABAA;
}
.TagClassName
{
border-color: #E0ABAA;
}
</style>