Shades of Manhattan #E0B176
Tints of Manhattan #E0B176
RGB
CMYK
RGB Variations
Color information
#E0B176 (or 0xE0B176) is known color: Manhattan. HEX triplet: E0, B1 and 76. RGB value is (224,177,118). Sum of RGB (Red+Green+Blue) = 224+177+118=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 118 (46.48% from 255 or 22.74% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0B176 is #1F4E89. Grayscale: #B8B8B8. Windows color (decimal): -2051722 or 7778784. OLE color: 7778784.
HSL color Cylindrical-coordinate representation of color #E0B176: hue angle of 33.4º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E0B176 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 177 | 118 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.12 |
| HSL | 33.4º | 0.63% | 0.67% | - |
| HSV(B) | 33.4º | 0.47% | 0.88% | - |
| XYZ | 49.73 | 48.6 | 23.9 | - |
| YUV | 184.33 | 90.57 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 177 | 118 | 0 | 0.21 | 0.47 | 0.12 | 33.4 | 0.63 | 0.67 |
| Hex | E0 | B1 | 76 | 0 | 15 | 2F | C | 21 | 3F | 43 |
| Octal | 340 | 261 | 166 | 0 | 25 | 57 | 14 | 41 | 77 | 103 |
| Binary | 11100000 | 10110001 | 1110110 | 0 | 10101 | 101111 | 1100 | 100001 | 111111 | 1000011 |
Color Harmonies of #E0B176
Complementary color
Monochromatic Colors of #E0B176
Black with #E0B176
Text Example
Text Example
White with #E0B176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B176; }
p { color: rgb(224,177,118); }
H1.HeaderClassName
{
color: #E0B176;
}
.AnyTagClassName
{
color: #E0B176;
}
</style>
background-color css
<style>
a { background-color: #E0B176; }
a { background-color: rgb(224,177,118); }
div.DivClassName
{
background-color: #E0B176;
}
.BgClassName
{
background-color: #E0B176;
}
</style>
border-color css
<style>
span { border-color: #E0B176; }
span { border-color: rgb(224,177,118); }
td.TdClassName
{
border-color: #E0B176;
}
.TagClassName
{
border-color: #E0B176;
}
</style>