Shades of Manhattan #E2B081
Tints of Manhattan #E2B081
RGB
CMYK
RGB Variations
Color information
#E2B081 (or 0xE2B081) is known color: Manhattan. HEX triplet: E2, B0 and 81. RGB value is (226,176,129). Sum of RGB (Red+Green+Blue) = 226+176+129=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 129 (50.78% from 255 or 24.29% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B081 is #1D4F7E. Grayscale: #B9B9B9. Windows color (decimal): -1920895 or 8499426. OLE color: 8499426.
HSL color Cylindrical-coordinate representation of color #E2B081: hue angle of 29.07º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E2B081 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 176 | 129 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.11 |
| HSL | 29.07º | 0.63% | 0.7% | - |
| HSV(B) | 29.07º | 0.43% | 0.89% | - |
| XYZ | 50.85 | 48.8 | 27.51 | - |
| YUV | 185.59 | 96.07 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 176 | 129 | 0 | 0.22 | 0.43 | 0.11 | 29.07 | 0.63 | 0.7 |
| Hex | E2 | B0 | 81 | 0 | 16 | 2B | B | 1D | 3F | 46 |
| Octal | 342 | 260 | 201 | 0 | 26 | 53 | 13 | 35 | 77 | 106 |
| Binary | 11100010 | 10110000 | 10000001 | 0 | 10110 | 101011 | 1011 | 11101 | 111111 | 1000110 |
Color Harmonies of #E2B081
Complementary color
Monochromatic Colors of #E2B081
Black with #E2B081
Text Example
Text Example
White with #E2B081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B081; }
p { color: rgb(226,176,129); }
H1.HeaderClassName
{
color: #E2B081;
}
.AnyTagClassName
{
color: #E2B081;
}
</style>
background-color css
<style>
a { background-color: #E2B081; }
a { background-color: rgb(226,176,129); }
div.DivClassName
{
background-color: #E2B081;
}
.BgClassName
{
background-color: #E2B081;
}
</style>
border-color css
<style>
span { border-color: #E2B081; }
span { border-color: rgb(226,176,129); }
td.TdClassName
{
border-color: #E2B081;
}
.TagClassName
{
border-color: #E2B081;
}
</style>