Shades of Manhattan #E0A972
Tints of Manhattan #E0A972
RGB
CMYK
RGB Variations
Color information
#E0A972 (or 0xE0A972) is known color: Manhattan. HEX triplet: E0, A9 and 72. RGB value is (224,169,114). Sum of RGB (Red+Green+Blue) = 224+169+114=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A972 is #1F568D. Grayscale: #B3B3B3. Windows color (decimal): -2053774 or 7514592. OLE color: 7514592.
HSL color Cylindrical-coordinate representation of color #E0A972: hue angle of 30º 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 #E0A972 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 169 | 114 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.12 |
| HSL | 30º | 0.64% | 0.66% | - |
| HSV(B) | 30º | 0.49% | 0.88% | - |
| XYZ | 47.97 | 45.44 | 22.16 | - |
| YUV | 179.18 | 91.22 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 169 | 114 | 0 | 0.25 | 0.49 | 0.12 | 30 | 0.64 | 0.66 |
| Hex | E0 | A9 | 72 | 0 | 19 | 31 | C | 1E | 40 | 42 |
| Octal | 340 | 251 | 162 | 0 | 31 | 61 | 14 | 36 | 100 | 102 |
| Binary | 11100000 | 10101001 | 1110010 | 0 | 11001 | 110001 | 1100 | 11110 | 1000000 | 1000010 |
Color Harmonies of #E0A972
Complementary color
Monochromatic Colors of #E0A972
Black with #E0A972
Text Example
Text Example
White with #E0A972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A972; }
p { color: rgb(224,169,114); }
H1.HeaderClassName
{
color: #E0A972;
}
.AnyTagClassName
{
color: #E0A972;
}
</style>
background-color css
<style>
a { background-color: #E0A972; }
a { background-color: rgb(224,169,114); }
div.DivClassName
{
background-color: #E0A972;
}
.BgClassName
{
background-color: #E0A972;
}
</style>
border-color css
<style>
span { border-color: #E0A972; }
span { border-color: rgb(224,169,114); }
td.TdClassName
{
border-color: #E0A972;
}
.TagClassName
{
border-color: #E0A972;
}
</style>