Shades of Shilo #E6AB9C
Tints of Shilo #E6AB9C
RGB
CMYK
RGB Variations
Color information
#E6AB9C (or 0xE6AB9C) is known color: Shilo. HEX triplet: E6, AB and 9C. RGB value is (230,171,156). Sum of RGB (Red+Green+Blue) = 230+171+156=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 156 (61.33% from 255 or 28.01% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AB9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AB9C is #195463. Grayscale: #BBBBBB. Windows color (decimal): -1660004 or 10267622. OLE color: 10267622.
HSL color Cylindrical-coordinate representation of color #E6AB9C: hue angle of 12.16º degrees, saturation: 0.6, 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 #E6AB9C is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 156 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.10 |
| HSL | 12.16º | 0.6% | 0.76% | - |
| HSV(B) | 12.16º | 0.32% | 0.9% | - |
| XYZ | 53.2 | 48.35 | 37.98 | - |
| YUV | 186.93 | 110.55 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 156 | 0 | 0.26 | 0.32 | 0.10 | 12.16 | 0.6 | 0.76 |
| Hex | E6 | AB | 9C | 0 | 1A | 20 | A | C | 3C | 4C |
| Octal | 346 | 253 | 234 | 0 | 32 | 40 | 12 | 14 | 74 | 114 |
| Binary | 11100110 | 10101011 | 10011100 | 0 | 11010 | 100000 | 1010 | 1100 | 111100 | 1001100 |
Color Harmonies of #E6AB9C
Complementary color
Monochromatic Colors of #E6AB9C
Black with #E6AB9C
Text Example
Text Example
White with #E6AB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AB9C; }
p { color: rgb(230,171,156); }
H1.HeaderClassName
{
color: #E6AB9C;
}
.AnyTagClassName
{
color: #E6AB9C;
}
</style>
background-color css
<style>
a { background-color: #E6AB9C; }
a { background-color: rgb(230,171,156); }
div.DivClassName
{
background-color: #E6AB9C;
}
.BgClassName
{
background-color: #E6AB9C;
}
</style>
border-color css
<style>
span { border-color: #E6AB9C; }
span { border-color: rgb(230,171,156); }
td.TdClassName
{
border-color: #E6AB9C;
}
.TagClassName
{
border-color: #E6AB9C;
}
</style>