Shades of Manhattan #E0B076
Tints of Manhattan #E0B076
RGB
CMYK
RGB Variations
Color information
#E0B076 (or 0xE0B076) is known color: Manhattan. HEX triplet: E0, B0 and 76. RGB value is (224,176,118). Sum of RGB (Red+Green+Blue) = 224+176+118=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 118 (46.48% from 255 or 22.78% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0B076 is #1F4F89. Grayscale: #B8B8B8. Windows color (decimal): -2051978 or 7778528. OLE color: 7778528.
HSL color Cylindrical-coordinate representation of color #E0B076: hue angle of 32.83º 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 #E0B076 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 176 | 118 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.12 |
| HSL | 32.83º | 0.63% | 0.67% | - |
| HSV(B) | 32.83º | 0.47% | 0.88% | - |
| XYZ | 49.54 | 48.21 | 23.83 | - |
| YUV | 183.74 | 90.9 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 176 | 118 | 0 | 0.21 | 0.47 | 0.12 | 32.83 | 0.63 | 0.67 |
| Hex | E0 | B0 | 76 | 0 | 15 | 2F | C | 21 | 3F | 43 |
| Octal | 340 | 260 | 166 | 0 | 25 | 57 | 14 | 41 | 77 | 103 |
| Binary | 11100000 | 10110000 | 1110110 | 0 | 10101 | 101111 | 1100 | 100001 | 111111 | 1000011 |
Color Harmonies of #E0B076
Complementary color
Monochromatic Colors of #E0B076
Black with #E0B076
Text Example
Text Example
White with #E0B076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B076; }
p { color: rgb(224,176,118); }
H1.HeaderClassName
{
color: #E0B076;
}
.AnyTagClassName
{
color: #E0B076;
}
</style>
background-color css
<style>
a { background-color: #E0B076; }
a { background-color: rgb(224,176,118); }
div.DivClassName
{
background-color: #E0B076;
}
.BgClassName
{
background-color: #E0B076;
}
</style>
border-color css
<style>
span { border-color: #E0B076; }
span { border-color: rgb(224,176,118); }
td.TdClassName
{
border-color: #E0B076;
}
.TagClassName
{
border-color: #E0B076;
}
</style>