Shades of Manhattan #ECAE80
Tints of Manhattan #ECAE80
RGB
CMYK
RGB Variations
Color information
#ECAE80 (or 0xECAE80) is known color: Manhattan. HEX triplet: EC, AE and 80. RGB value is (236,174,128). Sum of RGB (Red+Green+Blue) = 236+174+128=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAE80 is #13517F. Grayscale: #BBBBBB. Windows color (decimal): -1266048 or 8433388. OLE color: 8433388.
HSL color Cylindrical-coordinate representation of color #ECAE80: hue angle of 25.56º 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 #ECAE80 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 128 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.07 |
| HSL | 25.56º | 0.74% | 0.71% | - |
| HSV(B) | 25.56º | 0.46% | 0.93% | - |
| XYZ | 53.62 | 49.66 | 27.18 | - |
| YUV | 187.29 | 94.54 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 128 | 0 | 0.26 | 0.46 | 0.07 | 25.56 | 0.74 | 0.71 |
| Hex | EC | AE | 80 | 0 | 1A | 2E | 7 | 1A | 4A | 47 |
| Octal | 354 | 256 | 200 | 0 | 32 | 56 | 7 | 32 | 112 | 107 |
| Binary | 11101100 | 10101110 | 10000000 | 0 | 11010 | 101110 | 111 | 11010 | 1001010 | 1000111 |
Color Harmonies of #ECAE80
Complementary color
Monochromatic Colors of #ECAE80
Black with #ECAE80
Text Example
Text Example
White with #ECAE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAE80; }
p { color: rgb(236,174,128); }
H1.HeaderClassName
{
color: #ECAE80;
}
.AnyTagClassName
{
color: #ECAE80;
}
</style>
background-color css
<style>
a { background-color: #ECAE80; }
a { background-color: rgb(236,174,128); }
div.DivClassName
{
background-color: #ECAE80;
}
.BgClassName
{
background-color: #ECAE80;
}
</style>
border-color css
<style>
span { border-color: #ECAE80; }
span { border-color: rgb(236,174,128); }
td.TdClassName
{
border-color: #ECAE80;
}
.TagClassName
{
border-color: #ECAE80;
}
</style>