Shades of Shilo #E0ADA6
Tints of Shilo #E0ADA6
RGB
CMYK
RGB Variations
Color information
#E0ADA6 (or 0xE0ADA6) is known color: Shilo. HEX triplet: E0, AD and A6. RGB value is (224,173,166). Sum of RGB (Red+Green+Blue) = 224+173+166=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 166 (65.23% from 255 or 29.48% from 563); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ADA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0ADA6 is #1F5259. Grayscale: #BBBBBB. Windows color (decimal): -2052698 or 10923488. OLE color: 10923488.
HSL color Cylindrical-coordinate representation of color #E0ADA6: hue angle of 7.24º degrees, saturation: 0.48, 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 #E0ADA6 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 173 | 166 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.12 |
| HSL | 7.24º | 0.48% | 0.76% | - |
| HSV(B) | 7.24º | 0.26% | 0.88% | - |
| XYZ | 52.57 | 48.49 | 42.66 | - |
| YUV | 187.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 166 | 0 | 0.23 | 0.26 | 0.12 | 7.24 | 0.48 | 0.76 |
| Hex | E0 | AD | A6 | 0 | 17 | 1A | C | 7 | 30 | 4C |
| Octal | 340 | 255 | 246 | 0 | 27 | 32 | 14 | 7 | 60 | 114 |
| Binary | 11100000 | 10101101 | 10100110 | 0 | 10111 | 11010 | 1100 | 111 | 110000 | 1001100 |
Color Harmonies of #E0ADA6
Complementary color
Monochromatic Colors of #E0ADA6
Black with #E0ADA6
Text Example
Text Example
White with #E0ADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ADA6; }
p { color: rgb(224,173,166); }
H1.HeaderClassName
{
color: #E0ADA6;
}
.AnyTagClassName
{
color: #E0ADA6;
}
</style>
background-color css
<style>
a { background-color: #E0ADA6; }
a { background-color: rgb(224,173,166); }
div.DivClassName
{
background-color: #E0ADA6;
}
.BgClassName
{
background-color: #E0ADA6;
}
</style>
border-color css
<style>
span { border-color: #E0ADA6; }
span { border-color: rgb(224,173,166); }
td.TdClassName
{
border-color: #E0ADA6;
}
.TagClassName
{
border-color: #E0ADA6;
}
</style>