Shades of Shilo #E5B0A7
Tints of Shilo #E5B0A7
RGB
CMYK
RGB Variations
Color information
#E5B0A7 (or 0xE5B0A7) is known color: Shilo. HEX triplet: E5, B0 and A7. RGB value is (229,176,167). Sum of RGB (Red+Green+Blue) = 229+176+167=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 176 (69.14% from 255 or 30.77% from 572); Blue value is 167 (65.62% from 255 or 29.20% from 572); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B0A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5B0A7 is #1A4F58. Grayscale: #BEBEBE. Windows color (decimal): -1724249 or 10989797. OLE color: 10989797.
HSL color Cylindrical-coordinate representation of color #E5B0A7: hue angle of 8.71º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5B0A7 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 176 | 167 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.10 |
| HSL | 8.71º | 0.54% | 0.78% | - |
| HSV(B) | 8.71º | 0.27% | 0.9% | - |
| XYZ | 54.81 | 50.5 | 43.42 | - |
| YUV | 190.82 | 114.56 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 176 | 167 | 0 | 0.23 | 0.27 | 0.10 | 8.71 | 0.54 | 0.78 |
| Hex | E5 | B0 | A7 | 0 | 17 | 1B | A | 9 | 36 | 4E |
| Octal | 345 | 260 | 247 | 0 | 27 | 33 | 12 | 11 | 66 | 116 |
| Binary | 11100101 | 10110000 | 10100111 | 0 | 10111 | 11011 | 1010 | 1001 | 110110 | 1001110 |
Color Harmonies of #E5B0A7
Complementary color
Monochromatic Colors of #E5B0A7
Black with #E5B0A7
Text Example
Text Example
White with #E5B0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B0A7; }
p { color: rgb(229,176,167); }
H1.HeaderClassName
{
color: #E5B0A7;
}
.AnyTagClassName
{
color: #E5B0A7;
}
</style>
background-color css
<style>
a { background-color: #E5B0A7; }
a { background-color: rgb(229,176,167); }
div.DivClassName
{
background-color: #E5B0A7;
}
.BgClassName
{
background-color: #E5B0A7;
}
</style>
border-color css
<style>
span { border-color: #E5B0A7; }
span { border-color: rgb(229,176,167); }
td.TdClassName
{
border-color: #E5B0A7;
}
.TagClassName
{
border-color: #E5B0A7;
}
</style>