Shades of Shilo #E5B9A6
Tints of Shilo #E5B9A6
RGB
CMYK
RGB Variations
Color information
#E5B9A6 (or 0xE5B9A6) is known color: Shilo. HEX triplet: E5, B9 and A6. RGB value is (229,185,166). Sum of RGB (Red+Green+Blue) = 229+185+166=580 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.48% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 166 (65.23% from 255 or 28.62% from 580); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B9A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B9A6 is #1A4659. Grayscale: #C4C4C4. Windows color (decimal): -1721946 or 10926565. OLE color: 10926565.
HSL color Cylindrical-coordinate representation of color #E5B9A6: hue angle of 18.1º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5B9A6 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 185 | 166 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.10 |
| HSL | 18.1º | 0.55% | 0.77% | - |
| HSV(B) | 18.1º | 0.28% | 0.9% | - |
| XYZ | 56.54 | 54.11 | 43.54 | - |
| YUV | 195.99 | 111.08 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 185 | 166 | 0 | 0.19 | 0.28 | 0.10 | 18.1 | 0.55 | 0.77 |
| Hex | E5 | B9 | A6 | 0 | 13 | 1C | A | 12 | 37 | 4D |
| Octal | 345 | 271 | 246 | 0 | 23 | 34 | 12 | 22 | 67 | 115 |
| Binary | 11100101 | 10111001 | 10100110 | 0 | 10011 | 11100 | 1010 | 10010 | 110111 | 1001101 |
Color Harmonies of #E5B9A6
Complementary color
Monochromatic Colors of #E5B9A6
Black with #E5B9A6
Text Example
Text Example
White with #E5B9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B9A6; }
p { color: rgb(229,185,166); }
H1.HeaderClassName
{
color: #E5B9A6;
}
.AnyTagClassName
{
color: #E5B9A6;
}
</style>
background-color css
<style>
a { background-color: #E5B9A6; }
a { background-color: rgb(229,185,166); }
div.DivClassName
{
background-color: #E5B9A6;
}
.BgClassName
{
background-color: #E5B9A6;
}
</style>
border-color css
<style>
span { border-color: #E5B9A6; }
span { border-color: rgb(229,185,166); }
td.TdClassName
{
border-color: #E5B9A6;
}
.TagClassName
{
border-color: #E5B9A6;
}
</style>