Shades of Shilo #E6A89D
Tints of Shilo #E6A89D
RGB
CMYK
RGB Variations
Color information
#E6A89D (or 0xE6A89D) is known color: Shilo. HEX triplet: E6, A8 and 9D. RGB value is (230,168,157). Sum of RGB (Red+Green+Blue) = 230+168+157=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 157 (61.72% from 255 or 28.29% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A89D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A89D is #195762. Grayscale: #B9B9B9. Windows color (decimal): -1660771 or 10332390. OLE color: 10332390.
HSL color Cylindrical-coordinate representation of color #E6A89D: hue angle of 9.04º 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 #E6A89D is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 168 | 157 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.10 |
| HSL | 9.04º | 0.59% | 0.76% | - |
| HSV(B) | 9.04º | 0.32% | 0.9% | - |
| XYZ | 52.72 | 47.26 | 38.24 | - |
| YUV | 185.28 | 112.04 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 168 | 157 | 0 | 0.27 | 0.32 | 0.10 | 9.04 | 0.59 | 0.76 |
| Hex | E6 | A8 | 9D | 0 | 1B | 20 | A | 9 | 3B | 4C |
| Octal | 346 | 250 | 235 | 0 | 33 | 40 | 12 | 11 | 73 | 114 |
| Binary | 11100110 | 10101000 | 10011101 | 0 | 11011 | 100000 | 1010 | 1001 | 111011 | 1001100 |
Color Harmonies of #E6A89D
Complementary color
Monochromatic Colors of #E6A89D
Black with #E6A89D
Text Example
Text Example
White with #E6A89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A89D; }
p { color: rgb(230,168,157); }
H1.HeaderClassName
{
color: #E6A89D;
}
.AnyTagClassName
{
color: #E6A89D;
}
</style>
background-color css
<style>
a { background-color: #E6A89D; }
a { background-color: rgb(230,168,157); }
div.DivClassName
{
background-color: #E6A89D;
}
.BgClassName
{
background-color: #E6A89D;
}
</style>
border-color css
<style>
span { border-color: #E6A89D; }
span { border-color: rgb(230,168,157); }
td.TdClassName
{
border-color: #E6A89D;
}
.TagClassName
{
border-color: #E6A89D;
}
</style>