Shades of Manhattan #E0B084
Tints of Manhattan #E0B084
RGB
CMYK
RGB Variations
Color information
#E0B084 (or 0xE0B084) is known color: Manhattan. HEX triplet: E0, B0 and 84. RGB value is (224,176,132). Sum of RGB (Red+Green+Blue) = 224+176+132=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 132 (51.95% from 255 or 24.81% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B084 is #1F4F7B. Grayscale: #B9B9B9. Windows color (decimal): -2051964 or 8696032. OLE color: 8696032.
HSL color Cylindrical-coordinate representation of color #E0B084: hue angle of 28.7º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E0B084 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 176 | 132 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.12 |
| HSL | 28.7º | 0.6% | 0.7% | - |
| HSV(B) | 28.7º | 0.41% | 0.88% | - |
| XYZ | 50.43 | 48.56 | 28.55 | - |
| YUV | 185.34 | 97.9 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 176 | 132 | 0 | 0.21 | 0.41 | 0.12 | 28.7 | 0.6 | 0.7 |
| Hex | E0 | B0 | 84 | 0 | 15 | 29 | C | 1D | 3C | 46 |
| Octal | 340 | 260 | 204 | 0 | 25 | 51 | 14 | 35 | 74 | 106 |
| Binary | 11100000 | 10110000 | 10000100 | 0 | 10101 | 101001 | 1100 | 11101 | 111100 | 1000110 |
Color Harmonies of #E0B084
Complementary color
Monochromatic Colors of #E0B084
Black with #E0B084
Text Example
Text Example
White with #E0B084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B084; }
p { color: rgb(224,176,132); }
H1.HeaderClassName
{
color: #E0B084;
}
.AnyTagClassName
{
color: #E0B084;
}
</style>
background-color css
<style>
a { background-color: #E0B084; }
a { background-color: rgb(224,176,132); }
div.DivClassName
{
background-color: #E0B084;
}
.BgClassName
{
background-color: #E0B084;
}
</style>
border-color css
<style>
span { border-color: #E0B084; }
span { border-color: rgb(224,176,132); }
td.TdClassName
{
border-color: #E0B084;
}
.TagClassName
{
border-color: #E0B084;
}
</style>