Shades of Shilo #E2B09F
Tints of Shilo #E2B09F
RGB
CMYK
RGB Variations
Color information
#E2B09F (or 0xE2B09F) is known color: Shilo. HEX triplet: E2, B0 and 9F. RGB value is (226,176,159). Sum of RGB (Red+Green+Blue) = 226+176+159=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 176 (69.14% from 255 or 31.37% from 561); Blue value is 159 (62.5% from 255 or 28.34% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B09F is #1D4F60. Grayscale: #BDBDBD. Windows color (decimal): -1920865 or 10465506. OLE color: 10465506.
HSL color Cylindrical-coordinate representation of color #E2B09F: hue angle of 15.22º 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 #E2B09F is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 176 | 159 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.11 |
| HSL | 15.22º | 0.54% | 0.75% | - |
| HSV(B) | 15.22º | 0.3% | 0.89% | - |
| XYZ | 53.15 | 49.72 | 39.6 | - |
| YUV | 189.01 | 111.07 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 176 | 159 | 0 | 0.22 | 0.30 | 0.11 | 15.22 | 0.54 | 0.75 |
| Hex | E2 | B0 | 9F | 0 | 16 | 1E | B | F | 36 | 4B |
| Octal | 342 | 260 | 237 | 0 | 26 | 36 | 13 | 17 | 66 | 113 |
| Binary | 11100010 | 10110000 | 10011111 | 0 | 10110 | 11110 | 1011 | 1111 | 110110 | 1001011 |
Color Harmonies of #E2B09F
Complementary color
Monochromatic Colors of #E2B09F
Black with #E2B09F
Text Example
Text Example
White with #E2B09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B09F; }
p { color: rgb(226,176,159); }
H1.HeaderClassName
{
color: #E2B09F;
}
.AnyTagClassName
{
color: #E2B09F;
}
</style>
background-color css
<style>
a { background-color: #E2B09F; }
a { background-color: rgb(226,176,159); }
div.DivClassName
{
background-color: #E2B09F;
}
.BgClassName
{
background-color: #E2B09F;
}
</style>
border-color css
<style>
span { border-color: #E2B09F; }
span { border-color: rgb(226,176,159); }
td.TdClassName
{
border-color: #E2B09F;
}
.TagClassName
{
border-color: #E2B09F;
}
</style>