Shades of Manhattan #E6B087
Tints of Manhattan #E6B087
RGB
CMYK
RGB Variations
Color information
#E6B087 (or 0xE6B087) is known color: Manhattan. HEX triplet: E6, B0 and 87. RGB value is (230,176,135). Sum of RGB (Red+Green+Blue) = 230+176+135=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 135 (53.12% from 255 or 24.95% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B087 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6B087 is #194F78. Grayscale: #BBBBBB. Windows color (decimal): -1658745 or 8892646. OLE color: 8892646.
HSL color Cylindrical-coordinate representation of color #E6B087: hue angle of 25.89º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E6B087 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 176 | 135 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.10 |
| HSL | 25.89º | 0.66% | 0.72% | - |
| HSV(B) | 25.89º | 0.41% | 0.9% | - |
| XYZ | 52.53 | 49.62 | 29.73 | - |
| YUV | 187.47 | 98.39 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 176 | 135 | 0 | 0.23 | 0.41 | 0.10 | 25.89 | 0.66 | 0.72 |
| Hex | E6 | B0 | 87 | 0 | 17 | 29 | A | 1A | 42 | 48 |
| Octal | 346 | 260 | 207 | 0 | 27 | 51 | 12 | 32 | 102 | 110 |
| Binary | 11100110 | 10110000 | 10000111 | 0 | 10111 | 101001 | 1010 | 11010 | 1000010 | 1001000 |
Color Harmonies of #E6B087
Complementary color
Monochromatic Colors of #E6B087
Black with #E6B087
Text Example
Text Example
White with #E6B087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B087; }
p { color: rgb(230,176,135); }
H1.HeaderClassName
{
color: #E6B087;
}
.AnyTagClassName
{
color: #E6B087;
}
</style>
background-color css
<style>
a { background-color: #E6B087; }
a { background-color: rgb(230,176,135); }
div.DivClassName
{
background-color: #E6B087;
}
.BgClassName
{
background-color: #E6B087;
}
</style>
border-color css
<style>
span { border-color: #E6B087; }
span { border-color: rgb(230,176,135); }
td.TdClassName
{
border-color: #E6B087;
}
.TagClassName
{
border-color: #E6B087;
}
</style>