Shades of Manhattan #E2B077
Tints of Manhattan #E2B077
RGB
CMYK
RGB Variations
Color information
#E2B077 (or 0xE2B077) is known color: Manhattan. HEX triplet: E2, B0 and 77. RGB value is (226,176,119). Sum of RGB (Red+Green+Blue) = 226+176+119=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 119 (46.88% from 255 or 22.84% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B077 is #1D4F88. Grayscale: #B8B8B8. Windows color (decimal): -1920905 or 7844066. OLE color: 7844066.
HSL color Cylindrical-coordinate representation of color #E2B077: hue angle of 31.96º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E2B077 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 176 | 119 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.11 |
| HSL | 31.96º | 0.65% | 0.68% | - |
| HSV(B) | 31.96º | 0.47% | 0.89% | - |
| XYZ | 50.22 | 48.55 | 24.18 | - |
| YUV | 184.45 | 91.07 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 176 | 119 | 0 | 0.22 | 0.47 | 0.11 | 31.96 | 0.65 | 0.68 |
| Hex | E2 | B0 | 77 | 0 | 16 | 2F | B | 20 | 41 | 44 |
| Octal | 342 | 260 | 167 | 0 | 26 | 57 | 13 | 40 | 101 | 104 |
| Binary | 11100010 | 10110000 | 1110111 | 0 | 10110 | 101111 | 1011 | 100000 | 1000001 | 1000100 |
Color Harmonies of #E2B077
Complementary color
Monochromatic Colors of #E2B077
Black with #E2B077
Text Example
Text Example
White with #E2B077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B077; }
p { color: rgb(226,176,119); }
H1.HeaderClassName
{
color: #E2B077;
}
.AnyTagClassName
{
color: #E2B077;
}
</style>
background-color css
<style>
a { background-color: #E2B077; }
a { background-color: rgb(226,176,119); }
div.DivClassName
{
background-color: #E2B077;
}
.BgClassName
{
background-color: #E2B077;
}
</style>
border-color css
<style>
span { border-color: #E2B077; }
span { border-color: rgb(226,176,119); }
td.TdClassName
{
border-color: #E2B077;
}
.TagClassName
{
border-color: #E2B077;
}
</style>