Shades of Manhattan #E2B286
Tints of Manhattan #E2B286
RGB
CMYK
RGB Variations
Color information
#E2B286 (or 0xE2B286) is known color: Manhattan. HEX triplet: E2, B2 and 86. RGB value is (226,178,134). Sum of RGB (Red+Green+Blue) = 226+178+134=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 134 (52.73% from 255 or 24.91% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B286 is #1D4D79. Grayscale: #BBBBBB. Windows color (decimal): -1920378 or 8827618. OLE color: 8827618.
HSL color Cylindrical-coordinate representation of color #E2B286: hue angle of 28.7º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E2B286 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 178 | 134 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.11 |
| HSL | 28.7º | 0.61% | 0.71% | - |
| HSV(B) | 28.7º | 0.41% | 0.89% | - |
| XYZ | 51.59 | 49.73 | 29.43 | - |
| YUV | 187.34 | 97.9 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 134 | 0 | 0.21 | 0.41 | 0.11 | 28.7 | 0.61 | 0.71 |
| Hex | E2 | B2 | 86 | 0 | 15 | 29 | B | 1D | 3D | 47 |
| Octal | 342 | 262 | 206 | 0 | 25 | 51 | 13 | 35 | 75 | 107 |
| Binary | 11100010 | 10110010 | 10000110 | 0 | 10101 | 101001 | 1011 | 11101 | 111101 | 1000111 |
Color Harmonies of #E2B286
Complementary color
Monochromatic Colors of #E2B286
Black with #E2B286
Text Example
Text Example
White with #E2B286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B286; }
p { color: rgb(226,178,134); }
H1.HeaderClassName
{
color: #E2B286;
}
.AnyTagClassName
{
color: #E2B286;
}
</style>
background-color css
<style>
a { background-color: #E2B286; }
a { background-color: rgb(226,178,134); }
div.DivClassName
{
background-color: #E2B286;
}
.BgClassName
{
background-color: #E2B286;
}
</style>
border-color css
<style>
span { border-color: #E2B286; }
span { border-color: rgb(226,178,134); }
td.TdClassName
{
border-color: #E2B286;
}
.TagClassName
{
border-color: #E2B286;
}
</style>