Shades of Shilo #E6A69F
Tints of Shilo #E6A69F
RGB
CMYK
RGB Variations
Color information
#E6A69F (or 0xE6A69F) is known color: Shilo. HEX triplet: E6, A6 and 9F. RGB value is (230,166,159). Sum of RGB (Red+Green+Blue) = 230+166+159=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 166 (65.23% from 255 or 29.91% from 555); Blue value is 159 (62.5% from 255 or 28.65% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A69F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A69F is #195960. Grayscale: #B8B8B8. Windows color (decimal): -1661281 or 10462950. OLE color: 10462950.
HSL color Cylindrical-coordinate representation of color #E6A69F: hue angle of 5.92º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6A69F is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 166 | 159 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.10 |
| HSL | 5.92º | 0.59% | 0.76% | - |
| HSV(B) | 5.92º | 0.31% | 0.9% | - |
| XYZ | 52.53 | 46.6 | 39.03 | - |
| YUV | 184.34 | 113.7 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 166 | 159 | 0 | 0.28 | 0.31 | 0.10 | 5.92 | 0.59 | 0.76 |
| Hex | E6 | A6 | 9F | 0 | 1C | 1F | A | 6 | 3B | 4C |
| Octal | 346 | 246 | 237 | 0 | 34 | 37 | 12 | 6 | 73 | 114 |
| Binary | 11100110 | 10100110 | 10011111 | 0 | 11100 | 11111 | 1010 | 110 | 111011 | 1001100 |
Color Harmonies of #E6A69F
Complementary color
Monochromatic Colors of #E6A69F
Black with #E6A69F
Text Example
Text Example
White with #E6A69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A69F; }
p { color: rgb(230,166,159); }
H1.HeaderClassName
{
color: #E6A69F;
}
.AnyTagClassName
{
color: #E6A69F;
}
</style>
background-color css
<style>
a { background-color: #E6A69F; }
a { background-color: rgb(230,166,159); }
div.DivClassName
{
background-color: #E6A69F;
}
.BgClassName
{
background-color: #E6A69F;
}
</style>
border-color css
<style>
span { border-color: #E6A69F; }
span { border-color: rgb(230,166,159); }
td.TdClassName
{
border-color: #E6A69F;
}
.TagClassName
{
border-color: #E6A69F;
}
</style>