Shades of Manhattan #E0AB72
Tints of Manhattan #E0AB72
RGB
CMYK
RGB Variations
Color information
#E0AB72 (or 0xE0AB72) is known color: Manhattan. HEX triplet: E0, AB and 72. RGB value is (224,171,114). Sum of RGB (Red+Green+Blue) = 224+171+114=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AB72 is #1F548D. Grayscale: #B4B4B4. Windows color (decimal): -2053262 or 7515104. OLE color: 7515104.
HSL color Cylindrical-coordinate representation of color #E0AB72: hue angle of 31.09º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E0AB72 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 171 | 114 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.12 |
| HSL | 31.09º | 0.64% | 0.66% | - |
| HSV(B) | 31.09º | 0.49% | 0.88% | - |
| XYZ | 48.34 | 46.19 | 22.29 | - |
| YUV | 180.35 | 90.56 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 171 | 114 | 0 | 0.24 | 0.49 | 0.12 | 31.09 | 0.64 | 0.66 |
| Hex | E0 | AB | 72 | 0 | 18 | 31 | C | 1F | 40 | 42 |
| Octal | 340 | 253 | 162 | 0 | 30 | 61 | 14 | 37 | 100 | 102 |
| Binary | 11100000 | 10101011 | 1110010 | 0 | 11000 | 110001 | 1100 | 11111 | 1000000 | 1000010 |
Color Harmonies of #E0AB72
Complementary color
Monochromatic Colors of #E0AB72
Black with #E0AB72
Text Example
Text Example
White with #E0AB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AB72; }
p { color: rgb(224,171,114); }
H1.HeaderClassName
{
color: #E0AB72;
}
.AnyTagClassName
{
color: #E0AB72;
}
</style>
background-color css
<style>
a { background-color: #E0AB72; }
a { background-color: rgb(224,171,114); }
div.DivClassName
{
background-color: #E0AB72;
}
.BgClassName
{
background-color: #E0AB72;
}
</style>
border-color css
<style>
span { border-color: #E0AB72; }
span { border-color: rgb(224,171,114); }
td.TdClassName
{
border-color: #E0AB72;
}
.TagClassName
{
border-color: #E0AB72;
}
</style>