Shades of Manhattan #E2B074
Tints of Manhattan #E2B074
RGB
CMYK
RGB Variations
Color information
#E2B074 (or 0xE2B074) is known color: Manhattan. HEX triplet: E2, B0 and 74. RGB value is (226,176,116). Sum of RGB (Red+Green+Blue) = 226+176+116=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B074 is #1D4F8B. Grayscale: #B8B8B8. Windows color (decimal): -1920908 or 7647458. OLE color: 7647458.
HSL color Cylindrical-coordinate representation of color #E2B074: hue angle of 32.73º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E2B074 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 176 | 116 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.11 |
| HSL | 32.73º | 0.65% | 0.67% | - |
| HSV(B) | 32.73º | 0.49% | 0.89% | - |
| XYZ | 50.04 | 48.48 | 23.24 | - |
| YUV | 184.11 | 89.57 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 176 | 116 | 0 | 0.22 | 0.49 | 0.11 | 32.73 | 0.65 | 0.67 |
| Hex | E2 | B0 | 74 | 0 | 16 | 31 | B | 21 | 41 | 43 |
| Octal | 342 | 260 | 164 | 0 | 26 | 61 | 13 | 41 | 101 | 103 |
| Binary | 11100010 | 10110000 | 1110100 | 0 | 10110 | 110001 | 1011 | 100001 | 1000001 | 1000011 |
Color Harmonies of #E2B074
Complementary color
Monochromatic Colors of #E2B074
Black with #E2B074
Text Example
Text Example
White with #E2B074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B074; }
p { color: rgb(226,176,116); }
H1.HeaderClassName
{
color: #E2B074;
}
.AnyTagClassName
{
color: #E2B074;
}
</style>
background-color css
<style>
a { background-color: #E2B074; }
a { background-color: rgb(226,176,116); }
div.DivClassName
{
background-color: #E2B074;
}
.BgClassName
{
background-color: #E2B074;
}
</style>
border-color css
<style>
span { border-color: #E2B074; }
span { border-color: rgb(226,176,116); }
td.TdClassName
{
border-color: #E2B074;
}
.TagClassName
{
border-color: #E2B074;
}
</style>