Shades of Manhattan #ECB08A
Tints of Manhattan #ECB08A
RGB
CMYK
RGB Variations
Color information
#ECB08A (or 0xECB08A) is known color: Manhattan. HEX triplet: EC, B0 and 8A. RGB value is (236,176,138). Sum of RGB (Red+Green+Blue) = 236+176+138=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 138 (54.30% from 255 or 25.09% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB08A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB08A is #134F75. Grayscale: #BDBDBD. Windows color (decimal): -1265526 or 9089260. OLE color: 9089260.
HSL color Cylindrical-coordinate representation of color #ECB08A: hue angle of 23.27º 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 #ECB08A is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 138 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.07 |
| HSL | 23.27º | 0.72% | 0.73% | - |
| HSV(B) | 23.27º | 0.42% | 0.93% | - |
| XYZ | 54.7 | 50.72 | 30.95 | - |
| YUV | 189.61 | 98.88 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 138 | 0 | 0.25 | 0.42 | 0.07 | 23.27 | 0.72 | 0.73 |
| Hex | EC | B0 | 8A | 0 | 19 | 2A | 7 | 17 | 48 | 49 |
| Octal | 354 | 260 | 212 | 0 | 31 | 52 | 7 | 27 | 110 | 111 |
| Binary | 11101100 | 10110000 | 10001010 | 0 | 11001 | 101010 | 111 | 10111 | 1001000 | 1001001 |
Color Harmonies of #ECB08A
Complementary color
Monochromatic Colors of #ECB08A
Black with #ECB08A
Text Example
Text Example
White with #ECB08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB08A; }
p { color: rgb(236,176,138); }
H1.HeaderClassName
{
color: #ECB08A;
}
.AnyTagClassName
{
color: #ECB08A;
}
</style>
background-color css
<style>
a { background-color: #ECB08A; }
a { background-color: rgb(236,176,138); }
div.DivClassName
{
background-color: #ECB08A;
}
.BgClassName
{
background-color: #ECB08A;
}
</style>
border-color css
<style>
span { border-color: #ECB08A; }
span { border-color: rgb(236,176,138); }
td.TdClassName
{
border-color: #ECB08A;
}
.TagClassName
{
border-color: #ECB08A;
}
</style>