Shades of Shilo #ECB1A6
Tints of Shilo #ECB1A6
RGB
CMYK
RGB Variations
Color information
#ECB1A6 (or 0xECB1A6) is known color: Shilo. HEX triplet: EC, B1 and A6. RGB value is (236,177,166). Sum of RGB (Red+Green+Blue) = 236+177+166=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 177 (69.53% from 255 or 30.57% from 579); Blue value is 166 (65.23% from 255 or 28.67% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB1A6 is #134E59. Grayscale: #C1C1C1. Windows color (decimal): -1265242 or 10924524. OLE color: 10924524.
HSL color Cylindrical-coordinate representation of color #ECB1A6: hue angle of 9.43º 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 #ECB1A6 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 166 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.07 |
| HSL | 9.43º | 0.65% | 0.79% | - |
| HSV(B) | 9.43º | 0.3% | 0.93% | - |
| XYZ | 57.2 | 52.03 | 43.1 | - |
| YUV | 193.39 | 112.55 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 166 | 0 | 0.25 | 0.30 | 0.07 | 9.43 | 0.65 | 0.79 |
| Hex | EC | B1 | A6 | 0 | 19 | 1E | 7 | 9 | 41 | 4F |
| Octal | 354 | 261 | 246 | 0 | 31 | 36 | 7 | 11 | 101 | 117 |
| Binary | 11101100 | 10110001 | 10100110 | 0 | 11001 | 11110 | 111 | 1001 | 1000001 | 1001111 |
Color Harmonies of #ECB1A6
Complementary color
Monochromatic Colors of #ECB1A6
Black with #ECB1A6
Text Example
Text Example
White with #ECB1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB1A6; }
p { color: rgb(236,177,166); }
H1.HeaderClassName
{
color: #ECB1A6;
}
.AnyTagClassName
{
color: #ECB1A6;
}
</style>
background-color css
<style>
a { background-color: #ECB1A6; }
a { background-color: rgb(236,177,166); }
div.DivClassName
{
background-color: #ECB1A6;
}
.BgClassName
{
background-color: #ECB1A6;
}
</style>
border-color css
<style>
span { border-color: #ECB1A6; }
span { border-color: rgb(236,177,166); }
td.TdClassName
{
border-color: #ECB1A6;
}
.TagClassName
{
border-color: #ECB1A6;
}
</style>