Shades of Manhattan #E7B07E
Tints of Manhattan #E7B07E
RGB
CMYK
RGB Variations
Color information
#E7B07E (or 0xE7B07E) is known color: Manhattan. HEX triplet: E7, B0 and 7E. RGB value is (231,176,126). Sum of RGB (Red+Green+Blue) = 231+176+126=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 126 (49.61% from 255 or 23.64% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B07E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7B07E is #184F81. Grayscale: #BBBBBB. Windows color (decimal): -1593218 or 8302823. OLE color: 8302823.
HSL color Cylindrical-coordinate representation of color #E7B07E: hue angle of 28.57º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E7B07E is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 176 | 126 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.09 |
| HSL | 28.57º | 0.69% | 0.7% | - |
| HSV(B) | 28.57º | 0.45% | 0.91% | - |
| XYZ | 52.25 | 49.55 | 26.55 | - |
| YUV | 186.75 | 93.72 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 176 | 126 | 0 | 0.24 | 0.45 | 0.09 | 28.57 | 0.69 | 0.7 |
| Hex | E7 | B0 | 7E | 0 | 18 | 2D | 9 | 1D | 45 | 46 |
| Octal | 347 | 260 | 176 | 0 | 30 | 55 | 11 | 35 | 105 | 106 |
| Binary | 11100111 | 10110000 | 1111110 | 0 | 11000 | 101101 | 1001 | 11101 | 1000101 | 1000110 |
Color Harmonies of #E7B07E
Complementary color
Monochromatic Colors of #E7B07E
Black with #E7B07E
Text Example
Text Example
White with #E7B07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B07E; }
p { color: rgb(231,176,126); }
H1.HeaderClassName
{
color: #E7B07E;
}
.AnyTagClassName
{
color: #E7B07E;
}
</style>
background-color css
<style>
a { background-color: #E7B07E; }
a { background-color: rgb(231,176,126); }
div.DivClassName
{
background-color: #E7B07E;
}
.BgClassName
{
background-color: #E7B07E;
}
</style>
border-color css
<style>
span { border-color: #E7B07E; }
span { border-color: rgb(231,176,126); }
td.TdClassName
{
border-color: #E7B07E;
}
.TagClassName
{
border-color: #E7B07E;
}
</style>