Shades of Manhattan #ECB080
Tints of Manhattan #ECB080
RGB
CMYK
RGB Variations
Color information
#ECB080 (or 0xECB080) is known color: Manhattan. HEX triplet: EC, B0 and 80. RGB value is (236,176,128). Sum of RGB (Red+Green+Blue) = 236+176+128=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 176 (69.14% from 255 or 32.59% from 540); Blue value is 128 (50.39% from 255 or 23.70% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB080 is #134F7F. Grayscale: #BCBCBC. Windows color (decimal): -1265536 or 8433900. OLE color: 8433900.
HSL color Cylindrical-coordinate representation of color #ECB080: hue angle of 26.67º 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 #ECB080 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 128 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.07 |
| HSL | 26.67º | 0.74% | 0.71% | - |
| HSV(B) | 26.67º | 0.46% | 0.93% | - |
| XYZ | 54.01 | 50.44 | 27.31 | - |
| YUV | 188.47 | 93.88 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 128 | 0 | 0.25 | 0.46 | 0.07 | 26.67 | 0.74 | 0.71 |
| Hex | EC | B0 | 80 | 0 | 19 | 2E | 7 | 1B | 4A | 47 |
| Octal | 354 | 260 | 200 | 0 | 31 | 56 | 7 | 33 | 112 | 107 |
| Binary | 11101100 | 10110000 | 10000000 | 0 | 11001 | 101110 | 111 | 11011 | 1001010 | 1000111 |
Color Harmonies of #ECB080
Complementary color
Monochromatic Colors of #ECB080
Black with #ECB080
Text Example
Text Example
White with #ECB080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB080; }
p { color: rgb(236,176,128); }
H1.HeaderClassName
{
color: #ECB080;
}
.AnyTagClassName
{
color: #ECB080;
}
</style>
background-color css
<style>
a { background-color: #ECB080; }
a { background-color: rgb(236,176,128); }
div.DivClassName
{
background-color: #ECB080;
}
.BgClassName
{
background-color: #ECB080;
}
</style>
border-color css
<style>
span { border-color: #ECB080; }
span { border-color: rgb(236,176,128); }
td.TdClassName
{
border-color: #ECB080;
}
.TagClassName
{
border-color: #ECB080;
}
</style>