Shades of Shilo #E6AA9C
Tints of Shilo #E6AA9C
RGB
CMYK
RGB Variations
Color information
#E6AA9C (or 0xE6AA9C) is known color: Shilo. HEX triplet: E6, AA and 9C. RGB value is (230,170,156). Sum of RGB (Red+Green+Blue) = 230+170+156=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AA9C is #195563. Grayscale: #BABABA. Windows color (decimal): -1660260 or 10267366. OLE color: 10267366.
HSL color Cylindrical-coordinate representation of color #E6AA9C: hue angle of 11.35º 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 #E6AA9C is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 170 | 156 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.10 |
| HSL | 11.35º | 0.6% | 0.76% | - |
| HSV(B) | 11.35º | 0.32% | 0.9% | - |
| XYZ | 53.01 | 47.97 | 37.92 | - |
| YUV | 186.34 | 110.88 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 170 | 156 | 0 | 0.26 | 0.32 | 0.10 | 11.35 | 0.6 | 0.76 |
| Hex | E6 | AA | 9C | 0 | 1A | 20 | A | B | 3C | 4C |
| Octal | 346 | 252 | 234 | 0 | 32 | 40 | 12 | 13 | 74 | 114 |
| Binary | 11100110 | 10101010 | 10011100 | 0 | 11010 | 100000 | 1010 | 1011 | 111100 | 1001100 |
Color Harmonies of #E6AA9C
Complementary color
Monochromatic Colors of #E6AA9C
Black with #E6AA9C
Text Example
Text Example
White with #E6AA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AA9C; }
p { color: rgb(230,170,156); }
H1.HeaderClassName
{
color: #E6AA9C;
}
.AnyTagClassName
{
color: #E6AA9C;
}
</style>
background-color css
<style>
a { background-color: #E6AA9C; }
a { background-color: rgb(230,170,156); }
div.DivClassName
{
background-color: #E6AA9C;
}
.BgClassName
{
background-color: #E6AA9C;
}
</style>
border-color css
<style>
span { border-color: #E6AA9C; }
span { border-color: rgb(230,170,156); }
td.TdClassName
{
border-color: #E6AA9C;
}
.TagClassName
{
border-color: #E6AA9C;
}
</style>