Shades of Manhattan #ECAB86
Tints of Manhattan #ECAB86
RGB
CMYK
RGB Variations
Color information
#ECAB86 (or 0xECAB86) is known color: Manhattan. HEX triplet: EC, AB and 86. RGB value is (236,171,134). Sum of RGB (Red+Green+Blue) = 236+171+134=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 134 (52.73% from 255 or 24.77% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAB86 is #135479. Grayscale: #BABABA. Windows color (decimal): -1266810 or 8825836. OLE color: 8825836.
HSL color Cylindrical-coordinate representation of color #ECAB86: hue angle of 21.76º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ECAB86 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 134 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.07 |
| HSL | 21.76º | 0.73% | 0.73% | - |
| HSV(B) | 21.76º | 0.43% | 0.93% | - |
| XYZ | 53.46 | 48.68 | 29.13 | - |
| YUV | 186.22 | 98.53 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 134 | 0 | 0.28 | 0.43 | 0.07 | 21.76 | 0.73 | 0.73 |
| Hex | EC | AB | 86 | 0 | 1C | 2B | 7 | 16 | 49 | 49 |
| Octal | 354 | 253 | 206 | 0 | 34 | 53 | 7 | 26 | 111 | 111 |
| Binary | 11101100 | 10101011 | 10000110 | 0 | 11100 | 101011 | 111 | 10110 | 1001001 | 1001001 |
Color Harmonies of #ECAB86
Complementary color
Monochromatic Colors of #ECAB86
Black with #ECAB86
Text Example
Text Example
White with #ECAB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB86; }
p { color: rgb(236,171,134); }
H1.HeaderClassName
{
color: #ECAB86;
}
.AnyTagClassName
{
color: #ECAB86;
}
</style>
background-color css
<style>
a { background-color: #ECAB86; }
a { background-color: rgb(236,171,134); }
div.DivClassName
{
background-color: #ECAB86;
}
.BgClassName
{
background-color: #ECAB86;
}
</style>
border-color css
<style>
span { border-color: #ECAB86; }
span { border-color: rgb(236,171,134); }
td.TdClassName
{
border-color: #ECAB86;
}
.TagClassName
{
border-color: #ECAB86;
}
</style>