Shades of Manhattan #ECB282
Tints of Manhattan #ECB282
RGB
CMYK
RGB Variations
Color information
#ECB282 (or 0xECB282) is known color: Manhattan. HEX triplet: EC, B2 and 82. RGB value is (236,178,130). Sum of RGB (Red+Green+Blue) = 236+178+130=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 130 (51.17% from 255 or 23.90% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB282 is #134D7D. Grayscale: #BEBEBE. Windows color (decimal): -1265022 or 8565484. OLE color: 8565484.
HSL color Cylindrical-coordinate representation of color #ECB282: hue angle of 27.17º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ECB282 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 130 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.07 |
| HSL | 27.17º | 0.74% | 0.72% | - |
| HSV(B) | 27.17º | 0.45% | 0.93% | - |
| XYZ | 54.54 | 51.29 | 28.14 | - |
| YUV | 189.87 | 94.22 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 130 | 0 | 0.25 | 0.45 | 0.07 | 27.17 | 0.74 | 0.72 |
| Hex | EC | B2 | 82 | 0 | 19 | 2D | 7 | 1B | 4A | 48 |
| Octal | 354 | 262 | 202 | 0 | 31 | 55 | 7 | 33 | 112 | 110 |
| Binary | 11101100 | 10110010 | 10000010 | 0 | 11001 | 101101 | 111 | 11011 | 1001010 | 1001000 |
Color Harmonies of #ECB282
Complementary color
Monochromatic Colors of #ECB282
Black with #ECB282
Text Example
Text Example
White with #ECB282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB282; }
p { color: rgb(236,178,130); }
H1.HeaderClassName
{
color: #ECB282;
}
.AnyTagClassName
{
color: #ECB282;
}
</style>
background-color css
<style>
a { background-color: #ECB282; }
a { background-color: rgb(236,178,130); }
div.DivClassName
{
background-color: #ECB282;
}
.BgClassName
{
background-color: #ECB282;
}
</style>
border-color css
<style>
span { border-color: #ECB282; }
span { border-color: rgb(236,178,130); }
td.TdClassName
{
border-color: #ECB282;
}
.TagClassName
{
border-color: #ECB282;
}
</style>