Shades of Shilo #E7B0AA
Tints of Shilo #E7B0AA
RGB
CMYK
RGB Variations
Color information
#E7B0AA (or 0xE7B0AA) is known color: Shilo. HEX triplet: E7, B0 and AA. RGB value is (231,176,170). Sum of RGB (Red+Green+Blue) = 231+176+170=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B0AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7B0AA is #184F55. Grayscale: #BFBFBF. Windows color (decimal): -1593174 or 11186407. OLE color: 11186407.
HSL color Cylindrical-coordinate representation of color #E7B0AA: hue angle of 5.9º 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 #E7B0AA is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 176 | 170 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.09 |
| HSL | 5.9º | 0.56% | 0.79% | - |
| HSV(B) | 5.9º | 0.26% | 0.91% | - |
| XYZ | 55.74 | 50.94 | 44.93 | - |
| YUV | 191.76 | 115.72 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 176 | 170 | 0 | 0.24 | 0.26 | 0.09 | 5.9 | 0.56 | 0.79 |
| Hex | E7 | B0 | AA | 0 | 18 | 1A | 9 | 6 | 38 | 4F |
| Octal | 347 | 260 | 252 | 0 | 30 | 32 | 11 | 6 | 70 | 117 |
| Binary | 11100111 | 10110000 | 10101010 | 0 | 11000 | 11010 | 1001 | 110 | 111000 | 1001111 |
Color Harmonies of #E7B0AA
Complementary color
Monochromatic Colors of #E7B0AA
Black with #E7B0AA
Text Example
Text Example
White with #E7B0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B0AA; }
p { color: rgb(231,176,170); }
H1.HeaderClassName
{
color: #E7B0AA;
}
.AnyTagClassName
{
color: #E7B0AA;
}
</style>
background-color css
<style>
a { background-color: #E7B0AA; }
a { background-color: rgb(231,176,170); }
div.DivClassName
{
background-color: #E7B0AA;
}
.BgClassName
{
background-color: #E7B0AA;
}
</style>
border-color css
<style>
span { border-color: #E7B0AA; }
span { border-color: rgb(231,176,170); }
td.TdClassName
{
border-color: #E7B0AA;
}
.TagClassName
{
border-color: #E7B0AA;
}
</style>