Shades of Manhattan #ECAA80
Tints of Manhattan #ECAA80
RGB
CMYK
RGB Variations
Color information
#ECAA80 (or 0xECAA80) is known color: Manhattan. HEX triplet: EC, AA and 80. RGB value is (236,170,128). Sum of RGB (Red+Green+Blue) = 236+170+128=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 128 (50.39% from 255 or 23.97% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAA80 is #13557F. Grayscale: #B9B9B9. Windows color (decimal): -1267072 or 8432364. OLE color: 8432364.
HSL color Cylindrical-coordinate representation of color #ECAA80: hue angle of 23.33º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ECAA80 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 128 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.07 |
| HSL | 23.33º | 0.74% | 0.71% | - |
| HSV(B) | 23.33º | 0.46% | 0.93% | - |
| XYZ | 52.86 | 48.14 | 26.93 | - |
| YUV | 184.95 | 95.87 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 128 | 0 | 0.28 | 0.46 | 0.07 | 23.33 | 0.74 | 0.71 |
| Hex | EC | AA | 80 | 0 | 1C | 2E | 7 | 17 | 4A | 47 |
| Octal | 354 | 252 | 200 | 0 | 34 | 56 | 7 | 27 | 112 | 107 |
| Binary | 11101100 | 10101010 | 10000000 | 0 | 11100 | 101110 | 111 | 10111 | 1001010 | 1000111 |
Color Harmonies of #ECAA80
Complementary color
Monochromatic Colors of #ECAA80
Black with #ECAA80
Text Example
Text Example
White with #ECAA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA80; }
p { color: rgb(236,170,128); }
H1.HeaderClassName
{
color: #ECAA80;
}
.AnyTagClassName
{
color: #ECAA80;
}
</style>
background-color css
<style>
a { background-color: #ECAA80; }
a { background-color: rgb(236,170,128); }
div.DivClassName
{
background-color: #ECAA80;
}
.BgClassName
{
background-color: #ECAA80;
}
</style>
border-color css
<style>
span { border-color: #ECAA80; }
span { border-color: rgb(236,170,128); }
td.TdClassName
{
border-color: #ECAA80;
}
.TagClassName
{
border-color: #ECAA80;
}
</style>