Shades of Shilo #E1B1AA
Tints of Shilo #E1B1AA
RGB
CMYK
RGB Variations
Color information
#E1B1AA (or 0xE1B1AA) is known color: Shilo. HEX triplet: E1, B1 and AA. RGB value is (225,177,170). Sum of RGB (Red+Green+Blue) = 225+177+170=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 177 (69.53% from 255 or 30.94% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B1AA is #1E4E55. Grayscale: #BEBEBE. Windows color (decimal): -1986134 or 11186657. OLE color: 11186657.
HSL color Cylindrical-coordinate representation of color #E1B1AA: hue angle of 7.64º 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 #E1B1AA is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 177 | 170 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.12 |
| HSL | 7.64º | 0.48% | 0.77% | - |
| HSV(B) | 7.64º | 0.24% | 0.88% | - |
| XYZ | 54.03 | 50.35 | 44.9 | - |
| YUV | 190.55 | 116.4 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 177 | 170 | 0 | 0.21 | 0.24 | 0.12 | 7.64 | 0.48 | 0.77 |
| Hex | E1 | B1 | AA | 0 | 15 | 18 | C | 8 | 30 | 4D |
| Octal | 341 | 261 | 252 | 0 | 25 | 30 | 14 | 10 | 60 | 115 |
| Binary | 11100001 | 10110001 | 10101010 | 0 | 10101 | 11000 | 1100 | 1000 | 110000 | 1001101 |
Color Harmonies of #E1B1AA
Complementary color
Monochromatic Colors of #E1B1AA
Black with #E1B1AA
Text Example
Text Example
White with #E1B1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B1AA; }
p { color: rgb(225,177,170); }
H1.HeaderClassName
{
color: #E1B1AA;
}
.AnyTagClassName
{
color: #E1B1AA;
}
</style>
background-color css
<style>
a { background-color: #E1B1AA; }
a { background-color: rgb(225,177,170); }
div.DivClassName
{
background-color: #E1B1AA;
}
.BgClassName
{
background-color: #E1B1AA;
}
</style>
border-color css
<style>
span { border-color: #E1B1AA; }
span { border-color: rgb(225,177,170); }
td.TdClassName
{
border-color: #E1B1AA;
}
.TagClassName
{
border-color: #E1B1AA;
}
</style>