Shades of Shilo #E7B8AB
Tints of Shilo #E7B8AB
RGB
CMYK
RGB Variations
Color information
#E7B8AB (or 0xE7B8AB) is known color: Shilo. HEX triplet: E7, B8 and AB. RGB value is (231,184,171). Sum of RGB (Red+Green+Blue) = 231+184+171=586 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.42% from 586); Green value is 184 (72.27% from 255 or 31.40% from 586); Blue value is 171 (67.19% from 255 or 29.18% from 586); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B8AB is #184754. Grayscale: #C4C4C4. Windows color (decimal): -1591125 or 11253991. OLE color: 11253991.
HSL color Cylindrical-coordinate representation of color #E7B8AB: hue angle of 13º 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 #E7B8AB is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 184 | 171 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.09 |
| HSL | 13º | 0.56% | 0.79% | - |
| HSV(B) | 13º | 0.26% | 0.91% | - |
| XYZ | 57.45 | 54.21 | 45.96 | - |
| YUV | 196.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 184 | 171 | 0 | 0.20 | 0.26 | 0.09 | 13 | 0.56 | 0.79 |
| Hex | E7 | B8 | AB | 0 | 14 | 1A | 9 | D | 38 | 4F |
| Octal | 347 | 270 | 253 | 0 | 24 | 32 | 11 | 15 | 70 | 117 |
| Binary | 11100111 | 10111000 | 10101011 | 0 | 10100 | 11010 | 1001 | 1101 | 111000 | 1001111 |
Color Harmonies of #E7B8AB
Complementary color
Monochromatic Colors of #E7B8AB
Black with #E7B8AB
Text Example
Text Example
White with #E7B8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B8AB; }
p { color: rgb(231,184,171); }
H1.HeaderClassName
{
color: #E7B8AB;
}
.AnyTagClassName
{
color: #E7B8AB;
}
</style>
background-color css
<style>
a { background-color: #E7B8AB; }
a { background-color: rgb(231,184,171); }
div.DivClassName
{
background-color: #E7B8AB;
}
.BgClassName
{
background-color: #E7B8AB;
}
</style>
border-color css
<style>
span { border-color: #E7B8AB; }
span { border-color: rgb(231,184,171); }
td.TdClassName
{
border-color: #E7B8AB;
}
.TagClassName
{
border-color: #E7B8AB;
}
</style>