Shades of Manhattan #ECB081
Tints of Manhattan #ECB081
RGB
CMYK
RGB Variations
Color information
#ECB081 (or 0xECB081) is known color: Manhattan. HEX triplet: EC, B0 and 81. RGB value is (236,176,129). Sum of RGB (Red+Green+Blue) = 236+176+129=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 129 (50.78% from 255 or 23.84% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB081 is #134F7E. Grayscale: #BCBCBC. Windows color (decimal): -1265535 or 8499436. OLE color: 8499436.
HSL color Cylindrical-coordinate representation of color #ECB081: hue angle of 26.36º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ECB081 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 129 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.07 |
| HSL | 26.36º | 0.74% | 0.72% | - |
| HSV(B) | 26.36º | 0.45% | 0.93% | - |
| XYZ | 54.08 | 50.47 | 27.66 | - |
| YUV | 188.58 | 94.38 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 129 | 0 | 0.25 | 0.45 | 0.07 | 26.36 | 0.74 | 0.72 |
| Hex | EC | B0 | 81 | 0 | 19 | 2D | 7 | 1A | 4A | 48 |
| Octal | 354 | 260 | 201 | 0 | 31 | 55 | 7 | 32 | 112 | 110 |
| Binary | 11101100 | 10110000 | 10000001 | 0 | 11001 | 101101 | 111 | 11010 | 1001010 | 1001000 |
Color Harmonies of #ECB081
Complementary color
Monochromatic Colors of #ECB081
Black with #ECB081
Text Example
Text Example
White with #ECB081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB081; }
p { color: rgb(236,176,129); }
H1.HeaderClassName
{
color: #ECB081;
}
.AnyTagClassName
{
color: #ECB081;
}
</style>
background-color css
<style>
a { background-color: #ECB081; }
a { background-color: rgb(236,176,129); }
div.DivClassName
{
background-color: #ECB081;
}
.BgClassName
{
background-color: #ECB081;
}
</style>
border-color css
<style>
span { border-color: #ECB081; }
span { border-color: rgb(236,176,129); }
td.TdClassName
{
border-color: #ECB081;
}
.TagClassName
{
border-color: #ECB081;
}
</style>