Shades of Shilo #E6A59D
Tints of Shilo #E6A59D
RGB
CMYK
RGB Variations
Color information
#E6A59D (or 0xE6A59D) is known color: Shilo. HEX triplet: E6, A5 and 9D. RGB value is (230,165,157). Sum of RGB (Red+Green+Blue) = 230+165+157=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 165 (64.84% from 255 or 29.89% from 552); Blue value is 157 (61.72% from 255 or 28.44% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A59D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A59D is #195A62. Grayscale: #B7B7B7. Windows color (decimal): -1661539 or 10331622. OLE color: 10331622.
HSL color Cylindrical-coordinate representation of color #E6A59D: hue angle of 6.58º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6A59D is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 165 | 157 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.10 |
| HSL | 6.58º | 0.59% | 0.76% | - |
| HSV(B) | 6.58º | 0.32% | 0.9% | - |
| XYZ | 52.17 | 46.17 | 38.06 | - |
| YUV | 183.52 | 113.03 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 165 | 157 | 0 | 0.28 | 0.32 | 0.10 | 6.58 | 0.59 | 0.76 |
| Hex | E6 | A5 | 9D | 0 | 1C | 20 | A | 7 | 3B | 4C |
| Octal | 346 | 245 | 235 | 0 | 34 | 40 | 12 | 7 | 73 | 114 |
| Binary | 11100110 | 10100101 | 10011101 | 0 | 11100 | 100000 | 1010 | 111 | 111011 | 1001100 |
Color Harmonies of #E6A59D
Complementary color
Monochromatic Colors of #E6A59D
Black with #E6A59D
Text Example
Text Example
White with #E6A59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A59D; }
p { color: rgb(230,165,157); }
H1.HeaderClassName
{
color: #E6A59D;
}
.AnyTagClassName
{
color: #E6A59D;
}
</style>
background-color css
<style>
a { background-color: #E6A59D; }
a { background-color: rgb(230,165,157); }
div.DivClassName
{
background-color: #E6A59D;
}
.BgClassName
{
background-color: #E6A59D;
}
</style>
border-color css
<style>
span { border-color: #E6A59D; }
span { border-color: rgb(230,165,157); }
td.TdClassName
{
border-color: #E6A59D;
}
.TagClassName
{
border-color: #E6A59D;
}
</style>