Shades of Shilo #E6B09F
Tints of Shilo #E6B09F
RGB
CMYK
RGB Variations
Color information
#E6B09F (or 0xE6B09F) is known color: Shilo. HEX triplet: E6, B0 and 9F. RGB value is (230,176,159). Sum of RGB (Red+Green+Blue) = 230+176+159=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 159 (62.5% from 255 or 28.14% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B09F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6B09F is #194F60. Grayscale: #BEBEBE. Windows color (decimal): -1658721 or 10465510. OLE color: 10465510.
HSL color Cylindrical-coordinate representation of color #E6B09F: hue angle of 14.37º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6B09F is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 176 | 159 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.10 |
| HSL | 14.37º | 0.59% | 0.76% | - |
| HSV(B) | 14.37º | 0.31% | 0.9% | - |
| XYZ | 54.42 | 50.38 | 39.66 | - |
| YUV | 190.21 | 110.39 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 176 | 159 | 0 | 0.23 | 0.31 | 0.10 | 14.37 | 0.59 | 0.76 |
| Hex | E6 | B0 | 9F | 0 | 17 | 1F | A | E | 3B | 4C |
| Octal | 346 | 260 | 237 | 0 | 27 | 37 | 12 | 16 | 73 | 114 |
| Binary | 11100110 | 10110000 | 10011111 | 0 | 10111 | 11111 | 1010 | 1110 | 111011 | 1001100 |
Color Harmonies of #E6B09F
Complementary color
Monochromatic Colors of #E6B09F
Black with #E6B09F
Text Example
Text Example
White with #E6B09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B09F; }
p { color: rgb(230,176,159); }
H1.HeaderClassName
{
color: #E6B09F;
}
.AnyTagClassName
{
color: #E6B09F;
}
</style>
background-color css
<style>
a { background-color: #E6B09F; }
a { background-color: rgb(230,176,159); }
div.DivClassName
{
background-color: #E6B09F;
}
.BgClassName
{
background-color: #E6B09F;
}
</style>
border-color css
<style>
span { border-color: #E6B09F; }
span { border-color: rgb(230,176,159); }
td.TdClassName
{
border-color: #E6B09F;
}
.TagClassName
{
border-color: #E6B09F;
}
</style>