Shades of Manhattan #ECB28B
Tints of Manhattan #ECB28B
RGB
CMYK
RGB Variations
Color information
#ECB28B (or 0xECB28B) is known color: Manhattan. HEX triplet: EC, B2 and 8B. RGB value is (236,178,139). Sum of RGB (Red+Green+Blue) = 236+178+139=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 139 (54.69% from 255 or 25.14% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB28B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB28B is #134D74. Grayscale: #BFBFBF. Windows color (decimal): -1265013 or 9155308. OLE color: 9155308.
HSL color Cylindrical-coordinate representation of color #ECB28B: hue angle of 24.12º 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 #ECB28B is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 139 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.07 |
| HSL | 24.12º | 0.72% | 0.74% | - |
| HSV(B) | 24.12º | 0.41% | 0.93% | - |
| XYZ | 55.17 | 51.54 | 31.47 | - |
| YUV | 190.9 | 98.72 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 139 | 0 | 0.25 | 0.41 | 0.07 | 24.12 | 0.72 | 0.74 |
| Hex | EC | B2 | 8B | 0 | 19 | 29 | 7 | 18 | 48 | 4A |
| Octal | 354 | 262 | 213 | 0 | 31 | 51 | 7 | 30 | 110 | 112 |
| Binary | 11101100 | 10110010 | 10001011 | 0 | 11001 | 101001 | 111 | 11000 | 1001000 | 1001010 |
Color Harmonies of #ECB28B
Complementary color
Monochromatic Colors of #ECB28B
Black with #ECB28B
Text Example
Text Example
White with #ECB28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB28B; }
p { color: rgb(236,178,139); }
H1.HeaderClassName
{
color: #ECB28B;
}
.AnyTagClassName
{
color: #ECB28B;
}
</style>
background-color css
<style>
a { background-color: #ECB28B; }
a { background-color: rgb(236,178,139); }
div.DivClassName
{
background-color: #ECB28B;
}
.BgClassName
{
background-color: #ECB28B;
}
</style>
border-color css
<style>
span { border-color: #ECB28B; }
span { border-color: rgb(236,178,139); }
td.TdClassName
{
border-color: #ECB28B;
}
.TagClassName
{
border-color: #ECB28B;
}
</style>