Shades of Shilo #ECB0A9
Tints of Shilo #ECB0A9
RGB
CMYK
RGB Variations
Color information
#ECB0A9 (or 0xECB0A9) is known color: Shilo. HEX triplet: EC, B0 and A9. RGB value is (236,176,169). Sum of RGB (Red+Green+Blue) = 236+176+169=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 176 (69.14% from 255 or 30.29% from 581); Blue value is 169 (66.41% from 255 or 29.09% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB0A9 is #134F56. Grayscale: #C1C1C1. Windows color (decimal): -1265495 or 11120876. OLE color: 11120876.
HSL color Cylindrical-coordinate representation of color #ECB0A9: hue angle of 6.27º 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 #ECB0A9 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 169 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.07 |
| HSL | 6.27º | 0.64% | 0.79% | - |
| HSV(B) | 6.27º | 0.28% | 0.93% | - |
| XYZ | 57.28 | 51.75 | 44.51 | - |
| YUV | 193.14 | 114.38 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 169 | 0 | 0.25 | 0.28 | 0.07 | 6.27 | 0.64 | 0.79 |
| Hex | EC | B0 | A9 | 0 | 19 | 1C | 7 | 6 | 40 | 4F |
| Octal | 354 | 260 | 251 | 0 | 31 | 34 | 7 | 6 | 100 | 117 |
| Binary | 11101100 | 10110000 | 10101001 | 0 | 11001 | 11100 | 111 | 110 | 1000000 | 1001111 |
Color Harmonies of #ECB0A9
Complementary color
Monochromatic Colors of #ECB0A9
Black with #ECB0A9
Text Example
Text Example
White with #ECB0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB0A9; }
p { color: rgb(236,176,169); }
H1.HeaderClassName
{
color: #ECB0A9;
}
.AnyTagClassName
{
color: #ECB0A9;
}
</style>
background-color css
<style>
a { background-color: #ECB0A9; }
a { background-color: rgb(236,176,169); }
div.DivClassName
{
background-color: #ECB0A9;
}
.BgClassName
{
background-color: #ECB0A9;
}
</style>
border-color css
<style>
span { border-color: #ECB0A9; }
span { border-color: rgb(236,176,169); }
td.TdClassName
{
border-color: #ECB0A9;
}
.TagClassName
{
border-color: #ECB0A9;
}
</style>