Shades of Shilo #E1ABA1
Tints of Shilo #E1ABA1
RGB
CMYK
RGB Variations
Color information
#E1ABA1 (or 0xE1ABA1) is known color: Shilo. HEX triplet: E1, AB and A1. RGB value is (225,171,161). Sum of RGB (Red+Green+Blue) = 225+171+161=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 161 (63.28% from 255 or 28.90% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ABA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1ABA1 is #1E545E. Grayscale: #BABABA. Windows color (decimal): -1987679 or 10595297. OLE color: 10595297.
HSL color Cylindrical-coordinate representation of color #E1ABA1: hue angle of 9.38º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E1ABA1 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 171 | 161 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.12 |
| HSL | 9.38º | 0.52% | 0.76% | - |
| HSV(B) | 9.38º | 0.28% | 0.88% | - |
| XYZ | 52.05 | 47.71 | 40.18 | - |
| YUV | 186.01 | 113.89 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 171 | 161 | 0 | 0.24 | 0.28 | 0.12 | 9.38 | 0.52 | 0.76 |
| Hex | E1 | AB | A1 | 0 | 18 | 1C | C | 9 | 34 | 4C |
| Octal | 341 | 253 | 241 | 0 | 30 | 34 | 14 | 11 | 64 | 114 |
| Binary | 11100001 | 10101011 | 10100001 | 0 | 11000 | 11100 | 1100 | 1001 | 110100 | 1001100 |
Color Harmonies of #E1ABA1
Complementary color
Monochromatic Colors of #E1ABA1
Black with #E1ABA1
Text Example
Text Example
White with #E1ABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ABA1; }
p { color: rgb(225,171,161); }
H1.HeaderClassName
{
color: #E1ABA1;
}
.AnyTagClassName
{
color: #E1ABA1;
}
</style>
background-color css
<style>
a { background-color: #E1ABA1; }
a { background-color: rgb(225,171,161); }
div.DivClassName
{
background-color: #E1ABA1;
}
.BgClassName
{
background-color: #E1ABA1;
}
</style>
border-color css
<style>
span { border-color: #E1ABA1; }
span { border-color: rgb(225,171,161); }
td.TdClassName
{
border-color: #E1ABA1;
}
.TagClassName
{
border-color: #E1ABA1;
}
</style>