Shades of Manhattan #E0AB70
Tints of Manhattan #E0AB70
RGB
CMYK
RGB Variations
Color information
#E0AB70 (or 0xE0AB70) is known color: Manhattan. HEX triplet: E0, AB and 70. RGB value is (224,171,112). Sum of RGB (Red+Green+Blue) = 224+171+112=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AB70 is #1F548F. Grayscale: #B4B4B4. Windows color (decimal): -2053264 or 7384032. OLE color: 7384032.
HSL color Cylindrical-coordinate representation of color #E0AB70: hue angle of 31.61º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0AB70 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 171 | 112 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.12 |
| HSL | 31.61º | 0.64% | 0.66% | - |
| HSV(B) | 31.61º | 0.5% | 0.88% | - |
| XYZ | 48.23 | 46.14 | 21.69 | - |
| YUV | 180.12 | 89.56 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 171 | 112 | 0 | 0.24 | 0.50 | 0.12 | 31.61 | 0.64 | 0.66 |
| Hex | E0 | AB | 70 | 0 | 18 | 32 | C | 20 | 40 | 42 |
| Octal | 340 | 253 | 160 | 0 | 30 | 62 | 14 | 40 | 100 | 102 |
| Binary | 11100000 | 10101011 | 1110000 | 0 | 11000 | 110010 | 1100 | 100000 | 1000000 | 1000010 |
Color Harmonies of #E0AB70
Complementary color
Monochromatic Colors of #E0AB70
Black with #E0AB70
Text Example
Text Example
White with #E0AB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AB70; }
p { color: rgb(224,171,112); }
H1.HeaderClassName
{
color: #E0AB70;
}
.AnyTagClassName
{
color: #E0AB70;
}
</style>
background-color css
<style>
a { background-color: #E0AB70; }
a { background-color: rgb(224,171,112); }
div.DivClassName
{
background-color: #E0AB70;
}
.BgClassName
{
background-color: #E0AB70;
}
</style>
border-color css
<style>
span { border-color: #E0AB70; }
span { border-color: rgb(224,171,112); }
td.TdClassName
{
border-color: #E0AB70;
}
.TagClassName
{
border-color: #E0AB70;
}
</style>