Shades of Manhattan #E6B088
Tints of Manhattan #E6B088
RGB
CMYK
RGB Variations
Color information
#E6B088 (or 0xE6B088) is known color: Manhattan. HEX triplet: E6, B0 and 88. RGB value is (230,176,136). Sum of RGB (Red+Green+Blue) = 230+176+136=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 136 (53.52% from 255 or 25.09% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B088 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6B088 is #194F77. Grayscale: #BBBBBB. Windows color (decimal): -1658744 or 8958182. OLE color: 8958182.
HSL color Cylindrical-coordinate representation of color #E6B088: hue angle of 25.53º degrees, saturation: 0.65, 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 #E6B088 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 176 | 136 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.10 |
| HSL | 25.53º | 0.65% | 0.72% | - |
| HSV(B) | 25.53º | 0.41% | 0.9% | - |
| XYZ | 52.6 | 49.65 | 30.1 | - |
| YUV | 187.59 | 98.89 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 176 | 136 | 0 | 0.23 | 0.41 | 0.10 | 25.53 | 0.65 | 0.72 |
| Hex | E6 | B0 | 88 | 0 | 17 | 29 | A | 1A | 41 | 48 |
| Octal | 346 | 260 | 210 | 0 | 27 | 51 | 12 | 32 | 101 | 110 |
| Binary | 11100110 | 10110000 | 10001000 | 0 | 10111 | 101001 | 1010 | 11010 | 1000001 | 1001000 |
Color Harmonies of #E6B088
Complementary color
Monochromatic Colors of #E6B088
Black with #E6B088
Text Example
Text Example
White with #E6B088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B088; }
p { color: rgb(230,176,136); }
H1.HeaderClassName
{
color: #E6B088;
}
.AnyTagClassName
{
color: #E6B088;
}
</style>
background-color css
<style>
a { background-color: #E6B088; }
a { background-color: rgb(230,176,136); }
div.DivClassName
{
background-color: #E6B088;
}
.BgClassName
{
background-color: #E6B088;
}
</style>
border-color css
<style>
span { border-color: #E6B088; }
span { border-color: rgb(230,176,136); }
td.TdClassName
{
border-color: #E6B088;
}
.TagClassName
{
border-color: #E6B088;
}
</style>