Shades of Shilo #E9B0A8
Tints of Shilo #E9B0A8
RGB
CMYK
RGB Variations
Color information
#E9B0A8 (or 0xE9B0A8) is known color: Shilo. HEX triplet: E9, B0 and A8. RGB value is (233,176,168). Sum of RGB (Red+Green+Blue) = 233+176+168=577 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.38% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 168 (66.02% from 255 or 29.12% from 577); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B0A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9B0A8 is #164F57. Grayscale: #C0C0C0. Windows color (decimal): -1462104 or 11055337. OLE color: 11055337.
HSL color Cylindrical-coordinate representation of color #E9B0A8: hue angle of 7.38º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E9B0A8 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 176 | 168 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.09 |
| HSL | 7.38º | 0.6% | 0.79% | - |
| HSV(B) | 7.38º | 0.28% | 0.91% | - |
| XYZ | 56.2 | 51.2 | 43.97 | - |
| YUV | 192.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 176 | 168 | 0 | 0.24 | 0.28 | 0.09 | 7.38 | 0.6 | 0.79 |
| Hex | E9 | B0 | A8 | 0 | 18 | 1C | 9 | 7 | 3C | 4F |
| Octal | 351 | 260 | 250 | 0 | 30 | 34 | 11 | 7 | 74 | 117 |
| Binary | 11101001 | 10110000 | 10101000 | 0 | 11000 | 11100 | 1001 | 111 | 111100 | 1001111 |
Color Harmonies of #E9B0A8
Complementary color
Monochromatic Colors of #E9B0A8
Black with #E9B0A8
Text Example
Text Example
White with #E9B0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B0A8; }
p { color: rgb(233,176,168); }
H1.HeaderClassName
{
color: #E9B0A8;
}
.AnyTagClassName
{
color: #E9B0A8;
}
</style>
background-color css
<style>
a { background-color: #E9B0A8; }
a { background-color: rgb(233,176,168); }
div.DivClassName
{
background-color: #E9B0A8;
}
.BgClassName
{
background-color: #E9B0A8;
}
</style>
border-color css
<style>
span { border-color: #E9B0A8; }
span { border-color: rgb(233,176,168); }
td.TdClassName
{
border-color: #E9B0A8;
}
.TagClassName
{
border-color: #E9B0A8;
}
</style>