Shades of Manhattan #E6B081
Tints of Manhattan #E6B081
RGB
CMYK
RGB Variations
Color information
#E6B081 (or 0xE6B081) is known color: Manhattan. HEX triplet: E6, B0 and 81. RGB value is (230,176,129). Sum of RGB (Red+Green+Blue) = 230+176+129=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 129 (50.78% from 255 or 24.11% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6B081 is #194F7E. Grayscale: #BBBBBB. Windows color (decimal): -1658751 or 8499430. OLE color: 8499430.
HSL color Cylindrical-coordinate representation of color #E6B081: hue angle of 27.92º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E6B081 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 176 | 129 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.10 |
| HSL | 27.92º | 0.67% | 0.7% | - |
| HSV(B) | 27.92º | 0.44% | 0.9% | - |
| XYZ | 52.12 | 49.46 | 27.57 | - |
| YUV | 186.79 | 95.39 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 176 | 129 | 0 | 0.23 | 0.44 | 0.10 | 27.92 | 0.67 | 0.7 |
| Hex | E6 | B0 | 81 | 0 | 17 | 2C | A | 1C | 43 | 46 |
| Octal | 346 | 260 | 201 | 0 | 27 | 54 | 12 | 34 | 103 | 106 |
| Binary | 11100110 | 10110000 | 10000001 | 0 | 10111 | 101100 | 1010 | 11100 | 1000011 | 1000110 |
Color Harmonies of #E6B081
Complementary color
Monochromatic Colors of #E6B081
Black with #E6B081
Text Example
Text Example
White with #E6B081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B081; }
p { color: rgb(230,176,129); }
H1.HeaderClassName
{
color: #E6B081;
}
.AnyTagClassName
{
color: #E6B081;
}
</style>
background-color css
<style>
a { background-color: #E6B081; }
a { background-color: rgb(230,176,129); }
div.DivClassName
{
background-color: #E6B081;
}
.BgClassName
{
background-color: #E6B081;
}
</style>
border-color css
<style>
span { border-color: #E6B081; }
span { border-color: rgb(230,176,129); }
td.TdClassName
{
border-color: #E6B081;
}
.TagClassName
{
border-color: #E6B081;
}
</style>