Shades of Manhattan #E0B284
Tints of Manhattan #E0B284
RGB
CMYK
RGB Variations
Color information
#E0B284 (or 0xE0B284) is known color: Manhattan. HEX triplet: E0, B2 and 84. RGB value is (224,178,132). Sum of RGB (Red+Green+Blue) = 224+178+132=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 132 (51.95% from 255 or 24.72% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B284 is #1F4D7B. Grayscale: #BABABA. Windows color (decimal): -2051452 or 8696544. OLE color: 8696544.
HSL color Cylindrical-coordinate representation of color #E0B284: hue angle of 30º 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 #E0B284 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 178 | 132 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.12 |
| HSL | 30º | 0.6% | 0.7% | - |
| HSV(B) | 30º | 0.41% | 0.88% | - |
| XYZ | 50.83 | 49.35 | 28.68 | - |
| YUV | 186.51 | 97.24 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 178 | 132 | 0 | 0.21 | 0.41 | 0.12 | 30 | 0.6 | 0.7 |
| Hex | E0 | B2 | 84 | 0 | 15 | 29 | C | 1E | 3C | 46 |
| Octal | 340 | 262 | 204 | 0 | 25 | 51 | 14 | 36 | 74 | 106 |
| Binary | 11100000 | 10110010 | 10000100 | 0 | 10101 | 101001 | 1100 | 11110 | 111100 | 1000110 |
Color Harmonies of #E0B284
Complementary color
Monochromatic Colors of #E0B284
Black with #E0B284
Text Example
Text Example
White with #E0B284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B284; }
p { color: rgb(224,178,132); }
H1.HeaderClassName
{
color: #E0B284;
}
.AnyTagClassName
{
color: #E0B284;
}
</style>
background-color css
<style>
a { background-color: #E0B284; }
a { background-color: rgb(224,178,132); }
div.DivClassName
{
background-color: #E0B284;
}
.BgClassName
{
background-color: #E0B284;
}
</style>
border-color css
<style>
span { border-color: #E0B284; }
span { border-color: rgb(224,178,132); }
td.TdClassName
{
border-color: #E0B284;
}
.TagClassName
{
border-color: #E0B284;
}
</style>