Shades of Manhattan #ECB182
Tints of Manhattan #ECB182
RGB
CMYK
RGB Variations
Color information
#ECB182 (or 0xECB182) is known color: Manhattan. HEX triplet: EC, B1 and 82. RGB value is (236,177,130). Sum of RGB (Red+Green+Blue) = 236+177+130=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 177 (69.53% from 255 or 32.60% from 543); Blue value is 130 (51.17% from 255 or 23.94% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB182 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB182 is #134E7D. Grayscale: #BDBDBD. Windows color (decimal): -1265278 or 8565228. OLE color: 8565228.
HSL color Cylindrical-coordinate representation of color #ECB182: hue angle of 26.6º 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 #ECB182 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 130 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.07 |
| HSL | 26.6º | 0.74% | 0.72% | - |
| HSV(B) | 26.6º | 0.45% | 0.93% | - |
| XYZ | 54.34 | 50.89 | 28.08 | - |
| YUV | 189.28 | 94.55 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 130 | 0 | 0.25 | 0.45 | 0.07 | 26.6 | 0.74 | 0.72 |
| Hex | EC | B1 | 82 | 0 | 19 | 2D | 7 | 1B | 4A | 48 |
| Octal | 354 | 261 | 202 | 0 | 31 | 55 | 7 | 33 | 112 | 110 |
| Binary | 11101100 | 10110001 | 10000010 | 0 | 11001 | 101101 | 111 | 11011 | 1001010 | 1001000 |
Color Harmonies of #ECB182
Complementary color
Monochromatic Colors of #ECB182
Black with #ECB182
Text Example
Text Example
White with #ECB182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB182; }
p { color: rgb(236,177,130); }
H1.HeaderClassName
{
color: #ECB182;
}
.AnyTagClassName
{
color: #ECB182;
}
</style>
background-color css
<style>
a { background-color: #ECB182; }
a { background-color: rgb(236,177,130); }
div.DivClassName
{
background-color: #ECB182;
}
.BgClassName
{
background-color: #ECB182;
}
</style>
border-color css
<style>
span { border-color: #ECB182; }
span { border-color: rgb(236,177,130); }
td.TdClassName
{
border-color: #ECB182;
}
.TagClassName
{
border-color: #ECB182;
}
</style>