Shades of Manhattan #E0A66F
Tints of Manhattan #E0A66F
RGB
CMYK
RGB Variations
Color information
#E0A66F (or 0xE0A66F) is known color: Manhattan. HEX triplet: E0, A6 and 6F. RGB value is (224,166,111). Sum of RGB (Red+Green+Blue) = 224+166+111=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A66F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A66F is #1F5990. Grayscale: #B1B1B1. Windows color (decimal): -2054545 or 7317216. OLE color: 7317216.
HSL color Cylindrical-coordinate representation of color #E0A66F: hue angle of 29.2º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0A66F is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 166 | 111 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.12 |
| HSL | 29.2º | 0.65% | 0.66% | - |
| HSV(B) | 29.2º | 0.5% | 0.88% | - |
| XYZ | 47.25 | 44.27 | 21.09 | - |
| YUV | 177.07 | 90.72 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 166 | 111 | 0 | 0.26 | 0.50 | 0.12 | 29.2 | 0.65 | 0.66 |
| Hex | E0 | A6 | 6F | 0 | 1A | 32 | C | 1D | 41 | 42 |
| Octal | 340 | 246 | 157 | 0 | 32 | 62 | 14 | 35 | 101 | 102 |
| Binary | 11100000 | 10100110 | 1101111 | 0 | 11010 | 110010 | 1100 | 11101 | 1000001 | 1000010 |
Color Harmonies of #E0A66F
Complementary color
Monochromatic Colors of #E0A66F
Black with #E0A66F
Text Example
Text Example
White with #E0A66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A66F; }
p { color: rgb(224,166,111); }
H1.HeaderClassName
{
color: #E0A66F;
}
.AnyTagClassName
{
color: #E0A66F;
}
</style>
background-color css
<style>
a { background-color: #E0A66F; }
a { background-color: rgb(224,166,111); }
div.DivClassName
{
background-color: #E0A66F;
}
.BgClassName
{
background-color: #E0A66F;
}
</style>
border-color css
<style>
span { border-color: #E0A66F; }
span { border-color: rgb(224,166,111); }
td.TdClassName
{
border-color: #E0A66F;
}
.TagClassName
{
border-color: #E0A66F;
}
</style>