Shades of Manhattan #ECB27C
Tints of Manhattan #ECB27C
RGB
CMYK
RGB Variations
Color information
#ECB27C (or 0xECB27C) is known color: Manhattan. HEX triplet: EC, B2 and 7C. RGB value is (236,178,124). Sum of RGB (Red+Green+Blue) = 236+178+124=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 124 (48.83% from 255 or 23.05% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB27C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB27C is #134D83. Grayscale: #BDBDBD. Windows color (decimal): -1265028 or 8172268. OLE color: 8172268.
HSL color Cylindrical-coordinate representation of color #ECB27C: hue angle of 28.93º degrees, saturation: 0.75, 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 #ECB27C is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 124 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.07 |
| HSL | 28.93º | 0.75% | 0.71% | - |
| HSV(B) | 28.93º | 0.47% | 0.93% | - |
| XYZ | 54.15 | 51.13 | 26.08 | - |
| YUV | 189.19 | 91.22 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 124 | 0 | 0.25 | 0.47 | 0.07 | 28.93 | 0.75 | 0.71 |
| Hex | EC | B2 | 7C | 0 | 19 | 2F | 7 | 1D | 4B | 47 |
| Octal | 354 | 262 | 174 | 0 | 31 | 57 | 7 | 35 | 113 | 107 |
| Binary | 11101100 | 10110010 | 1111100 | 0 | 11001 | 101111 | 111 | 11101 | 1001011 | 1000111 |
Color Harmonies of #ECB27C
Complementary color
Monochromatic Colors of #ECB27C
Black with #ECB27C
Text Example
Text Example
White with #ECB27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB27C; }
p { color: rgb(236,178,124); }
H1.HeaderClassName
{
color: #ECB27C;
}
.AnyTagClassName
{
color: #ECB27C;
}
</style>
background-color css
<style>
a { background-color: #ECB27C; }
a { background-color: rgb(236,178,124); }
div.DivClassName
{
background-color: #ECB27C;
}
.BgClassName
{
background-color: #ECB27C;
}
</style>
border-color css
<style>
span { border-color: #ECB27C; }
span { border-color: rgb(236,178,124); }
td.TdClassName
{
border-color: #ECB27C;
}
.TagClassName
{
border-color: #ECB27C;
}
</style>