Shades of Manhattan #E2B17E
Tints of Manhattan #E2B17E
RGB
CMYK
RGB Variations
Color information
#E2B17E (or 0xE2B17E) is known color: Manhattan. HEX triplet: E2, B1 and 7E. RGB value is (226,177,126). Sum of RGB (Red+Green+Blue) = 226+177+126=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 126 (49.61% from 255 or 23.82% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B17E is #1D4E81. Grayscale: #BABABA. Windows color (decimal): -1920642 or 8303074. OLE color: 8303074.
HSL color Cylindrical-coordinate representation of color #E2B17E: hue angle of 30.6º 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 #E2B17E is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 177 | 126 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.11 |
| HSL | 30.6º | 0.63% | 0.69% | - |
| HSV(B) | 30.6º | 0.44% | 0.89% | - |
| XYZ | 50.85 | 49.12 | 26.54 | - |
| YUV | 185.84 | 94.23 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 177 | 126 | 0 | 0.22 | 0.44 | 0.11 | 30.6 | 0.63 | 0.69 |
| Hex | E2 | B1 | 7E | 0 | 16 | 2C | B | 1F | 3F | 45 |
| Octal | 342 | 261 | 176 | 0 | 26 | 54 | 13 | 37 | 77 | 105 |
| Binary | 11100010 | 10110001 | 1111110 | 0 | 10110 | 101100 | 1011 | 11111 | 111111 | 1000101 |
Color Harmonies of #E2B17E
Complementary color
Monochromatic Colors of #E2B17E
Black with #E2B17E
Text Example
Text Example
White with #E2B17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B17E; }
p { color: rgb(226,177,126); }
H1.HeaderClassName
{
color: #E2B17E;
}
.AnyTagClassName
{
color: #E2B17E;
}
</style>
background-color css
<style>
a { background-color: #E2B17E; }
a { background-color: rgb(226,177,126); }
div.DivClassName
{
background-color: #E2B17E;
}
.BgClassName
{
background-color: #E2B17E;
}
</style>
border-color css
<style>
span { border-color: #E2B17E; }
span { border-color: rgb(226,177,126); }
td.TdClassName
{
border-color: #E2B17E;
}
.TagClassName
{
border-color: #E2B17E;
}
</style>