Shades of Shilo #E6A99D
Tints of Shilo #E6A99D
RGB
CMYK
RGB Variations
Color information
#E6A99D (or 0xE6A99D) is known color: Shilo. HEX triplet: E6, A9 and 9D. RGB value is (230,169,157). Sum of RGB (Red+Green+Blue) = 230+169+157=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 157 (61.72% from 255 or 28.24% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A99D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A99D is #195662. Grayscale: #B9B9B9. Windows color (decimal): -1660515 or 10332646. OLE color: 10332646.
HSL color Cylindrical-coordinate representation of color #E6A99D: hue angle of 9.86º 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 #E6A99D is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 169 | 157 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.10 |
| HSL | 9.86º | 0.59% | 0.76% | - |
| HSV(B) | 9.86º | 0.32% | 0.9% | - |
| XYZ | 52.91 | 47.63 | 38.3 | - |
| YUV | 185.87 | 111.71 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 169 | 157 | 0 | 0.27 | 0.32 | 0.10 | 9.86 | 0.59 | 0.76 |
| Hex | E6 | A9 | 9D | 0 | 1B | 20 | A | A | 3B | 4C |
| Octal | 346 | 251 | 235 | 0 | 33 | 40 | 12 | 12 | 73 | 114 |
| Binary | 11100110 | 10101001 | 10011101 | 0 | 11011 | 100000 | 1010 | 1010 | 111011 | 1001100 |
Color Harmonies of #E6A99D
Complementary color
Monochromatic Colors of #E6A99D
Black with #E6A99D
Text Example
Text Example
White with #E6A99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A99D; }
p { color: rgb(230,169,157); }
H1.HeaderClassName
{
color: #E6A99D;
}
.AnyTagClassName
{
color: #E6A99D;
}
</style>
background-color css
<style>
a { background-color: #E6A99D; }
a { background-color: rgb(230,169,157); }
div.DivClassName
{
background-color: #E6A99D;
}
.BgClassName
{
background-color: #E6A99D;
}
</style>
border-color css
<style>
span { border-color: #E6A99D; }
span { border-color: rgb(230,169,157); }
td.TdClassName
{
border-color: #E6A99D;
}
.TagClassName
{
border-color: #E6A99D;
}
</style>