Shades of Manhattan #E0AF77
Tints of Manhattan #E0AF77
RGB
CMYK
RGB Variations
Color information
#E0AF77 (or 0xE0AF77) is known color: Manhattan. HEX triplet: E0, AF and 77. RGB value is (224,175,119). Sum of RGB (Red+Green+Blue) = 224+175+119=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AF77 is #1F5088. Grayscale: #B7B7B7. Windows color (decimal): -2052233 or 7843808. OLE color: 7843808.
HSL color Cylindrical-coordinate representation of color #E0AF77: hue angle of 32º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E0AF77 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 175 | 119 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.12 |
| HSL | 32º | 0.63% | 0.67% | - |
| HSV(B) | 32º | 0.47% | 0.88% | - |
| XYZ | 49.4 | 47.84 | 24.08 | - |
| YUV | 183.27 | 91.73 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 175 | 119 | 0 | 0.22 | 0.47 | 0.12 | 32 | 0.63 | 0.67 |
| Hex | E0 | AF | 77 | 0 | 16 | 2F | C | 20 | 3F | 43 |
| Octal | 340 | 257 | 167 | 0 | 26 | 57 | 14 | 40 | 77 | 103 |
| Binary | 11100000 | 10101111 | 1110111 | 0 | 10110 | 101111 | 1100 | 100000 | 111111 | 1000011 |
Color Harmonies of #E0AF77
Complementary color
Monochromatic Colors of #E0AF77
Black with #E0AF77
Text Example
Text Example
White with #E0AF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AF77; }
p { color: rgb(224,175,119); }
H1.HeaderClassName
{
color: #E0AF77;
}
.AnyTagClassName
{
color: #E0AF77;
}
</style>
background-color css
<style>
a { background-color: #E0AF77; }
a { background-color: rgb(224,175,119); }
div.DivClassName
{
background-color: #E0AF77;
}
.BgClassName
{
background-color: #E0AF77;
}
</style>
border-color css
<style>
span { border-color: #E0AF77; }
span { border-color: rgb(224,175,119); }
td.TdClassName
{
border-color: #E0AF77;
}
.TagClassName
{
border-color: #E0AF77;
}
</style>