Shades of Manhattan #E0A872
Tints of Manhattan #E0A872
RGB
CMYK
RGB Variations
Color information
#E0A872 (or 0xE0A872) is known color: Manhattan. HEX triplet: E0, A8 and 72. RGB value is (224,168,114). Sum of RGB (Red+Green+Blue) = 224+168+114=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A872 is #1F578D. Grayscale: #B2B2B2. Windows color (decimal): -2054030 or 7514336. OLE color: 7514336.
HSL color Cylindrical-coordinate representation of color #E0A872: hue angle of 29.45º 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 #E0A872 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 168 | 114 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.12 |
| HSL | 29.45º | 0.64% | 0.66% | - |
| HSV(B) | 29.45º | 0.49% | 0.88% | - |
| XYZ | 47.78 | 45.07 | 22.1 | - |
| YUV | 178.59 | 91.55 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 168 | 114 | 0 | 0.25 | 0.49 | 0.12 | 29.45 | 0.64 | 0.66 |
| Hex | E0 | A8 | 72 | 0 | 19 | 31 | C | 1D | 40 | 42 |
| Octal | 340 | 250 | 162 | 0 | 31 | 61 | 14 | 35 | 100 | 102 |
| Binary | 11100000 | 10101000 | 1110010 | 0 | 11001 | 110001 | 1100 | 11101 | 1000000 | 1000010 |
Color Harmonies of #E0A872
Complementary color
Monochromatic Colors of #E0A872
Black with #E0A872
Text Example
Text Example
White with #E0A872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A872; }
p { color: rgb(224,168,114); }
H1.HeaderClassName
{
color: #E0A872;
}
.AnyTagClassName
{
color: #E0A872;
}
</style>
background-color css
<style>
a { background-color: #E0A872; }
a { background-color: rgb(224,168,114); }
div.DivClassName
{
background-color: #E0A872;
}
.BgClassName
{
background-color: #E0A872;
}
</style>
border-color css
<style>
span { border-color: #E0A872; }
span { border-color: rgb(224,168,114); }
td.TdClassName
{
border-color: #E0A872;
}
.TagClassName
{
border-color: #E0A872;
}
</style>