Shades of Manhattan #E2B174
Tints of Manhattan #E2B174
RGB
CMYK
RGB Variations
Color information
#E2B174 (or 0xE2B174) is known color: Manhattan. HEX triplet: E2, B1 and 74. RGB value is (226,177,116). Sum of RGB (Red+Green+Blue) = 226+177+116=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B174 is #1D4E8B. Grayscale: #B8B8B8. Windows color (decimal): -1920652 or 7647714. OLE color: 7647714.
HSL color Cylindrical-coordinate representation of color #E2B174: hue angle of 33.27º 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 #E2B174 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 177 | 116 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.11 |
| HSL | 33.27º | 0.65% | 0.67% | - |
| HSV(B) | 33.27º | 0.49% | 0.89% | - |
| XYZ | 50.24 | 48.87 | 23.31 | - |
| YUV | 184.7 | 89.23 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 177 | 116 | 0 | 0.22 | 0.49 | 0.11 | 33.27 | 0.65 | 0.67 |
| Hex | E2 | B1 | 74 | 0 | 16 | 31 | B | 21 | 41 | 43 |
| Octal | 342 | 261 | 164 | 0 | 26 | 61 | 13 | 41 | 101 | 103 |
| Binary | 11100010 | 10110001 | 1110100 | 0 | 10110 | 110001 | 1011 | 100001 | 1000001 | 1000011 |
Color Harmonies of #E2B174
Complementary color
Monochromatic Colors of #E2B174
Black with #E2B174
Text Example
Text Example
White with #E2B174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B174; }
p { color: rgb(226,177,116); }
H1.HeaderClassName
{
color: #E2B174;
}
.AnyTagClassName
{
color: #E2B174;
}
</style>
background-color css
<style>
a { background-color: #E2B174; }
a { background-color: rgb(226,177,116); }
div.DivClassName
{
background-color: #E2B174;
}
.BgClassName
{
background-color: #E2B174;
}
</style>
border-color css
<style>
span { border-color: #E2B174; }
span { border-color: rgb(226,177,116); }
td.TdClassName
{
border-color: #E2B174;
}
.TagClassName
{
border-color: #E2B174;
}
</style>