Shades of Shilo #E2AB9E
Tints of Shilo #E2AB9E
RGB
CMYK
RGB Variations
Color information
#E2AB9E (or 0xE2AB9E) is known color: Shilo. HEX triplet: E2, AB and 9E. RGB value is (226,171,158). Sum of RGB (Red+Green+Blue) = 226+171+158=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AB9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AB9E is #1D5461. Grayscale: #BABABA. Windows color (decimal): -1922146 or 10398690. OLE color: 10398690.
HSL color Cylindrical-coordinate representation of color #E2AB9E: hue angle of 11.47º 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 #E2AB9E is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 158 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.11 |
| HSL | 11.47º | 0.54% | 0.75% | - |
| HSV(B) | 11.47º | 0.3% | 0.89% | - |
| XYZ | 52.1 | 47.76 | 38.82 | - |
| YUV | 185.96 | 112.22 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 158 | 0 | 0.24 | 0.30 | 0.11 | 11.47 | 0.54 | 0.75 |
| Hex | E2 | AB | 9E | 0 | 18 | 1E | B | B | 36 | 4B |
| Octal | 342 | 253 | 236 | 0 | 30 | 36 | 13 | 13 | 66 | 113 |
| Binary | 11100010 | 10101011 | 10011110 | 0 | 11000 | 11110 | 1011 | 1011 | 110110 | 1001011 |
Color Harmonies of #E2AB9E
Complementary color
Monochromatic Colors of #E2AB9E
Black with #E2AB9E
Text Example
Text Example
White with #E2AB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AB9E; }
p { color: rgb(226,171,158); }
H1.HeaderClassName
{
color: #E2AB9E;
}
.AnyTagClassName
{
color: #E2AB9E;
}
</style>
background-color css
<style>
a { background-color: #E2AB9E; }
a { background-color: rgb(226,171,158); }
div.DivClassName
{
background-color: #E2AB9E;
}
.BgClassName
{
background-color: #E2AB9E;
}
</style>
border-color css
<style>
span { border-color: #E2AB9E; }
span { border-color: rgb(226,171,158); }
td.TdClassName
{
border-color: #E2AB9E;
}
.TagClassName
{
border-color: #E2AB9E;
}
</style>