Shades of Manhattan #ECAC7E
Tints of Manhattan #ECAC7E
RGB
CMYK
RGB Variations
Color information
#ECAC7E (or 0xECAC7E) is known color: Manhattan. HEX triplet: EC, AC and 7E. RGB value is (236,172,126). Sum of RGB (Red+Green+Blue) = 236+172+126=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 126 (49.61% from 255 or 23.60% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAC7E is #135381. Grayscale: #BABABA. Windows color (decimal): -1266562 or 8301804. OLE color: 8301804.
HSL color Cylindrical-coordinate representation of color #ECAC7E: hue angle of 25.09º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECAC7E is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 126 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.07 |
| HSL | 25.09º | 0.74% | 0.71% | - |
| HSV(B) | 25.09º | 0.47% | 0.93% | - |
| XYZ | 53.11 | 48.84 | 26.37 | - |
| YUV | 185.89 | 94.2 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 126 | 0 | 0.27 | 0.47 | 0.07 | 25.09 | 0.74 | 0.71 |
| Hex | EC | AC | 7E | 0 | 1B | 2F | 7 | 19 | 4A | 47 |
| Octal | 354 | 254 | 176 | 0 | 33 | 57 | 7 | 31 | 112 | 107 |
| Binary | 11101100 | 10101100 | 1111110 | 0 | 11011 | 101111 | 111 | 11001 | 1001010 | 1000111 |
Color Harmonies of #ECAC7E
Complementary color
Monochromatic Colors of #ECAC7E
Black with #ECAC7E
Text Example
Text Example
White with #ECAC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAC7E; }
p { color: rgb(236,172,126); }
H1.HeaderClassName
{
color: #ECAC7E;
}
.AnyTagClassName
{
color: #ECAC7E;
}
</style>
background-color css
<style>
a { background-color: #ECAC7E; }
a { background-color: rgb(236,172,126); }
div.DivClassName
{
background-color: #ECAC7E;
}
.BgClassName
{
background-color: #ECAC7E;
}
</style>
border-color css
<style>
span { border-color: #ECAC7E; }
span { border-color: rgb(236,172,126); }
td.TdClassName
{
border-color: #ECAC7E;
}
.TagClassName
{
border-color: #ECAC7E;
}
</style>