Shades of Manhattan #ECAB84
Tints of Manhattan #ECAB84
RGB
CMYK
RGB Variations
Color information
#ECAB84 (or 0xECAB84) is known color: Manhattan. HEX triplet: EC, AB and 84. RGB value is (236,171,132). Sum of RGB (Red+Green+Blue) = 236+171+132=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 132 (51.95% from 255 or 24.49% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAB84 is #13547B. Grayscale: #BABABA. Windows color (decimal): -1266812 or 8694764. OLE color: 8694764.
HSL color Cylindrical-coordinate representation of color #ECAB84: hue angle of 22.5º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECAB84 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 132 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.07 |
| HSL | 22.5º | 0.73% | 0.72% | - |
| HSV(B) | 22.5º | 0.44% | 0.93% | - |
| XYZ | 53.32 | 48.62 | 28.41 | - |
| YUV | 185.99 | 97.53 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 132 | 0 | 0.28 | 0.44 | 0.07 | 22.5 | 0.73 | 0.72 |
| Hex | EC | AB | 84 | 0 | 1C | 2C | 7 | 16 | 49 | 48 |
| Octal | 354 | 253 | 204 | 0 | 34 | 54 | 7 | 26 | 111 | 110 |
| Binary | 11101100 | 10101011 | 10000100 | 0 | 11100 | 101100 | 111 | 10110 | 1001001 | 1001000 |
Color Harmonies of #ECAB84
Complementary color
Monochromatic Colors of #ECAB84
Black with #ECAB84
Text Example
Text Example
White with #ECAB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB84; }
p { color: rgb(236,171,132); }
H1.HeaderClassName
{
color: #ECAB84;
}
.AnyTagClassName
{
color: #ECAB84;
}
</style>
background-color css
<style>
a { background-color: #ECAB84; }
a { background-color: rgb(236,171,132); }
div.DivClassName
{
background-color: #ECAB84;
}
.BgClassName
{
background-color: #ECAB84;
}
</style>
border-color css
<style>
span { border-color: #ECAB84; }
span { border-color: rgb(236,171,132); }
td.TdClassName
{
border-color: #ECAB84;
}
.TagClassName
{
border-color: #ECAB84;
}
</style>