Shades of Manhattan #E0A76E
Tints of Manhattan #E0A76E
RGB
CMYK
RGB Variations
Color information
#E0A76E (or 0xE0A76E) is known color: Manhattan. HEX triplet: E0, A7 and 6E. RGB value is (224,167,110). Sum of RGB (Red+Green+Blue) = 224+167+110=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 167 (65.62% from 255 or 33.33% from 501); Blue value is 110 (43.36% from 255 or 21.96% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A76E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A76E is #1F5891. Grayscale: #B1B1B1. Windows color (decimal): -2054290 or 7251936. OLE color: 7251936.
HSL color Cylindrical-coordinate representation of color #E0A76E: hue angle of 30º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0A76E is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 167 | 110 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.12 |
| HSL | 30º | 0.65% | 0.65% | - |
| HSV(B) | 30º | 0.51% | 0.88% | - |
| XYZ | 47.37 | 44.61 | 20.87 | - |
| YUV | 177.55 | 89.88 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 167 | 110 | 0 | 0.25 | 0.51 | 0.12 | 30 | 0.65 | 0.65 |
| Hex | E0 | A7 | 6E | 0 | 19 | 33 | C | 1E | 41 | 41 |
| Octal | 340 | 247 | 156 | 0 | 31 | 63 | 14 | 36 | 101 | 101 |
| Binary | 11100000 | 10100111 | 1101110 | 0 | 11001 | 110011 | 1100 | 11110 | 1000001 | 1000001 |
Color Harmonies of #E0A76E
Complementary color
Monochromatic Colors of #E0A76E
Black with #E0A76E
Text Example
Text Example
White with #E0A76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A76E; }
p { color: rgb(224,167,110); }
H1.HeaderClassName
{
color: #E0A76E;
}
.AnyTagClassName
{
color: #E0A76E;
}
</style>
background-color css
<style>
a { background-color: #E0A76E; }
a { background-color: rgb(224,167,110); }
div.DivClassName
{
background-color: #E0A76E;
}
.BgClassName
{
background-color: #E0A76E;
}
</style>
border-color css
<style>
span { border-color: #E0A76E; }
span { border-color: rgb(224,167,110); }
td.TdClassName
{
border-color: #E0A76E;
}
.TagClassName
{
border-color: #E0A76E;
}
</style>