Shades of Manhattan #E2B07E
Tints of Manhattan #E2B07E
RGB
CMYK
RGB Variations
Color information
#E2B07E (or 0xE2B07E) is known color: Manhattan. HEX triplet: E2, B0 and 7E. RGB value is (226,176,126). Sum of RGB (Red+Green+Blue) = 226+176+126=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 126 (49.61% from 255 or 23.86% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B07E is #1D4F81. Grayscale: #B9B9B9. Windows color (decimal): -1920898 or 8302818. OLE color: 8302818.
HSL color Cylindrical-coordinate representation of color #E2B07E: hue angle of 30º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E2B07E is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 176 | 126 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.11 |
| HSL | 30º | 0.63% | 0.69% | - |
| HSV(B) | 30º | 0.44% | 0.89% | - |
| XYZ | 50.66 | 48.73 | 26.47 | - |
| YUV | 185.25 | 94.57 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 176 | 126 | 0 | 0.22 | 0.44 | 0.11 | 30 | 0.63 | 0.69 |
| Hex | E2 | B0 | 7E | 0 | 16 | 2C | B | 1E | 3F | 45 |
| Octal | 342 | 260 | 176 | 0 | 26 | 54 | 13 | 36 | 77 | 105 |
| Binary | 11100010 | 10110000 | 1111110 | 0 | 10110 | 101100 | 1011 | 11110 | 111111 | 1000101 |
Color Harmonies of #E2B07E
Complementary color
Monochromatic Colors of #E2B07E
Black with #E2B07E
Text Example
Text Example
White with #E2B07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B07E; }
p { color: rgb(226,176,126); }
H1.HeaderClassName
{
color: #E2B07E;
}
.AnyTagClassName
{
color: #E2B07E;
}
</style>
background-color css
<style>
a { background-color: #E2B07E; }
a { background-color: rgb(226,176,126); }
div.DivClassName
{
background-color: #E2B07E;
}
.BgClassName
{
background-color: #E2B07E;
}
</style>
border-color css
<style>
span { border-color: #E2B07E; }
span { border-color: rgb(226,176,126); }
td.TdClassName
{
border-color: #E2B07E;
}
.TagClassName
{
border-color: #E2B07E;
}
</style>