Shades of Manhattan #E5B086
Tints of Manhattan #E5B086
RGB
CMYK
RGB Variations
Color information
#E5B086 (or 0xE5B086) is known color: Manhattan. HEX triplet: E5, B0 and 86. RGB value is (229,176,134). Sum of RGB (Red+Green+Blue) = 229+176+134=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 134 (52.73% from 255 or 24.86% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5B086 is #1A4F79. Grayscale: #BBBBBB. Windows color (decimal): -1724282 or 8827109. OLE color: 8827109.
HSL color Cylindrical-coordinate representation of color #E5B086: hue angle of 26.53º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E5B086 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 176 | 134 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.10 |
| HSL | 26.53º | 0.65% | 0.71% | - |
| HSV(B) | 26.53º | 0.41% | 0.9% | - |
| XYZ | 52.14 | 49.43 | 29.35 | - |
| YUV | 187.06 | 98.06 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 176 | 134 | 0 | 0.23 | 0.41 | 0.10 | 26.53 | 0.65 | 0.71 |
| Hex | E5 | B0 | 86 | 0 | 17 | 29 | A | 1B | 41 | 47 |
| Octal | 345 | 260 | 206 | 0 | 27 | 51 | 12 | 33 | 101 | 107 |
| Binary | 11100101 | 10110000 | 10000110 | 0 | 10111 | 101001 | 1010 | 11011 | 1000001 | 1000111 |
Color Harmonies of #E5B086
Complementary color
Monochromatic Colors of #E5B086
Black with #E5B086
Text Example
Text Example
White with #E5B086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B086; }
p { color: rgb(229,176,134); }
H1.HeaderClassName
{
color: #E5B086;
}
.AnyTagClassName
{
color: #E5B086;
}
</style>
background-color css
<style>
a { background-color: #E5B086; }
a { background-color: rgb(229,176,134); }
div.DivClassName
{
background-color: #E5B086;
}
.BgClassName
{
background-color: #E5B086;
}
</style>
border-color css
<style>
span { border-color: #E5B086; }
span { border-color: rgb(229,176,134); }
td.TdClassName
{
border-color: #E5B086;
}
.TagClassName
{
border-color: #E5B086;
}
</style>