Shades of Shilo #ECB6AB
Tints of Shilo #ECB6AB
RGB
CMYK
RGB Variations
Color information
#ECB6AB (or 0xECB6AB) is known color: Shilo. HEX triplet: EC, B6 and AB. RGB value is (236,182,171). Sum of RGB (Red+Green+Blue) = 236+182+171=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB6AB is #134954. Grayscale: #C4C4C4. Windows color (decimal): -1263957 or 11253484. OLE color: 11253484.
HSL color Cylindrical-coordinate representation of color #ECB6AB: hue angle of 10.15º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECB6AB is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 171 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.07 |
| HSL | 10.15º | 0.63% | 0.8% | - |
| HSV(B) | 10.15º | 0.28% | 0.93% | - |
| XYZ | 58.67 | 54.23 | 45.9 | - |
| YUV | 196.89 | 113.39 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 171 | 0 | 0.23 | 0.28 | 0.07 | 10.15 | 0.63 | 0.8 |
| Hex | EC | B6 | AB | 0 | 17 | 1C | 7 | A | 3F | 50 |
| Octal | 354 | 266 | 253 | 0 | 27 | 34 | 7 | 12 | 77 | 120 |
| Binary | 11101100 | 10110110 | 10101011 | 0 | 10111 | 11100 | 111 | 1010 | 111111 | 1010000 |
Color Harmonies of #ECB6AB
Complementary color
Monochromatic Colors of #ECB6AB
Black with #ECB6AB
Text Example
Text Example
White with #ECB6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB6AB; }
p { color: rgb(236,182,171); }
H1.HeaderClassName
{
color: #ECB6AB;
}
.AnyTagClassName
{
color: #ECB6AB;
}
</style>
background-color css
<style>
a { background-color: #ECB6AB; }
a { background-color: rgb(236,182,171); }
div.DivClassName
{
background-color: #ECB6AB;
}
.BgClassName
{
background-color: #ECB6AB;
}
</style>
border-color css
<style>
span { border-color: #ECB6AB; }
span { border-color: rgb(236,182,171); }
td.TdClassName
{
border-color: #ECB6AB;
}
.TagClassName
{
border-color: #ECB6AB;
}
</style>