Shades of Shilo #E7B0AB
Tints of Shilo #E7B0AB
RGB
CMYK
RGB Variations
Color information
#E7B0AB (or 0xE7B0AB) is known color: Shilo. HEX triplet: E7, B0 and AB. RGB value is (231,176,171). Sum of RGB (Red+Green+Blue) = 231+176+171=578 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.97% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 171 (67.19% from 255 or 29.58% from 578); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B0AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7B0AB is #184F54. Grayscale: #BFBFBF. Windows color (decimal): -1593173 or 11251943. OLE color: 11251943.
HSL color Cylindrical-coordinate representation of color #E7B0AB: hue angle of 5º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7B0AB is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 176 | 171 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.09 |
| HSL | 5º | 0.56% | 0.79% | - |
| HSV(B) | 5º | 0.26% | 0.91% | - |
| XYZ | 55.83 | 50.98 | 45.43 | - |
| YUV | 191.88 | 116.22 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 176 | 171 | 0 | 0.24 | 0.26 | 0.09 | 5 | 0.56 | 0.79 |
| Hex | E7 | B0 | AB | 0 | 18 | 1A | 9 | 5 | 38 | 4F |
| Octal | 347 | 260 | 253 | 0 | 30 | 32 | 11 | 5 | 70 | 117 |
| Binary | 11100111 | 10110000 | 10101011 | 0 | 11000 | 11010 | 1001 | 101 | 111000 | 1001111 |
Color Harmonies of #E7B0AB
Complementary color
Monochromatic Colors of #E7B0AB
Black with #E7B0AB
Text Example
Text Example
White with #E7B0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B0AB; }
p { color: rgb(231,176,171); }
H1.HeaderClassName
{
color: #E7B0AB;
}
.AnyTagClassName
{
color: #E7B0AB;
}
</style>
background-color css
<style>
a { background-color: #E7B0AB; }
a { background-color: rgb(231,176,171); }
div.DivClassName
{
background-color: #E7B0AB;
}
.BgClassName
{
background-color: #E7B0AB;
}
</style>
border-color css
<style>
span { border-color: #E7B0AB; }
span { border-color: rgb(231,176,171); }
td.TdClassName
{
border-color: #E7B0AB;
}
.TagClassName
{
border-color: #E7B0AB;
}
</style>