Shades of Manhattan #E0B37F
Tints of Manhattan #E0B37F
RGB
CMYK
RGB Variations
Color information
#E0B37F (or 0xE0B37F) is known color: Manhattan. HEX triplet: E0, B3 and 7F. RGB value is (224,179,127). Sum of RGB (Red+Green+Blue) = 224+179+127=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 127 (50% from 255 or 23.96% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B37F is #1F4C80. Grayscale: #BABABA. Windows color (decimal): -2051201 or 8369120. OLE color: 8369120.
HSL color Cylindrical-coordinate representation of color #E0B37F: hue angle of 32.16º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E0B37F is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 179 | 127 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.12 |
| HSL | 32.16º | 0.61% | 0.69% | - |
| HSV(B) | 32.16º | 0.43% | 0.88% | - |
| XYZ | 50.69 | 49.62 | 26.98 | - |
| YUV | 186.53 | 94.41 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 179 | 127 | 0 | 0.20 | 0.43 | 0.12 | 32.16 | 0.61 | 0.69 |
| Hex | E0 | B3 | 7F | 0 | 14 | 2B | C | 20 | 3D | 45 |
| Octal | 340 | 263 | 177 | 0 | 24 | 53 | 14 | 40 | 75 | 105 |
| Binary | 11100000 | 10110011 | 1111111 | 0 | 10100 | 101011 | 1100 | 100000 | 111101 | 1000101 |
Color Harmonies of #E0B37F
Complementary color
Monochromatic Colors of #E0B37F
Black with #E0B37F
Text Example
Text Example
White with #E0B37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B37F; }
p { color: rgb(224,179,127); }
H1.HeaderClassName
{
color: #E0B37F;
}
.AnyTagClassName
{
color: #E0B37F;
}
</style>
background-color css
<style>
a { background-color: #E0B37F; }
a { background-color: rgb(224,179,127); }
div.DivClassName
{
background-color: #E0B37F;
}
.BgClassName
{
background-color: #E0B37F;
}
</style>
border-color css
<style>
span { border-color: #E0B37F; }
span { border-color: rgb(224,179,127); }
td.TdClassName
{
border-color: #E0B37F;
}
.TagClassName
{
border-color: #E0B37F;
}
</style>