Shades of Shilo #E0ABA5
Tints of Shilo #E0ABA5
RGB
CMYK
RGB Variations
Color information
#E0ABA5 (or 0xE0ABA5) is known color: Shilo. HEX triplet: E0, AB and A5. RGB value is (224,171,165). Sum of RGB (Red+Green+Blue) = 224+171+165=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 165 (64.84% from 255 or 29.46% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ABA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0ABA5 is #1F545A. Grayscale: #BABABA. Windows color (decimal): -2053211 or 10857440. OLE color: 10857440.
HSL color Cylindrical-coordinate representation of color #E0ABA5: hue angle of 6.1º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0ABA5 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 171 | 165 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.12 |
| HSL | 6.1º | 0.49% | 0.76% | - |
| HSV(B) | 6.1º | 0.26% | 0.88% | - |
| XYZ | 52.09 | 47.69 | 42.06 | - |
| YUV | 186.16 | 116.06 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 171 | 165 | 0 | 0.24 | 0.26 | 0.12 | 6.1 | 0.49 | 0.76 |
| Hex | E0 | AB | A5 | 0 | 18 | 1A | C | 6 | 31 | 4C |
| Octal | 340 | 253 | 245 | 0 | 30 | 32 | 14 | 6 | 61 | 114 |
| Binary | 11100000 | 10101011 | 10100101 | 0 | 11000 | 11010 | 1100 | 110 | 110001 | 1001100 |
Color Harmonies of #E0ABA5
Complementary color
Monochromatic Colors of #E0ABA5
Black with #E0ABA5
Text Example
Text Example
White with #E0ABA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ABA5; }
p { color: rgb(224,171,165); }
H1.HeaderClassName
{
color: #E0ABA5;
}
.AnyTagClassName
{
color: #E0ABA5;
}
</style>
background-color css
<style>
a { background-color: #E0ABA5; }
a { background-color: rgb(224,171,165); }
div.DivClassName
{
background-color: #E0ABA5;
}
.BgClassName
{
background-color: #E0ABA5;
}
</style>
border-color css
<style>
span { border-color: #E0ABA5; }
span { border-color: rgb(224,171,165); }
td.TdClassName
{
border-color: #E0ABA5;
}
.TagClassName
{
border-color: #E0ABA5;
}
</style>