Shades of Shilo #E0AC9A
Tints of Shilo #E0AC9A
RGB
CMYK
RGB Variations
Color information
#E0AC9A (or 0xE0AC9A) is known color: Shilo. HEX triplet: E0, AC and 9A. RGB value is (224,172,154). Sum of RGB (Red+Green+Blue) = 224+172+154=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AC9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AC9A is #1F5365. Grayscale: #B9B9B9. Windows color (decimal): -2052966 or 10136800. OLE color: 10136800.
HSL color Cylindrical-coordinate representation of color #E0AC9A: hue angle of 15.43º 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 #E0AC9A is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 172 | 154 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.12 |
| HSL | 15.43º | 0.53% | 0.74% | - |
| HSV(B) | 15.43º | 0.31% | 0.88% | - |
| XYZ | 51.33 | 47.69 | 37.07 | - |
| YUV | 185.5 | 110.23 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 172 | 154 | 0 | 0.23 | 0.31 | 0.12 | 15.43 | 0.53 | 0.74 |
| Hex | E0 | AC | 9A | 0 | 17 | 1F | C | F | 35 | 4A |
| Octal | 340 | 254 | 232 | 0 | 27 | 37 | 14 | 17 | 65 | 112 |
| Binary | 11100000 | 10101100 | 10011010 | 0 | 10111 | 11111 | 1100 | 1111 | 110101 | 1001010 |
Color Harmonies of #E0AC9A
Complementary color
Monochromatic Colors of #E0AC9A
Black with #E0AC9A
Text Example
Text Example
White with #E0AC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AC9A; }
p { color: rgb(224,172,154); }
H1.HeaderClassName
{
color: #E0AC9A;
}
.AnyTagClassName
{
color: #E0AC9A;
}
</style>
background-color css
<style>
a { background-color: #E0AC9A; }
a { background-color: rgb(224,172,154); }
div.DivClassName
{
background-color: #E0AC9A;
}
.BgClassName
{
background-color: #E0AC9A;
}
</style>
border-color css
<style>
span { border-color: #E0AC9A; }
span { border-color: rgb(224,172,154); }
td.TdClassName
{
border-color: #E0AC9A;
}
.TagClassName
{
border-color: #E0AC9A;
}
</style>