Shades of Shilo #E7BAAC
Tints of Shilo #E7BAAC
RGB
CMYK
RGB Variations
Color information
#E7BAAC (or 0xE7BAAC) is known color: Shilo. HEX triplet: E7, BA and AC. RGB value is (231,186,172). Sum of RGB (Red+Green+Blue) = 231+186+172=589 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.22% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BAAC is #184553. Grayscale: #C5C5C5. Windows color (decimal): -1590612 or 11320039. OLE color: 11320039.
HSL color Cylindrical-coordinate representation of color #E7BAAC: hue angle of 14.24º degrees, saturation: 0.55, 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 #E7BAAC is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 172 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.09 |
| HSL | 14.24º | 0.55% | 0.79% | - |
| HSV(B) | 14.24º | 0.26% | 0.91% | - |
| XYZ | 57.96 | 55.09 | 46.61 | - |
| YUV | 197.86 | 113.41 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 172 | 0 | 0.19 | 0.26 | 0.09 | 14.24 | 0.55 | 0.79 |
| Hex | E7 | BA | AC | 0 | 13 | 1A | 9 | E | 37 | 4F |
| Octal | 347 | 272 | 254 | 0 | 23 | 32 | 11 | 16 | 67 | 117 |
| Binary | 11100111 | 10111010 | 10101100 | 0 | 10011 | 11010 | 1001 | 1110 | 110111 | 1001111 |
Color Harmonies of #E7BAAC
Complementary color
Monochromatic Colors of #E7BAAC
Black with #E7BAAC
Text Example
Text Example
White with #E7BAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BAAC; }
p { color: rgb(231,186,172); }
H1.HeaderClassName
{
color: #E7BAAC;
}
.AnyTagClassName
{
color: #E7BAAC;
}
</style>
background-color css
<style>
a { background-color: #E7BAAC; }
a { background-color: rgb(231,186,172); }
div.DivClassName
{
background-color: #E7BAAC;
}
.BgClassName
{
background-color: #E7BAAC;
}
</style>
border-color css
<style>
span { border-color: #E7BAAC; }
span { border-color: rgb(231,186,172); }
td.TdClassName
{
border-color: #E7BAAC;
}
.TagClassName
{
border-color: #E7BAAC;
}
</style>