Shades of Manhattan #ECB284
Tints of Manhattan #ECB284
RGB
CMYK
RGB Variations
Color information
#ECB284 (or 0xECB284) is known color: Manhattan. HEX triplet: EC, B2 and 84. RGB value is (236,178,132). Sum of RGB (Red+Green+Blue) = 236+178+132=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 132 (51.95% from 255 or 24.18% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB284 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB284 is #134D7B. Grayscale: #BEBEBE. Windows color (decimal): -1265020 or 8696556. OLE color: 8696556.
HSL color Cylindrical-coordinate representation of color #ECB284: hue angle of 26.54º 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 #ECB284 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 132 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.07 |
| HSL | 26.54º | 0.73% | 0.72% | - |
| HSV(B) | 26.54º | 0.44% | 0.93% | - |
| XYZ | 54.68 | 51.34 | 28.86 | - |
| YUV | 190.1 | 95.22 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 132 | 0 | 0.25 | 0.44 | 0.07 | 26.54 | 0.73 | 0.72 |
| Hex | EC | B2 | 84 | 0 | 19 | 2C | 7 | 1B | 49 | 48 |
| Octal | 354 | 262 | 204 | 0 | 31 | 54 | 7 | 33 | 111 | 110 |
| Binary | 11101100 | 10110010 | 10000100 | 0 | 11001 | 101100 | 111 | 11011 | 1001001 | 1001000 |
Color Harmonies of #ECB284
Complementary color
Monochromatic Colors of #ECB284
Black with #ECB284
Text Example
Text Example
White with #ECB284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB284; }
p { color: rgb(236,178,132); }
H1.HeaderClassName
{
color: #ECB284;
}
.AnyTagClassName
{
color: #ECB284;
}
</style>
background-color css
<style>
a { background-color: #ECB284; }
a { background-color: rgb(236,178,132); }
div.DivClassName
{
background-color: #ECB284;
}
.BgClassName
{
background-color: #ECB284;
}
</style>
border-color css
<style>
span { border-color: #ECB284; }
span { border-color: rgb(236,178,132); }
td.TdClassName
{
border-color: #ECB284;
}
.TagClassName
{
border-color: #ECB284;
}
</style>