Shades of Manhattan #ECAC7F
Tints of Manhattan #ECAC7F
RGB
CMYK
RGB Variations
Color information
#ECAC7F (or 0xECAC7F) is known color: Manhattan. HEX triplet: EC, AC and 7F. RGB value is (236,172,127). Sum of RGB (Red+Green+Blue) = 236+172+127=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 127 (50% from 255 or 23.74% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAC7F is #135380. Grayscale: #BABABA. Windows color (decimal): -1266561 or 8367340. OLE color: 8367340.
HSL color Cylindrical-coordinate representation of color #ECAC7F: hue angle of 24.77º 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 #ECAC7F is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 127 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.07 |
| HSL | 24.77º | 0.74% | 0.71% | - |
| HSV(B) | 24.77º | 0.46% | 0.93% | - |
| XYZ | 53.18 | 48.87 | 26.71 | - |
| YUV | 186.01 | 94.7 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 127 | 0 | 0.27 | 0.46 | 0.07 | 24.77 | 0.74 | 0.71 |
| Hex | EC | AC | 7F | 0 | 1B | 2E | 7 | 19 | 4A | 47 |
| Octal | 354 | 254 | 177 | 0 | 33 | 56 | 7 | 31 | 112 | 107 |
| Binary | 11101100 | 10101100 | 1111111 | 0 | 11011 | 101110 | 111 | 11001 | 1001010 | 1000111 |
Color Harmonies of #ECAC7F
Complementary color
Monochromatic Colors of #ECAC7F
Black with #ECAC7F
Text Example
Text Example
White with #ECAC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAC7F; }
p { color: rgb(236,172,127); }
H1.HeaderClassName
{
color: #ECAC7F;
}
.AnyTagClassName
{
color: #ECAC7F;
}
</style>
background-color css
<style>
a { background-color: #ECAC7F; }
a { background-color: rgb(236,172,127); }
div.DivClassName
{
background-color: #ECAC7F;
}
.BgClassName
{
background-color: #ECAC7F;
}
</style>
border-color css
<style>
span { border-color: #ECAC7F; }
span { border-color: rgb(236,172,127); }
td.TdClassName
{
border-color: #ECAC7F;
}
.TagClassName
{
border-color: #ECAC7F;
}
</style>