Shades of Manhattan #ECAC85
Tints of Manhattan #ECAC85
RGB
CMYK
RGB Variations
Color information
#ECAC85 (or 0xECAC85) is known color: Manhattan. HEX triplet: EC, AC and 85. RGB value is (236,172,133). Sum of RGB (Red+Green+Blue) = 236+172+133=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAC85 is #13537A. Grayscale: #BABABA. Windows color (decimal): -1266555 or 8760556. OLE color: 8760556.
HSL color Cylindrical-coordinate representation of color #ECAC85: hue angle of 22.72º 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 #ECAC85 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 133 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.07 |
| HSL | 22.72º | 0.73% | 0.72% | - |
| HSV(B) | 22.72º | 0.44% | 0.93% | - |
| XYZ | 53.58 | 49.03 | 28.83 | - |
| YUV | 186.69 | 97.7 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 133 | 0 | 0.27 | 0.44 | 0.07 | 22.72 | 0.73 | 0.72 |
| Hex | EC | AC | 85 | 0 | 1B | 2C | 7 | 17 | 49 | 48 |
| Octal | 354 | 254 | 205 | 0 | 33 | 54 | 7 | 27 | 111 | 110 |
| Binary | 11101100 | 10101100 | 10000101 | 0 | 11011 | 101100 | 111 | 10111 | 1001001 | 1001000 |
Color Harmonies of #ECAC85
Complementary color
Monochromatic Colors of #ECAC85
Black with #ECAC85
Text Example
Text Example
White with #ECAC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAC85; }
p { color: rgb(236,172,133); }
H1.HeaderClassName
{
color: #ECAC85;
}
.AnyTagClassName
{
color: #ECAC85;
}
</style>
background-color css
<style>
a { background-color: #ECAC85; }
a { background-color: rgb(236,172,133); }
div.DivClassName
{
background-color: #ECAC85;
}
.BgClassName
{
background-color: #ECAC85;
}
</style>
border-color css
<style>
span { border-color: #ECAC85; }
span { border-color: rgb(236,172,133); }
td.TdClassName
{
border-color: #ECAC85;
}
.TagClassName
{
border-color: #ECAC85;
}
</style>