Shades of Manhattan #ECB18B
Tints of Manhattan #ECB18B
RGB
CMYK
RGB Variations
Color information
#ECB18B (or 0xECB18B) is known color: Manhattan. HEX triplet: EC, B1 and 8B. RGB value is (236,177,139). Sum of RGB (Red+Green+Blue) = 236+177+139=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 139 (54.69% from 255 or 25.18% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB18B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB18B is #134E74. Grayscale: #BEBEBE. Windows color (decimal): -1265269 or 9155052. OLE color: 9155052.
HSL color Cylindrical-coordinate representation of color #ECB18B: hue angle of 23.51º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ECB18B is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 139 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.07 |
| HSL | 23.51º | 0.72% | 0.74% | - |
| HSV(B) | 23.51º | 0.41% | 0.93% | - |
| XYZ | 54.97 | 51.14 | 31.4 | - |
| YUV | 190.31 | 99.05 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 139 | 0 | 0.25 | 0.41 | 0.07 | 23.51 | 0.72 | 0.74 |
| Hex | EC | B1 | 8B | 0 | 19 | 29 | 7 | 18 | 48 | 4A |
| Octal | 354 | 261 | 213 | 0 | 31 | 51 | 7 | 30 | 110 | 112 |
| Binary | 11101100 | 10110001 | 10001011 | 0 | 11001 | 101001 | 111 | 11000 | 1001000 | 1001010 |
Color Harmonies of #ECB18B
Complementary color
Monochromatic Colors of #ECB18B
Black with #ECB18B
Text Example
Text Example
White with #ECB18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB18B; }
p { color: rgb(236,177,139); }
H1.HeaderClassName
{
color: #ECB18B;
}
.AnyTagClassName
{
color: #ECB18B;
}
</style>
background-color css
<style>
a { background-color: #ECB18B; }
a { background-color: rgb(236,177,139); }
div.DivClassName
{
background-color: #ECB18B;
}
.BgClassName
{
background-color: #ECB18B;
}
</style>
border-color css
<style>
span { border-color: #ECB18B; }
span { border-color: rgb(236,177,139); }
td.TdClassName
{
border-color: #ECB18B;
}
.TagClassName
{
border-color: #ECB18B;
}
</style>