Shades of Manhattan #ECB17F
Tints of Manhattan #ECB17F
RGB
CMYK
RGB Variations
Color information
#ECB17F (or 0xECB17F) is known color: Manhattan. HEX triplet: EC, B1 and 7F. RGB value is (236,177,127). Sum of RGB (Red+Green+Blue) = 236+177+127=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 127 (50% from 255 or 23.52% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB17F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB17F is #134E80. Grayscale: #BDBDBD. Windows color (decimal): -1265281 or 8368620. OLE color: 8368620.
HSL color Cylindrical-coordinate representation of color #ECB17F: hue angle of 27.52º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ECB17F is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 127 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.07 |
| HSL | 27.52º | 0.74% | 0.71% | - |
| HSV(B) | 27.52º | 0.46% | 0.93% | - |
| XYZ | 54.14 | 50.81 | 27.03 | - |
| YUV | 188.94 | 93.05 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 127 | 0 | 0.25 | 0.46 | 0.07 | 27.52 | 0.74 | 0.71 |
| Hex | EC | B1 | 7F | 0 | 19 | 2E | 7 | 1C | 4A | 47 |
| Octal | 354 | 261 | 177 | 0 | 31 | 56 | 7 | 34 | 112 | 107 |
| Binary | 11101100 | 10110001 | 1111111 | 0 | 11001 | 101110 | 111 | 11100 | 1001010 | 1000111 |
Color Harmonies of #ECB17F
Complementary color
Monochromatic Colors of #ECB17F
Black with #ECB17F
Text Example
Text Example
White with #ECB17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB17F; }
p { color: rgb(236,177,127); }
H1.HeaderClassName
{
color: #ECB17F;
}
.AnyTagClassName
{
color: #ECB17F;
}
</style>
background-color css
<style>
a { background-color: #ECB17F; }
a { background-color: rgb(236,177,127); }
div.DivClassName
{
background-color: #ECB17F;
}
.BgClassName
{
background-color: #ECB17F;
}
</style>
border-color css
<style>
span { border-color: #ECB17F; }
span { border-color: rgb(236,177,127); }
td.TdClassName
{
border-color: #ECB17F;
}
.TagClassName
{
border-color: #ECB17F;
}
</style>