Shades of Shilo #E1B5AA
Tints of Shilo #E1B5AA
RGB
CMYK
RGB Variations
Color information
#E1B5AA (or 0xE1B5AA) is known color: Shilo. HEX triplet: E1, B5 and AA. RGB value is (225,181,170). Sum of RGB (Red+Green+Blue) = 225+181+170=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 181 (71.09% from 255 or 31.42% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B5AA is #1E4A55. Grayscale: #C0C0C0. Windows color (decimal): -1985110 or 11187681. OLE color: 11187681.
HSL color Cylindrical-coordinate representation of color #E1B5AA: hue angle of 12º 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 #E1B5AA is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 181 | 170 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.12 |
| HSL | 12º | 0.48% | 0.77% | - |
| HSV(B) | 12º | 0.24% | 0.88% | - |
| XYZ | 54.83 | 51.96 | 45.17 | - |
| YUV | 192.9 | 115.08 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 181 | 170 | 0 | 0.20 | 0.24 | 0.12 | 12 | 0.48 | 0.77 |
| Hex | E1 | B5 | AA | 0 | 14 | 18 | C | C | 30 | 4D |
| Octal | 341 | 265 | 252 | 0 | 24 | 30 | 14 | 14 | 60 | 115 |
| Binary | 11100001 | 10110101 | 10101010 | 0 | 10100 | 11000 | 1100 | 1100 | 110000 | 1001101 |
Color Harmonies of #E1B5AA
Complementary color
Monochromatic Colors of #E1B5AA
Black with #E1B5AA
Text Example
Text Example
White with #E1B5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B5AA; }
p { color: rgb(225,181,170); }
H1.HeaderClassName
{
color: #E1B5AA;
}
.AnyTagClassName
{
color: #E1B5AA;
}
</style>
background-color css
<style>
a { background-color: #E1B5AA; }
a { background-color: rgb(225,181,170); }
div.DivClassName
{
background-color: #E1B5AA;
}
.BgClassName
{
background-color: #E1B5AA;
}
</style>
border-color css
<style>
span { border-color: #E1B5AA; }
span { border-color: rgb(225,181,170); }
td.TdClassName
{
border-color: #E1B5AA;
}
.TagClassName
{
border-color: #E1B5AA;
}
</style>