Shades of Manhattan #ECB18A
Tints of Manhattan #ECB18A
RGB
CMYK
RGB Variations
Color information
#ECB18A (or 0xECB18A) is known color: Manhattan. HEX triplet: EC, B1 and 8A. RGB value is (236,177,138). Sum of RGB (Red+Green+Blue) = 236+177+138=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB18A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB18A is #134E75. Grayscale: #BEBEBE. Windows color (decimal): -1265270 or 9089516. OLE color: 9089516.
HSL color Cylindrical-coordinate representation of color #ECB18A: hue angle of 23.88º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ECB18A is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 138 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.07 |
| HSL | 23.88º | 0.72% | 0.73% | - |
| HSV(B) | 23.88º | 0.42% | 0.93% | - |
| XYZ | 54.9 | 51.11 | 31.02 | - |
| YUV | 190.2 | 98.55 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 138 | 0 | 0.25 | 0.42 | 0.07 | 23.88 | 0.72 | 0.73 |
| Hex | EC | B1 | 8A | 0 | 19 | 2A | 7 | 18 | 48 | 49 |
| Octal | 354 | 261 | 212 | 0 | 31 | 52 | 7 | 30 | 110 | 111 |
| Binary | 11101100 | 10110001 | 10001010 | 0 | 11001 | 101010 | 111 | 11000 | 1001000 | 1001001 |
Color Harmonies of #ECB18A
Complementary color
Monochromatic Colors of #ECB18A
Black with #ECB18A
Text Example
Text Example
White with #ECB18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB18A; }
p { color: rgb(236,177,138); }
H1.HeaderClassName
{
color: #ECB18A;
}
.AnyTagClassName
{
color: #ECB18A;
}
</style>
background-color css
<style>
a { background-color: #ECB18A; }
a { background-color: rgb(236,177,138); }
div.DivClassName
{
background-color: #ECB18A;
}
.BgClassName
{
background-color: #ECB18A;
}
</style>
border-color css
<style>
span { border-color: #ECB18A; }
span { border-color: rgb(236,177,138); }
td.TdClassName
{
border-color: #ECB18A;
}
.TagClassName
{
border-color: #ECB18A;
}
</style>