Shades of Manhattan #E2B482
Tints of Manhattan #E2B482
RGB
CMYK
RGB Variations
Color information
#E2B482 (or 0xE2B482) is known color: Manhattan. HEX triplet: E2, B4 and 82. RGB value is (226,180,130). Sum of RGB (Red+Green+Blue) = 226+180+130=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 130 (51.17% from 255 or 24.25% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B482 is #1D4B7D. Grayscale: #BCBCBC. Windows color (decimal): -1919870 or 8565986. OLE color: 8565986.
HSL color Cylindrical-coordinate representation of color #E2B482: hue angle of 31.25º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E2B482 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 180 | 130 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.11 |
| HSL | 31.25º | 0.62% | 0.7% | - |
| HSV(B) | 31.25º | 0.42% | 0.89% | - |
| XYZ | 51.71 | 50.42 | 28.13 | - |
| YUV | 188.05 | 95.24 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 180 | 130 | 0 | 0.20 | 0.42 | 0.11 | 31.25 | 0.62 | 0.7 |
| Hex | E2 | B4 | 82 | 0 | 14 | 2A | B | 1F | 3E | 46 |
| Octal | 342 | 264 | 202 | 0 | 24 | 52 | 13 | 37 | 76 | 106 |
| Binary | 11100010 | 10110100 | 10000010 | 0 | 10100 | 101010 | 1011 | 11111 | 111110 | 1000110 |
Color Harmonies of #E2B482
Complementary color
Monochromatic Colors of #E2B482
Black with #E2B482
Text Example
Text Example
White with #E2B482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B482; }
p { color: rgb(226,180,130); }
H1.HeaderClassName
{
color: #E2B482;
}
.AnyTagClassName
{
color: #E2B482;
}
</style>
background-color css
<style>
a { background-color: #E2B482; }
a { background-color: rgb(226,180,130); }
div.DivClassName
{
background-color: #E2B482;
}
.BgClassName
{
background-color: #E2B482;
}
</style>
border-color css
<style>
span { border-color: #E2B482; }
span { border-color: rgb(226,180,130); }
td.TdClassName
{
border-color: #E2B482;
}
.TagClassName
{
border-color: #E2B482;
}
</style>