Shades of Shilo #ECAFA6
Tints of Shilo #ECAFA6
RGB
CMYK
RGB Variations
Color information
#ECAFA6 (or 0xECAFA6) is known color: Shilo. HEX triplet: EC, AF and A6. RGB value is (236,175,166). Sum of RGB (Red+Green+Blue) = 236+175+166=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 166 (65.23% from 255 or 28.77% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAFA6 is #135059. Grayscale: #C0C0C0. Windows color (decimal): -1265754 or 10924012. OLE color: 10924012.
HSL color Cylindrical-coordinate representation of color #ECAFA6: hue angle of 7.71º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECAFA6 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 166 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.07 |
| HSL | 7.71º | 0.65% | 0.79% | - |
| HSV(B) | 7.71º | 0.3% | 0.93% | - |
| XYZ | 56.8 | 51.25 | 42.97 | - |
| YUV | 192.21 | 113.21 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 166 | 0 | 0.26 | 0.30 | 0.07 | 7.71 | 0.65 | 0.79 |
| Hex | EC | AF | A6 | 0 | 1A | 1E | 7 | 8 | 41 | 4F |
| Octal | 354 | 257 | 246 | 0 | 32 | 36 | 7 | 10 | 101 | 117 |
| Binary | 11101100 | 10101111 | 10100110 | 0 | 11010 | 11110 | 111 | 1000 | 1000001 | 1001111 |
Color Harmonies of #ECAFA6
Complementary color
Monochromatic Colors of #ECAFA6
Black with #ECAFA6
Text Example
Text Example
White with #ECAFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAFA6; }
p { color: rgb(236,175,166); }
H1.HeaderClassName
{
color: #ECAFA6;
}
.AnyTagClassName
{
color: #ECAFA6;
}
</style>
background-color css
<style>
a { background-color: #ECAFA6; }
a { background-color: rgb(236,175,166); }
div.DivClassName
{
background-color: #ECAFA6;
}
.BgClassName
{
background-color: #ECAFA6;
}
</style>
border-color css
<style>
span { border-color: #ECAFA6; }
span { border-color: rgb(236,175,166); }
td.TdClassName
{
border-color: #ECAFA6;
}
.TagClassName
{
border-color: #ECAFA6;
}
</style>