Shades of Shilo #E7A69C
Tints of Shilo #E7A69C
RGB
CMYK
RGB Variations
Color information
#E7A69C (or 0xE7A69C) is known color: Shilo. HEX triplet: E7, A6 and 9C. RGB value is (231,166,156). Sum of RGB (Red+Green+Blue) = 231+166+156=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A69C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A69C is #185963. Grayscale: #B8B8B8. Windows color (decimal): -1595748 or 10266343. OLE color: 10266343.
HSL color Cylindrical-coordinate representation of color #E7A69C: hue angle of 8º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E7A69C is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 166 | 156 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.09 |
| HSL | 8º | 0.61% | 0.76% | - |
| HSV(B) | 8º | 0.32% | 0.91% | - |
| XYZ | 52.59 | 46.66 | 37.69 | - |
| YUV | 184.3 | 112.03 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 166 | 156 | 0 | 0.28 | 0.32 | 0.09 | 8 | 0.61 | 0.76 |
| Hex | E7 | A6 | 9C | 0 | 1C | 20 | 9 | 8 | 3D | 4C |
| Octal | 347 | 246 | 234 | 0 | 34 | 40 | 11 | 10 | 75 | 114 |
| Binary | 11100111 | 10100110 | 10011100 | 0 | 11100 | 100000 | 1001 | 1000 | 111101 | 1001100 |
Color Harmonies of #E7A69C
Complementary color
Monochromatic Colors of #E7A69C
Black with #E7A69C
Text Example
Text Example
White with #E7A69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A69C; }
p { color: rgb(231,166,156); }
H1.HeaderClassName
{
color: #E7A69C;
}
.AnyTagClassName
{
color: #E7A69C;
}
</style>
background-color css
<style>
a { background-color: #E7A69C; }
a { background-color: rgb(231,166,156); }
div.DivClassName
{
background-color: #E7A69C;
}
.BgClassName
{
background-color: #E7A69C;
}
</style>
border-color css
<style>
span { border-color: #E7A69C; }
span { border-color: rgb(231,166,156); }
td.TdClassName
{
border-color: #E7A69C;
}
.TagClassName
{
border-color: #E7A69C;
}
</style>