Shades of Shilo #ECB1A9
Tints of Shilo #ECB1A9
RGB
CMYK
RGB Variations
Color information
#ECB1A9 (or 0xECB1A9) is known color: Shilo. HEX triplet: EC, B1 and A9. RGB value is (236,177,169). Sum of RGB (Red+Green+Blue) = 236+177+169=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 177 (69.53% from 255 or 30.41% from 582); Blue value is 169 (66.41% from 255 or 29.04% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB1A9 is #134E56. Grayscale: #C1C1C1. Windows color (decimal): -1265239 or 11121132. OLE color: 11121132.
HSL color Cylindrical-coordinate representation of color #ECB1A9: hue angle of 7.16º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECB1A9 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 169 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.07 |
| HSL | 7.16º | 0.64% | 0.79% | - |
| HSV(B) | 7.16º | 0.28% | 0.93% | - |
| XYZ | 57.48 | 52.14 | 44.57 | - |
| YUV | 193.73 | 114.05 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 169 | 0 | 0.25 | 0.28 | 0.07 | 7.16 | 0.64 | 0.79 |
| Hex | EC | B1 | A9 | 0 | 19 | 1C | 7 | 7 | 40 | 4F |
| Octal | 354 | 261 | 251 | 0 | 31 | 34 | 7 | 7 | 100 | 117 |
| Binary | 11101100 | 10110001 | 10101001 | 0 | 11001 | 11100 | 111 | 111 | 1000000 | 1001111 |
Color Harmonies of #ECB1A9
Complementary color
Monochromatic Colors of #ECB1A9
Black with #ECB1A9
Text Example
Text Example
White with #ECB1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB1A9; }
p { color: rgb(236,177,169); }
H1.HeaderClassName
{
color: #ECB1A9;
}
.AnyTagClassName
{
color: #ECB1A9;
}
</style>
background-color css
<style>
a { background-color: #ECB1A9; }
a { background-color: rgb(236,177,169); }
div.DivClassName
{
background-color: #ECB1A9;
}
.BgClassName
{
background-color: #ECB1A9;
}
</style>
border-color css
<style>
span { border-color: #ECB1A9; }
span { border-color: rgb(236,177,169); }
td.TdClassName
{
border-color: #ECB1A9;
}
.TagClassName
{
border-color: #ECB1A9;
}
</style>