Shades of Manhattan #ECB180
Tints of Manhattan #ECB180
RGB
CMYK
RGB Variations
Color information
#ECB180 (or 0xECB180) is known color: Manhattan. HEX triplet: EC, B1 and 80. RGB value is (236,177,128). Sum of RGB (Red+Green+Blue) = 236+177+128=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 177 (69.53% from 255 or 32.72% from 541); Blue value is 128 (50.39% from 255 or 23.66% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB180 is #134E7F. Grayscale: #BDBDBD. Windows color (decimal): -1265280 or 8434156. OLE color: 8434156.
HSL color Cylindrical-coordinate representation of color #ECB180: hue angle of 27.22º 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 #ECB180 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 128 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.07 |
| HSL | 27.22º | 0.74% | 0.71% | - |
| HSV(B) | 27.22º | 0.46% | 0.93% | - |
| XYZ | 54.21 | 50.84 | 27.38 | - |
| YUV | 189.06 | 93.55 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 128 | 0 | 0.25 | 0.46 | 0.07 | 27.22 | 0.74 | 0.71 |
| Hex | EC | B1 | 80 | 0 | 19 | 2E | 7 | 1B | 4A | 47 |
| Octal | 354 | 261 | 200 | 0 | 31 | 56 | 7 | 33 | 112 | 107 |
| Binary | 11101100 | 10110001 | 10000000 | 0 | 11001 | 101110 | 111 | 11011 | 1001010 | 1000111 |
Color Harmonies of #ECB180
Complementary color
Monochromatic Colors of #ECB180
Black with #ECB180
Text Example
Text Example
White with #ECB180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB180; }
p { color: rgb(236,177,128); }
H1.HeaderClassName
{
color: #ECB180;
}
.AnyTagClassName
{
color: #ECB180;
}
</style>
background-color css
<style>
a { background-color: #ECB180; }
a { background-color: rgb(236,177,128); }
div.DivClassName
{
background-color: #ECB180;
}
.BgClassName
{
background-color: #ECB180;
}
</style>
border-color css
<style>
span { border-color: #ECB180; }
span { border-color: rgb(236,177,128); }
td.TdClassName
{
border-color: #ECB180;
}
.TagClassName
{
border-color: #ECB180;
}
</style>