Shades of Shilo #E1ADA8
Tints of Shilo #E1ADA8
RGB
CMYK
RGB Variations
Color information
#E1ADA8 (or 0xE1ADA8) is known color: Shilo. HEX triplet: E1, AD and A8. RGB value is (225,173,168). Sum of RGB (Red+Green+Blue) = 225+173+168=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 168 (66.02% from 255 or 29.68% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ADA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1ADA8 is #1E5257. Grayscale: #BCBCBC. Windows color (decimal): -1987160 or 11054561. OLE color: 11054561.
HSL color Cylindrical-coordinate representation of color #E1ADA8: hue angle of 5.26º degrees, saturation: 0.49, 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 #E1ADA8 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 173 | 168 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.12 |
| HSL | 5.26º | 0.49% | 0.77% | - |
| HSV(B) | 5.26º | 0.25% | 0.88% | - |
| XYZ | 53.06 | 48.72 | 43.65 | - |
| YUV | 187.98 | 116.73 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 173 | 168 | 0 | 0.23 | 0.25 | 0.12 | 5.26 | 0.49 | 0.77 |
| Hex | E1 | AD | A8 | 0 | 17 | 19 | C | 5 | 31 | 4D |
| Octal | 341 | 255 | 250 | 0 | 27 | 31 | 14 | 5 | 61 | 115 |
| Binary | 11100001 | 10101101 | 10101000 | 0 | 10111 | 11001 | 1100 | 101 | 110001 | 1001101 |
Color Harmonies of #E1ADA8
Complementary color
Monochromatic Colors of #E1ADA8
Black with #E1ADA8
Text Example
Text Example
White with #E1ADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ADA8; }
p { color: rgb(225,173,168); }
H1.HeaderClassName
{
color: #E1ADA8;
}
.AnyTagClassName
{
color: #E1ADA8;
}
</style>
background-color css
<style>
a { background-color: #E1ADA8; }
a { background-color: rgb(225,173,168); }
div.DivClassName
{
background-color: #E1ADA8;
}
.BgClassName
{
background-color: #E1ADA8;
}
</style>
border-color css
<style>
span { border-color: #E1ADA8; }
span { border-color: rgb(225,173,168); }
td.TdClassName
{
border-color: #E1ADA8;
}
.TagClassName
{
border-color: #E1ADA8;
}
</style>