Shades of Shilo #ECADA6
Tints of Shilo #ECADA6
RGB
CMYK
RGB Variations
Color information
#ECADA6 (or 0xECADA6) is known color: Shilo. HEX triplet: EC, AD and A6. RGB value is (236,173,166). Sum of RGB (Red+Green+Blue) = 236+173+166=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 166 (65.23% from 255 or 28.87% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECADA6 is #135259. Grayscale: #BFBFBF. Windows color (decimal): -1266266 or 10923500. OLE color: 10923500.
HSL color Cylindrical-coordinate representation of color #ECADA6: hue angle of 6º 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 #ECADA6 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 166 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.07 |
| HSL | 6º | 0.65% | 0.79% | - |
| HSV(B) | 6º | 0.3% | 0.93% | - |
| XYZ | 56.42 | 50.47 | 42.85 | - |
| YUV | 191.04 | 113.87 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 166 | 0 | 0.27 | 0.30 | 0.07 | 6 | 0.65 | 0.79 |
| Hex | EC | AD | A6 | 0 | 1B | 1E | 7 | 6 | 41 | 4F |
| Octal | 354 | 255 | 246 | 0 | 33 | 36 | 7 | 6 | 101 | 117 |
| Binary | 11101100 | 10101101 | 10100110 | 0 | 11011 | 11110 | 111 | 110 | 1000001 | 1001111 |
Color Harmonies of #ECADA6
Complementary color
Monochromatic Colors of #ECADA6
Black with #ECADA6
Text Example
Text Example
White with #ECADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECADA6; }
p { color: rgb(236,173,166); }
H1.HeaderClassName
{
color: #ECADA6;
}
.AnyTagClassName
{
color: #ECADA6;
}
</style>
background-color css
<style>
a { background-color: #ECADA6; }
a { background-color: rgb(236,173,166); }
div.DivClassName
{
background-color: #ECADA6;
}
.BgClassName
{
background-color: #ECADA6;
}
</style>
border-color css
<style>
span { border-color: #ECADA6; }
span { border-color: rgb(236,173,166); }
td.TdClassName
{
border-color: #ECADA6;
}
.TagClassName
{
border-color: #ECADA6;
}
</style>