Shades of Shilo #E7A69F
Tints of Shilo #E7A69F
RGB
CMYK
RGB Variations
Color information
#E7A69F (or 0xE7A69F) is known color: Shilo. HEX triplet: E7, A6 and 9F. RGB value is (231,166,159). Sum of RGB (Red+Green+Blue) = 231+166+159=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 159 (62.5% from 255 or 28.60% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A69F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A69F is #185960. Grayscale: #B8B8B8. Windows color (decimal): -1595745 or 10462951. OLE color: 10462951.
HSL color Cylindrical-coordinate representation of color #E7A69F: hue angle of 5.83º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E7A69F is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 166 | 159 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.09 |
| HSL | 5.83º | 0.6% | 0.76% | - |
| HSV(B) | 5.83º | 0.31% | 0.91% | - |
| XYZ | 52.85 | 46.76 | 39.04 | - |
| YUV | 184.64 | 113.53 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 166 | 159 | 0 | 0.28 | 0.31 | 0.09 | 5.83 | 0.6 | 0.76 |
| Hex | E7 | A6 | 9F | 0 | 1C | 1F | 9 | 6 | 3C | 4C |
| Octal | 347 | 246 | 237 | 0 | 34 | 37 | 11 | 6 | 74 | 114 |
| Binary | 11100111 | 10100110 | 10011111 | 0 | 11100 | 11111 | 1001 | 110 | 111100 | 1001100 |
Color Harmonies of #E7A69F
Complementary color
Monochromatic Colors of #E7A69F
Black with #E7A69F
Text Example
Text Example
White with #E7A69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A69F; }
p { color: rgb(231,166,159); }
H1.HeaderClassName
{
color: #E7A69F;
}
.AnyTagClassName
{
color: #E7A69F;
}
</style>
background-color css
<style>
a { background-color: #E7A69F; }
a { background-color: rgb(231,166,159); }
div.DivClassName
{
background-color: #E7A69F;
}
.BgClassName
{
background-color: #E7A69F;
}
</style>
border-color css
<style>
span { border-color: #E7A69F; }
span { border-color: rgb(231,166,159); }
td.TdClassName
{
border-color: #E7A69F;
}
.TagClassName
{
border-color: #E7A69F;
}
</style>