Shades of Shilo #E1B6AA
Tints of Shilo #E1B6AA
RGB
CMYK
RGB Variations
Color information
#E1B6AA (or 0xE1B6AA) is known color: Shilo. HEX triplet: E1, B6 and AA. RGB value is (225,182,170). Sum of RGB (Red+Green+Blue) = 225+182+170=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 182 (71.48% from 255 or 31.54% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B6AA is #1E4955. Grayscale: #C1C1C1. Windows color (decimal): -1984854 or 11187937. OLE color: 11187937.
HSL color Cylindrical-coordinate representation of color #E1B6AA: hue angle of 13.09º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1B6AA is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 182 | 170 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.12 |
| HSL | 13.09º | 0.48% | 0.77% | - |
| HSV(B) | 13.09º | 0.24% | 0.88% | - |
| XYZ | 55.03 | 52.37 | 45.24 | - |
| YUV | 193.49 | 114.75 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 182 | 170 | 0 | 0.19 | 0.24 | 0.12 | 13.09 | 0.48 | 0.77 |
| Hex | E1 | B6 | AA | 0 | 13 | 18 | C | D | 30 | 4D |
| Octal | 341 | 266 | 252 | 0 | 23 | 30 | 14 | 15 | 60 | 115 |
| Binary | 11100001 | 10110110 | 10101010 | 0 | 10011 | 11000 | 1100 | 1101 | 110000 | 1001101 |
Color Harmonies of #E1B6AA
Complementary color
Monochromatic Colors of #E1B6AA
Black with #E1B6AA
Text Example
Text Example
White with #E1B6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B6AA; }
p { color: rgb(225,182,170); }
H1.HeaderClassName
{
color: #E1B6AA;
}
.AnyTagClassName
{
color: #E1B6AA;
}
</style>
background-color css
<style>
a { background-color: #E1B6AA; }
a { background-color: rgb(225,182,170); }
div.DivClassName
{
background-color: #E1B6AA;
}
.BgClassName
{
background-color: #E1B6AA;
}
</style>
border-color css
<style>
span { border-color: #E1B6AA; }
span { border-color: rgb(225,182,170); }
td.TdClassName
{
border-color: #E1B6AA;
}
.TagClassName
{
border-color: #E1B6AA;
}
</style>