Shades of Shilo #E5B0AA
Tints of Shilo #E5B0AA
RGB
CMYK
RGB Variations
Color information
#E5B0AA (or 0xE5B0AA) is known color: Shilo. HEX triplet: E5, B0 and AA. RGB value is (229,176,170). Sum of RGB (Red+Green+Blue) = 229+176+170=575 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.83% from 575); Green value is 176 (69.14% from 255 or 30.61% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5B0AA is #1A4F55. Grayscale: #BFBFBF. Windows color (decimal): -1724246 or 11186405. OLE color: 11186405.
HSL color Cylindrical-coordinate representation of color #E5B0AA: hue angle of 6.1º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5B0AA is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 176 | 170 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.10 |
| HSL | 6.1º | 0.53% | 0.78% | - |
| HSV(B) | 6.1º | 0.26% | 0.9% | - |
| XYZ | 55.09 | 50.61 | 44.9 | - |
| YUV | 191.16 | 116.06 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 176 | 170 | 0 | 0.23 | 0.26 | 0.10 | 6.1 | 0.53 | 0.78 |
| Hex | E5 | B0 | AA | 0 | 17 | 1A | A | 6 | 35 | 4E |
| Octal | 345 | 260 | 252 | 0 | 27 | 32 | 12 | 6 | 65 | 116 |
| Binary | 11100101 | 10110000 | 10101010 | 0 | 10111 | 11010 | 1010 | 110 | 110101 | 1001110 |
Color Harmonies of #E5B0AA
Complementary color
Monochromatic Colors of #E5B0AA
Black with #E5B0AA
Text Example
Text Example
White with #E5B0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B0AA; }
p { color: rgb(229,176,170); }
H1.HeaderClassName
{
color: #E5B0AA;
}
.AnyTagClassName
{
color: #E5B0AA;
}
</style>
background-color css
<style>
a { background-color: #E5B0AA; }
a { background-color: rgb(229,176,170); }
div.DivClassName
{
background-color: #E5B0AA;
}
.BgClassName
{
background-color: #E5B0AA;
}
</style>
border-color css
<style>
span { border-color: #E5B0AA; }
span { border-color: rgb(229,176,170); }
td.TdClassName
{
border-color: #E5B0AA;
}
.TagClassName
{
border-color: #E5B0AA;
}
</style>