Shades of Manhattan #ECB07E
Tints of Manhattan #ECB07E
RGB
CMYK
RGB Variations
Color information
#ECB07E (or 0xECB07E) is known color: Manhattan. HEX triplet: EC, B0 and 7E. RGB value is (236,176,126). Sum of RGB (Red+Green+Blue) = 236+176+126=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 126 (49.61% from 255 or 23.42% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB07E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB07E is #134F81. Grayscale: #BCBCBC. Windows color (decimal): -1265538 or 8302828. OLE color: 8302828.
HSL color Cylindrical-coordinate representation of color #ECB07E: hue angle of 27.27º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECB07E is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 126 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.07 |
| HSL | 27.27º | 0.74% | 0.71% | - |
| HSV(B) | 27.27º | 0.47% | 0.93% | - |
| XYZ | 53.88 | 50.39 | 26.62 | - |
| YUV | 188.24 | 92.88 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 126 | 0 | 0.25 | 0.47 | 0.07 | 27.27 | 0.74 | 0.71 |
| Hex | EC | B0 | 7E | 0 | 19 | 2F | 7 | 1B | 4A | 47 |
| Octal | 354 | 260 | 176 | 0 | 31 | 57 | 7 | 33 | 112 | 107 |
| Binary | 11101100 | 10110000 | 1111110 | 0 | 11001 | 101111 | 111 | 11011 | 1001010 | 1000111 |
Color Harmonies of #ECB07E
Complementary color
Monochromatic Colors of #ECB07E
Black with #ECB07E
Text Example
Text Example
White with #ECB07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB07E; }
p { color: rgb(236,176,126); }
H1.HeaderClassName
{
color: #ECB07E;
}
.AnyTagClassName
{
color: #ECB07E;
}
</style>
background-color css
<style>
a { background-color: #ECB07E; }
a { background-color: rgb(236,176,126); }
div.DivClassName
{
background-color: #ECB07E;
}
.BgClassName
{
background-color: #ECB07E;
}
</style>
border-color css
<style>
span { border-color: #ECB07E; }
span { border-color: rgb(236,176,126); }
td.TdClassName
{
border-color: #ECB07E;
}
.TagClassName
{
border-color: #ECB07E;
}
</style>