Shades of Manhattan #E7B482
Tints of Manhattan #E7B482
RGB
CMYK
RGB Variations
Color information
#E7B482 (or 0xE7B482) is known color: Manhattan. HEX triplet: E7, B4 and 82. RGB value is (231,180,130). Sum of RGB (Red+Green+Blue) = 231+180+130=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 130 (51.17% from 255 or 24.03% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B482 is #184B7D. Grayscale: #BDBDBD. Windows color (decimal): -1592190 or 8565991. OLE color: 8565991.
HSL color Cylindrical-coordinate representation of color #E7B482: hue angle of 29.7º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E7B482 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 180 | 130 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.09 |
| HSL | 29.7º | 0.68% | 0.71% | - |
| HSV(B) | 29.7º | 0.44% | 0.91% | - |
| XYZ | 53.31 | 51.24 | 28.2 | - |
| YUV | 189.55 | 94.4 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 180 | 130 | 0 | 0.22 | 0.44 | 0.09 | 29.7 | 0.68 | 0.71 |
| Hex | E7 | B4 | 82 | 0 | 16 | 2C | 9 | 1E | 44 | 47 |
| Octal | 347 | 264 | 202 | 0 | 26 | 54 | 11 | 36 | 104 | 107 |
| Binary | 11100111 | 10110100 | 10000010 | 0 | 10110 | 101100 | 1001 | 11110 | 1000100 | 1000111 |
Color Harmonies of #E7B482
Complementary color
Monochromatic Colors of #E7B482
Black with #E7B482
Text Example
Text Example
White with #E7B482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B482; }
p { color: rgb(231,180,130); }
H1.HeaderClassName
{
color: #E7B482;
}
.AnyTagClassName
{
color: #E7B482;
}
</style>
background-color css
<style>
a { background-color: #E7B482; }
a { background-color: rgb(231,180,130); }
div.DivClassName
{
background-color: #E7B482;
}
.BgClassName
{
background-color: #E7B482;
}
</style>
border-color css
<style>
span { border-color: #E7B482; }
span { border-color: rgb(231,180,130); }
td.TdClassName
{
border-color: #E7B482;
}
.TagClassName
{
border-color: #E7B482;
}
</style>