Shades of Manhattan #E0A978
Tints of Manhattan #E0A978
RGB
CMYK
RGB Variations
Color information
#E0A978 (or 0xE0A978) is known color: Manhattan. HEX triplet: E0, A9 and 78. RGB value is (224,169,120). Sum of RGB (Red+Green+Blue) = 224+169+120=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 120 (47.27% from 255 or 23.39% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A978 is #1F5687. Grayscale: #B4B4B4. Windows color (decimal): -2053768 or 7907808. OLE color: 7907808.
HSL color Cylindrical-coordinate representation of color #E0A978: hue angle of 28.27º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0A978 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 169 | 120 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.12 |
| HSL | 28.27º | 0.63% | 0.67% | - |
| HSV(B) | 28.27º | 0.46% | 0.88% | - |
| XYZ | 48.32 | 45.58 | 24.02 | - |
| YUV | 179.86 | 94.22 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 169 | 120 | 0 | 0.25 | 0.46 | 0.12 | 28.27 | 0.63 | 0.67 |
| Hex | E0 | A9 | 78 | 0 | 19 | 2E | C | 1C | 3F | 43 |
| Octal | 340 | 251 | 170 | 0 | 31 | 56 | 14 | 34 | 77 | 103 |
| Binary | 11100000 | 10101001 | 1111000 | 0 | 11001 | 101110 | 1100 | 11100 | 111111 | 1000011 |
Color Harmonies of #E0A978
Complementary color
Monochromatic Colors of #E0A978
Black with #E0A978
Text Example
Text Example
White with #E0A978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A978; }
p { color: rgb(224,169,120); }
H1.HeaderClassName
{
color: #E0A978;
}
.AnyTagClassName
{
color: #E0A978;
}
</style>
background-color css
<style>
a { background-color: #E0A978; }
a { background-color: rgb(224,169,120); }
div.DivClassName
{
background-color: #E0A978;
}
.BgClassName
{
background-color: #E0A978;
}
</style>
border-color css
<style>
span { border-color: #E0A978; }
span { border-color: rgb(224,169,120); }
td.TdClassName
{
border-color: #E0A978;
}
.TagClassName
{
border-color: #E0A978;
}
</style>