Shades of Manhattan #ECAF85
Tints of Manhattan #ECAF85
RGB
CMYK
RGB Variations
Color information
#ECAF85 (or 0xECAF85) is known color: Manhattan. HEX triplet: EC, AF and 85. RGB value is (236,175,133). Sum of RGB (Red+Green+Blue) = 236+175+133=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAF85 is #13507A. Grayscale: #BCBCBC. Windows color (decimal): -1265787 or 8761324. OLE color: 8761324.
HSL color Cylindrical-coordinate representation of color #ECAF85: hue angle of 24.47º 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 #ECAF85 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 133 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.07 |
| HSL | 24.47º | 0.73% | 0.72% | - |
| HSV(B) | 24.47º | 0.44% | 0.93% | - |
| XYZ | 54.16 | 50.19 | 29.02 | - |
| YUV | 188.45 | 96.71 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 133 | 0 | 0.26 | 0.44 | 0.07 | 24.47 | 0.73 | 0.72 |
| Hex | EC | AF | 85 | 0 | 1A | 2C | 7 | 18 | 49 | 48 |
| Octal | 354 | 257 | 205 | 0 | 32 | 54 | 7 | 30 | 111 | 110 |
| Binary | 11101100 | 10101111 | 10000101 | 0 | 11010 | 101100 | 111 | 11000 | 1001001 | 1001000 |
Color Harmonies of #ECAF85
Complementary color
Monochromatic Colors of #ECAF85
Black with #ECAF85
Text Example
Text Example
White with #ECAF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF85; }
p { color: rgb(236,175,133); }
H1.HeaderClassName
{
color: #ECAF85;
}
.AnyTagClassName
{
color: #ECAF85;
}
</style>
background-color css
<style>
a { background-color: #ECAF85; }
a { background-color: rgb(236,175,133); }
div.DivClassName
{
background-color: #ECAF85;
}
.BgClassName
{
background-color: #ECAF85;
}
</style>
border-color css
<style>
span { border-color: #ECAF85; }
span { border-color: rgb(236,175,133); }
td.TdClassName
{
border-color: #ECAF85;
}
.TagClassName
{
border-color: #ECAF85;
}
</style>