Shades of Shilo #E0AB9A
Tints of Shilo #E0AB9A
RGB
CMYK
RGB Variations
Color information
#E0AB9A (or 0xE0AB9A) is known color: Shilo. HEX triplet: E0, AB and 9A. RGB value is (224,171,154). Sum of RGB (Red+Green+Blue) = 224+171+154=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 154 (60.55% from 255 or 28.05% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AB9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AB9A is #1F5465. Grayscale: #B9B9B9. Windows color (decimal): -2053222 or 10136544. OLE color: 10136544.
HSL color Cylindrical-coordinate representation of color #E0AB9A: hue angle of 14.57º 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 #E0AB9A is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 171 | 154 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.12 |
| HSL | 14.57º | 0.53% | 0.74% | - |
| HSV(B) | 14.57º | 0.31% | 0.88% | - |
| XYZ | 51.14 | 47.31 | 37.01 | - |
| YUV | 184.91 | 110.56 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 171 | 154 | 0 | 0.24 | 0.31 | 0.12 | 14.57 | 0.53 | 0.74 |
| Hex | E0 | AB | 9A | 0 | 18 | 1F | C | F | 35 | 4A |
| Octal | 340 | 253 | 232 | 0 | 30 | 37 | 14 | 17 | 65 | 112 |
| Binary | 11100000 | 10101011 | 10011010 | 0 | 11000 | 11111 | 1100 | 1111 | 110101 | 1001010 |
Color Harmonies of #E0AB9A
Complementary color
Monochromatic Colors of #E0AB9A
Black with #E0AB9A
Text Example
Text Example
White with #E0AB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AB9A; }
p { color: rgb(224,171,154); }
H1.HeaderClassName
{
color: #E0AB9A;
}
.AnyTagClassName
{
color: #E0AB9A;
}
</style>
background-color css
<style>
a { background-color: #E0AB9A; }
a { background-color: rgb(224,171,154); }
div.DivClassName
{
background-color: #E0AB9A;
}
.BgClassName
{
background-color: #E0AB9A;
}
</style>
border-color css
<style>
span { border-color: #E0AB9A; }
span { border-color: rgb(224,171,154); }
td.TdClassName
{
border-color: #E0AB9A;
}
.TagClassName
{
border-color: #E0AB9A;
}
</style>