Shades of Shilo #E0AD9E
Tints of Shilo #E0AD9E
RGB
CMYK
RGB Variations
Color information
#E0AD9E (or 0xE0AD9E) is known color: Shilo. HEX triplet: E0, AD and 9E. RGB value is (224,173,158). Sum of RGB (Red+Green+Blue) = 224+173+158=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AD9E is #1F5261. Grayscale: #BABABA. Windows color (decimal): -2052706 or 10399200. OLE color: 10399200.
HSL color Cylindrical-coordinate representation of color #E0AD9E: hue angle of 13.64º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0AD9E is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 173 | 158 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.12 |
| HSL | 13.64º | 0.52% | 0.75% | - |
| HSV(B) | 13.64º | 0.29% | 0.88% | - |
| XYZ | 51.86 | 48.2 | 38.92 | - |
| YUV | 186.54 | 111.9 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 158 | 0 | 0.23 | 0.29 | 0.12 | 13.64 | 0.52 | 0.75 |
| Hex | E0 | AD | 9E | 0 | 17 | 1D | C | E | 34 | 4B |
| Octal | 340 | 255 | 236 | 0 | 27 | 35 | 14 | 16 | 64 | 113 |
| Binary | 11100000 | 10101101 | 10011110 | 0 | 10111 | 11101 | 1100 | 1110 | 110100 | 1001011 |
Color Harmonies of #E0AD9E
Complementary color
Monochromatic Colors of #E0AD9E
Black with #E0AD9E
Text Example
Text Example
White with #E0AD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AD9E; }
p { color: rgb(224,173,158); }
H1.HeaderClassName
{
color: #E0AD9E;
}
.AnyTagClassName
{
color: #E0AD9E;
}
</style>
background-color css
<style>
a { background-color: #E0AD9E; }
a { background-color: rgb(224,173,158); }
div.DivClassName
{
background-color: #E0AD9E;
}
.BgClassName
{
background-color: #E0AD9E;
}
</style>
border-color css
<style>
span { border-color: #E0AD9E; }
span { border-color: rgb(224,173,158); }
td.TdClassName
{
border-color: #E0AD9E;
}
.TagClassName
{
border-color: #E0AD9E;
}
</style>