Shades of Manhattan #E0B077
Tints of Manhattan #E0B077
RGB
CMYK
RGB Variations
Color information
#E0B077 (or 0xE0B077) is known color: Manhattan. HEX triplet: E0, B0 and 77. RGB value is (224,176,119). Sum of RGB (Red+Green+Blue) = 224+176+119=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 119 (46.88% from 255 or 22.93% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0B077 is #1F4F88. Grayscale: #B8B8B8. Windows color (decimal): -2051977 or 7844064. OLE color: 7844064.
HSL color Cylindrical-coordinate representation of color #E0B077: hue angle of 32.57º 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 #E0B077 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 176 | 119 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.12 |
| HSL | 32.57º | 0.63% | 0.67% | - |
| HSV(B) | 32.57º | 0.47% | 0.88% | - |
| XYZ | 49.6 | 48.23 | 24.15 | - |
| YUV | 183.85 | 91.4 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 176 | 119 | 0 | 0.21 | 0.47 | 0.12 | 32.57 | 0.63 | 0.67 |
| Hex | E0 | B0 | 77 | 0 | 15 | 2F | C | 21 | 3F | 43 |
| Octal | 340 | 260 | 167 | 0 | 25 | 57 | 14 | 41 | 77 | 103 |
| Binary | 11100000 | 10110000 | 1110111 | 0 | 10101 | 101111 | 1100 | 100001 | 111111 | 1000011 |
Color Harmonies of #E0B077
Complementary color
Monochromatic Colors of #E0B077
Black with #E0B077
Text Example
Text Example
White with #E0B077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B077; }
p { color: rgb(224,176,119); }
H1.HeaderClassName
{
color: #E0B077;
}
.AnyTagClassName
{
color: #E0B077;
}
</style>
background-color css
<style>
a { background-color: #E0B077; }
a { background-color: rgb(224,176,119); }
div.DivClassName
{
background-color: #E0B077;
}
.BgClassName
{
background-color: #E0B077;
}
</style>
border-color css
<style>
span { border-color: #E0B077; }
span { border-color: rgb(224,176,119); }
td.TdClassName
{
border-color: #E0B077;
}
.TagClassName
{
border-color: #E0B077;
}
</style>