Shades of Manhattan #ECB27B
Tints of Manhattan #ECB27B
RGB
CMYK
RGB Variations
Color information
#ECB27B (or 0xECB27B) is known color: Manhattan. HEX triplet: EC, B2 and 7B. RGB value is (236,178,123). Sum of RGB (Red+Green+Blue) = 236+178+123=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 123 (48.44% from 255 or 22.91% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB27B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB27B is #134D84. Grayscale: #BDBDBD. Windows color (decimal): -1265029 or 8106732. OLE color: 8106732.
HSL color Cylindrical-coordinate representation of color #ECB27B: hue angle of 29.2º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECB27B is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 123 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.07 |
| HSL | 29.2º | 0.75% | 0.7% | - |
| HSV(B) | 29.2º | 0.48% | 0.93% | - |
| XYZ | 54.09 | 51.1 | 25.75 | - |
| YUV | 189.07 | 90.72 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 123 | 0 | 0.25 | 0.48 | 0.07 | 29.2 | 0.75 | 0.7 |
| Hex | EC | B2 | 7B | 0 | 19 | 30 | 7 | 1D | 4B | 46 |
| Octal | 354 | 262 | 173 | 0 | 31 | 60 | 7 | 35 | 113 | 106 |
| Binary | 11101100 | 10110010 | 1111011 | 0 | 11001 | 110000 | 111 | 11101 | 1001011 | 1000110 |
Color Harmonies of #ECB27B
Complementary color
Monochromatic Colors of #ECB27B
Black with #ECB27B
Text Example
Text Example
White with #ECB27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB27B; }
p { color: rgb(236,178,123); }
H1.HeaderClassName
{
color: #ECB27B;
}
.AnyTagClassName
{
color: #ECB27B;
}
</style>
background-color css
<style>
a { background-color: #ECB27B; }
a { background-color: rgb(236,178,123); }
div.DivClassName
{
background-color: #ECB27B;
}
.BgClassName
{
background-color: #ECB27B;
}
</style>
border-color css
<style>
span { border-color: #ECB27B; }
span { border-color: rgb(236,178,123); }
td.TdClassName
{
border-color: #ECB27B;
}
.TagClassName
{
border-color: #ECB27B;
}
</style>