Shades of Shilo #E1AD9F
Tints of Shilo #E1AD9F
RGB
CMYK
RGB Variations
Color information
#E1AD9F (or 0xE1AD9F) is known color: Shilo. HEX triplet: E1, AD and 9F. RGB value is (225,173,159). Sum of RGB (Red+Green+Blue) = 225+173+159=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 159 (62.5% from 255 or 28.55% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AD9F is #1E5260. Grayscale: #BBBBBB. Windows color (decimal): -1987169 or 10464737. OLE color: 10464737.
HSL color Cylindrical-coordinate representation of color #E1AD9F: hue angle of 12.73º 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 #E1AD9F is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 173 | 159 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.12 |
| HSL | 12.73º | 0.52% | 0.75% | - |
| HSV(B) | 12.73º | 0.29% | 0.88% | - |
| XYZ | 52.25 | 48.4 | 39.39 | - |
| YUV | 186.95 | 112.23 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 173 | 159 | 0 | 0.23 | 0.29 | 0.12 | 12.73 | 0.52 | 0.75 |
| Hex | E1 | AD | 9F | 0 | 17 | 1D | C | D | 34 | 4B |
| Octal | 341 | 255 | 237 | 0 | 27 | 35 | 14 | 15 | 64 | 113 |
| Binary | 11100001 | 10101101 | 10011111 | 0 | 10111 | 11101 | 1100 | 1101 | 110100 | 1001011 |
Color Harmonies of #E1AD9F
Complementary color
Monochromatic Colors of #E1AD9F
Black with #E1AD9F
Text Example
Text Example
White with #E1AD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AD9F; }
p { color: rgb(225,173,159); }
H1.HeaderClassName
{
color: #E1AD9F;
}
.AnyTagClassName
{
color: #E1AD9F;
}
</style>
background-color css
<style>
a { background-color: #E1AD9F; }
a { background-color: rgb(225,173,159); }
div.DivClassName
{
background-color: #E1AD9F;
}
.BgClassName
{
background-color: #E1AD9F;
}
</style>
border-color css
<style>
span { border-color: #E1AD9F; }
span { border-color: rgb(225,173,159); }
td.TdClassName
{
border-color: #E1AD9F;
}
.TagClassName
{
border-color: #E1AD9F;
}
</style>