Shades of Manhattan #ECB17D
Tints of Manhattan #ECB17D
RGB
CMYK
RGB Variations
Color information
#ECB17D (or 0xECB17D) is known color: Manhattan. HEX triplet: EC, B1 and 7D. RGB value is (236,177,125). Sum of RGB (Red+Green+Blue) = 236+177+125=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB17D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB17D is #134E82. Grayscale: #BCBCBC. Windows color (decimal): -1265283 or 8237548. OLE color: 8237548.
HSL color Cylindrical-coordinate representation of color #ECB17D: hue angle of 28.11º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECB17D is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 125 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.07 |
| HSL | 28.11º | 0.74% | 0.71% | - |
| HSV(B) | 28.11º | 0.47% | 0.93% | - |
| XYZ | 54.02 | 50.76 | 26.35 | - |
| YUV | 188.71 | 92.05 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 125 | 0 | 0.25 | 0.47 | 0.07 | 28.11 | 0.74 | 0.71 |
| Hex | EC | B1 | 7D | 0 | 19 | 2F | 7 | 1C | 4A | 47 |
| Octal | 354 | 261 | 175 | 0 | 31 | 57 | 7 | 34 | 112 | 107 |
| Binary | 11101100 | 10110001 | 1111101 | 0 | 11001 | 101111 | 111 | 11100 | 1001010 | 1000111 |
Color Harmonies of #ECB17D
Complementary color
Monochromatic Colors of #ECB17D
Black with #ECB17D
Text Example
Text Example
White with #ECB17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB17D; }
p { color: rgb(236,177,125); }
H1.HeaderClassName
{
color: #ECB17D;
}
.AnyTagClassName
{
color: #ECB17D;
}
</style>
background-color css
<style>
a { background-color: #ECB17D; }
a { background-color: rgb(236,177,125); }
div.DivClassName
{
background-color: #ECB17D;
}
.BgClassName
{
background-color: #ECB17D;
}
</style>
border-color css
<style>
span { border-color: #ECB17D; }
span { border-color: rgb(236,177,125); }
td.TdClassName
{
border-color: #ECB17D;
}
.TagClassName
{
border-color: #ECB17D;
}
</style>