Shades of Shilo #E2AB9F
Tints of Shilo #E2AB9F
RGB
CMYK
RGB Variations
Color information
#E2AB9F (or 0xE2AB9F) is known color: Shilo. HEX triplet: E2, AB and 9F. RGB value is (226,171,159). Sum of RGB (Red+Green+Blue) = 226+171+159=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 159 (62.5% from 255 or 28.60% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AB9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AB9F is #1D5460. Grayscale: #BABABA. Windows color (decimal): -1922145 or 10464226. OLE color: 10464226.
HSL color Cylindrical-coordinate representation of color #E2AB9F: hue angle of 10.75º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2AB9F is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 159 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.11 |
| HSL | 10.75º | 0.54% | 0.75% | - |
| HSV(B) | 10.75º | 0.3% | 0.89% | - |
| XYZ | 52.18 | 47.8 | 39.28 | - |
| YUV | 186.08 | 112.72 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 159 | 0 | 0.24 | 0.30 | 0.11 | 10.75 | 0.54 | 0.75 |
| Hex | E2 | AB | 9F | 0 | 18 | 1E | B | B | 36 | 4B |
| Octal | 342 | 253 | 237 | 0 | 30 | 36 | 13 | 13 | 66 | 113 |
| Binary | 11100010 | 10101011 | 10011111 | 0 | 11000 | 11110 | 1011 | 1011 | 110110 | 1001011 |
Color Harmonies of #E2AB9F
Complementary color
Monochromatic Colors of #E2AB9F
Black with #E2AB9F
Text Example
Text Example
White with #E2AB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AB9F; }
p { color: rgb(226,171,159); }
H1.HeaderClassName
{
color: #E2AB9F;
}
.AnyTagClassName
{
color: #E2AB9F;
}
</style>
background-color css
<style>
a { background-color: #E2AB9F; }
a { background-color: rgb(226,171,159); }
div.DivClassName
{
background-color: #E2AB9F;
}
.BgClassName
{
background-color: #E2AB9F;
}
</style>
border-color css
<style>
span { border-color: #E2AB9F; }
span { border-color: rgb(226,171,159); }
td.TdClassName
{
border-color: #E2AB9F;
}
.TagClassName
{
border-color: #E2AB9F;
}
</style>