Shades of Shilo #E0ADA7
Tints of Shilo #E0ADA7
RGB
CMYK
RGB Variations
Color information
#E0ADA7 (or 0xE0ADA7) is known color: Shilo. HEX triplet: E0, AD and A7. RGB value is (224,173,167). Sum of RGB (Red+Green+Blue) = 224+173+167=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 167 (65.62% from 255 or 29.61% from 564); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ADA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0ADA7 is #1F5258. Grayscale: #BBBBBB. Windows color (decimal): -2052697 or 10989024. OLE color: 10989024.
HSL color Cylindrical-coordinate representation of color #E0ADA7: hue angle of 6.32º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0ADA7 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 173 | 167 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.12 |
| HSL | 6.32º | 0.48% | 0.77% | - |
| HSV(B) | 6.32º | 0.25% | 0.88% | - |
| XYZ | 52.66 | 48.52 | 43.15 | - |
| YUV | 187.57 | 116.4 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 167 | 0 | 0.23 | 0.25 | 0.12 | 6.32 | 0.48 | 0.77 |
| Hex | E0 | AD | A7 | 0 | 17 | 19 | C | 6 | 30 | 4D |
| Octal | 340 | 255 | 247 | 0 | 27 | 31 | 14 | 6 | 60 | 115 |
| Binary | 11100000 | 10101101 | 10100111 | 0 | 10111 | 11001 | 1100 | 110 | 110000 | 1001101 |
Color Harmonies of #E0ADA7
Complementary color
Monochromatic Colors of #E0ADA7
Black with #E0ADA7
Text Example
Text Example
White with #E0ADA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ADA7; }
p { color: rgb(224,173,167); }
H1.HeaderClassName
{
color: #E0ADA7;
}
.AnyTagClassName
{
color: #E0ADA7;
}
</style>
background-color css
<style>
a { background-color: #E0ADA7; }
a { background-color: rgb(224,173,167); }
div.DivClassName
{
background-color: #E0ADA7;
}
.BgClassName
{
background-color: #E0ADA7;
}
</style>
border-color css
<style>
span { border-color: #E0ADA7; }
span { border-color: rgb(224,173,167); }
td.TdClassName
{
border-color: #E0ADA7;
}
.TagClassName
{
border-color: #E0ADA7;
}
</style>