Shades of Shilo #E9B0A2
Tints of Shilo #E9B0A2
RGB
CMYK
RGB Variations
Color information
#E9B0A2 (or 0xE9B0A2) is known color: Shilo. HEX triplet: E9, B0 and A2. RGB value is (233,176,162). Sum of RGB (Red+Green+Blue) = 233+176+162=571 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.81% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 162 (63.67% from 255 or 28.37% from 571); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B0A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9B0A2 is #164F5D. Grayscale: #BFBFBF. Windows color (decimal): -1462110 or 10662121. OLE color: 10662121.
HSL color Cylindrical-coordinate representation of color #E9B0A2: hue angle of 11.83º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E9B0A2 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 176 | 162 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.09 |
| HSL | 11.83º | 0.62% | 0.77% | - |
| HSV(B) | 11.83º | 0.3% | 0.91% | - |
| XYZ | 55.65 | 50.98 | 41.09 | - |
| YUV | 191.45 | 111.38 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 176 | 162 | 0 | 0.24 | 0.30 | 0.09 | 11.83 | 0.62 | 0.77 |
| Hex | E9 | B0 | A2 | 0 | 18 | 1E | 9 | C | 3E | 4D |
| Octal | 351 | 260 | 242 | 0 | 30 | 36 | 11 | 14 | 76 | 115 |
| Binary | 11101001 | 10110000 | 10100010 | 0 | 11000 | 11110 | 1001 | 1100 | 111110 | 1001101 |
Color Harmonies of #E9B0A2
Complementary color
Monochromatic Colors of #E9B0A2
Black with #E9B0A2
Text Example
Text Example
White with #E9B0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B0A2; }
p { color: rgb(233,176,162); }
H1.HeaderClassName
{
color: #E9B0A2;
}
.AnyTagClassName
{
color: #E9B0A2;
}
</style>
background-color css
<style>
a { background-color: #E9B0A2; }
a { background-color: rgb(233,176,162); }
div.DivClassName
{
background-color: #E9B0A2;
}
.BgClassName
{
background-color: #E9B0A2;
}
</style>
border-color css
<style>
span { border-color: #E9B0A2; }
span { border-color: rgb(233,176,162); }
td.TdClassName
{
border-color: #E9B0A2;
}
.TagClassName
{
border-color: #E9B0A2;
}
</style>