Shades of Manhattan #E2B07A
Tints of Manhattan #E2B07A
RGB
CMYK
RGB Variations
Color information
#E2B07A (or 0xE2B07A) is known color: Manhattan. HEX triplet: E2, B0 and 7A. RGB value is (226,176,122). Sum of RGB (Red+Green+Blue) = 226+176+122=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B07A is #1D4F85. Grayscale: #B9B9B9. Windows color (decimal): -1920902 or 8040674. OLE color: 8040674.
HSL color Cylindrical-coordinate representation of color #E2B07A: hue angle of 31.15º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2B07A is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 176 | 122 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.11 |
| HSL | 31.15º | 0.64% | 0.68% | - |
| HSV(B) | 31.15º | 0.46% | 0.89% | - |
| XYZ | 50.4 | 48.62 | 25.14 | - |
| YUV | 184.79 | 92.57 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 176 | 122 | 0 | 0.22 | 0.46 | 0.11 | 31.15 | 0.64 | 0.68 |
| Hex | E2 | B0 | 7A | 0 | 16 | 2E | B | 1F | 40 | 44 |
| Octal | 342 | 260 | 172 | 0 | 26 | 56 | 13 | 37 | 100 | 104 |
| Binary | 11100010 | 10110000 | 1111010 | 0 | 10110 | 101110 | 1011 | 11111 | 1000000 | 1000100 |
Color Harmonies of #E2B07A
Complementary color
Monochromatic Colors of #E2B07A
Black with #E2B07A
Text Example
Text Example
White with #E2B07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B07A; }
p { color: rgb(226,176,122); }
H1.HeaderClassName
{
color: #E2B07A;
}
.AnyTagClassName
{
color: #E2B07A;
}
</style>
background-color css
<style>
a { background-color: #E2B07A; }
a { background-color: rgb(226,176,122); }
div.DivClassName
{
background-color: #E2B07A;
}
.BgClassName
{
background-color: #E2B07A;
}
</style>
border-color css
<style>
span { border-color: #E2B07A; }
span { border-color: rgb(226,176,122); }
td.TdClassName
{
border-color: #E2B07A;
}
.TagClassName
{
border-color: #E2B07A;
}
</style>