Shades of Manhattan #E0B282
Tints of Manhattan #E0B282
RGB
CMYK
RGB Variations
Color information
#E0B282 (or 0xE0B282) is known color: Manhattan. HEX triplet: E0, B2 and 82. RGB value is (224,178,130). Sum of RGB (Red+Green+Blue) = 224+178+130=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B282 is #1F4D7D. Grayscale: #BABABA. Windows color (decimal): -2051454 or 8565472. OLE color: 8565472.
HSL color Cylindrical-coordinate representation of color #E0B282: hue angle of 30.64º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E0B282 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 178 | 130 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.12 |
| HSL | 30.64º | 0.6% | 0.69% | - |
| HSV(B) | 30.64º | 0.42% | 0.88% | - |
| XYZ | 50.69 | 49.3 | 27.96 | - |
| YUV | 186.28 | 96.24 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 178 | 130 | 0 | 0.21 | 0.42 | 0.12 | 30.64 | 0.6 | 0.69 |
| Hex | E0 | B2 | 82 | 0 | 15 | 2A | C | 1F | 3C | 45 |
| Octal | 340 | 262 | 202 | 0 | 25 | 52 | 14 | 37 | 74 | 105 |
| Binary | 11100000 | 10110010 | 10000010 | 0 | 10101 | 101010 | 1100 | 11111 | 111100 | 1000101 |
Color Harmonies of #E0B282
Complementary color
Monochromatic Colors of #E0B282
Black with #E0B282
Text Example
Text Example
White with #E0B282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B282; }
p { color: rgb(224,178,130); }
H1.HeaderClassName
{
color: #E0B282;
}
.AnyTagClassName
{
color: #E0B282;
}
</style>
background-color css
<style>
a { background-color: #E0B282; }
a { background-color: rgb(224,178,130); }
div.DivClassName
{
background-color: #E0B282;
}
.BgClassName
{
background-color: #E0B282;
}
</style>
border-color css
<style>
span { border-color: #E0B282; }
span { border-color: rgb(224,178,130); }
td.TdClassName
{
border-color: #E0B282;
}
.TagClassName
{
border-color: #E0B282;
}
</style>