Shades of Manhattan #ECB38C
Tints of Manhattan #ECB38C
RGB
CMYK
RGB Variations
Color information
#ECB38C (or 0xECB38C) is known color: Manhattan. HEX triplet: EC, B3 and 8C. RGB value is (236,179,140). Sum of RGB (Red+Green+Blue) = 236+179+140=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 140 (55.08% from 255 or 25.23% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB38C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB38C is #134C73. Grayscale: #BFBFBF. Windows color (decimal): -1264756 or 9221100. OLE color: 9221100.
HSL color Cylindrical-coordinate representation of color #ECB38C: hue angle of 24.38º 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 #ECB38C is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 140 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.07 |
| HSL | 24.38º | 0.72% | 0.74% | - |
| HSV(B) | 24.38º | 0.41% | 0.93% | - |
| XYZ | 55.45 | 51.97 | 31.92 | - |
| YUV | 191.6 | 98.88 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 140 | 0 | 0.24 | 0.41 | 0.07 | 24.38 | 0.72 | 0.74 |
| Hex | EC | B3 | 8C | 0 | 18 | 29 | 7 | 18 | 48 | 4A |
| Octal | 354 | 263 | 214 | 0 | 30 | 51 | 7 | 30 | 110 | 112 |
| Binary | 11101100 | 10110011 | 10001100 | 0 | 11000 | 101001 | 111 | 11000 | 1001000 | 1001010 |
Color Harmonies of #ECB38C
Complementary color
Monochromatic Colors of #ECB38C
Black with #ECB38C
Text Example
Text Example
White with #ECB38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB38C; }
p { color: rgb(236,179,140); }
H1.HeaderClassName
{
color: #ECB38C;
}
.AnyTagClassName
{
color: #ECB38C;
}
</style>
background-color css
<style>
a { background-color: #ECB38C; }
a { background-color: rgb(236,179,140); }
div.DivClassName
{
background-color: #ECB38C;
}
.BgClassName
{
background-color: #ECB38C;
}
</style>
border-color css
<style>
span { border-color: #ECB38C; }
span { border-color: rgb(236,179,140); }
td.TdClassName
{
border-color: #ECB38C;
}
.TagClassName
{
border-color: #ECB38C;
}
</style>