Shades of Manhattan #ECB085
Tints of Manhattan #ECB085
RGB
CMYK
RGB Variations
Color information
#ECB085 (or 0xECB085) is known color: Manhattan. HEX triplet: EC, B0 and 85. RGB value is (236,176,133). Sum of RGB (Red+Green+Blue) = 236+176+133=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB085 is #134F7A. Grayscale: #BDBDBD. Windows color (decimal): -1265531 or 8761580. OLE color: 8761580.
HSL color Cylindrical-coordinate representation of color #ECB085: hue angle of 25.05º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECB085 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 133 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.07 |
| HSL | 25.05º | 0.73% | 0.72% | - |
| HSV(B) | 25.05º | 0.44% | 0.93% | - |
| XYZ | 54.35 | 50.58 | 29.09 | - |
| YUV | 189.04 | 96.38 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 133 | 0 | 0.25 | 0.44 | 0.07 | 25.05 | 0.73 | 0.72 |
| Hex | EC | B0 | 85 | 0 | 19 | 2C | 7 | 19 | 49 | 48 |
| Octal | 354 | 260 | 205 | 0 | 31 | 54 | 7 | 31 | 111 | 110 |
| Binary | 11101100 | 10110000 | 10000101 | 0 | 11001 | 101100 | 111 | 11001 | 1001001 | 1001000 |
Color Harmonies of #ECB085
Complementary color
Monochromatic Colors of #ECB085
Black with #ECB085
Text Example
Text Example
White with #ECB085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB085; }
p { color: rgb(236,176,133); }
H1.HeaderClassName
{
color: #ECB085;
}
.AnyTagClassName
{
color: #ECB085;
}
</style>
background-color css
<style>
a { background-color: #ECB085; }
a { background-color: rgb(236,176,133); }
div.DivClassName
{
background-color: #ECB085;
}
.BgClassName
{
background-color: #ECB085;
}
</style>
border-color css
<style>
span { border-color: #ECB085; }
span { border-color: rgb(236,176,133); }
td.TdClassName
{
border-color: #ECB085;
}
.TagClassName
{
border-color: #ECB085;
}
</style>