Shades of Shilo #E9B2A6
Tints of Shilo #E9B2A6
RGB
CMYK
RGB Variations
Color information
#E9B2A6 (or 0xE9B2A6) is known color: Shilo. HEX triplet: E9, B2 and A6. RGB value is (233,178,166). Sum of RGB (Red+Green+Blue) = 233+178+166=577 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.38% from 577); Green value is 178 (69.92% from 255 or 30.85% from 577); Blue value is 166 (65.23% from 255 or 28.77% from 577); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B2A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9B2A6 is #164D59. Grayscale: #C1C1C1. Windows color (decimal): -1461594 or 10924777. OLE color: 10924777.
HSL color Cylindrical-coordinate representation of color #E9B2A6: hue angle of 10.75º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E9B2A6 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 178 | 166 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.09 |
| HSL | 10.75º | 0.6% | 0.78% | - |
| HSV(B) | 10.75º | 0.29% | 0.91% | - |
| XYZ | 56.41 | 51.92 | 43.12 | - |
| YUV | 193.08 | 112.72 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 178 | 166 | 0 | 0.24 | 0.29 | 0.09 | 10.75 | 0.6 | 0.78 |
| Hex | E9 | B2 | A6 | 0 | 18 | 1D | 9 | B | 3C | 4E |
| Octal | 351 | 262 | 246 | 0 | 30 | 35 | 11 | 13 | 74 | 116 |
| Binary | 11101001 | 10110010 | 10100110 | 0 | 11000 | 11101 | 1001 | 1011 | 111100 | 1001110 |
Color Harmonies of #E9B2A6
Complementary color
Monochromatic Colors of #E9B2A6
Black with #E9B2A6
Text Example
Text Example
White with #E9B2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B2A6; }
p { color: rgb(233,178,166); }
H1.HeaderClassName
{
color: #E9B2A6;
}
.AnyTagClassName
{
color: #E9B2A6;
}
</style>
background-color css
<style>
a { background-color: #E9B2A6; }
a { background-color: rgb(233,178,166); }
div.DivClassName
{
background-color: #E9B2A6;
}
.BgClassName
{
background-color: #E9B2A6;
}
</style>
border-color css
<style>
span { border-color: #E9B2A6; }
span { border-color: rgb(233,178,166); }
td.TdClassName
{
border-color: #E9B2A6;
}
.TagClassName
{
border-color: #E9B2A6;
}
</style>