Shades of Manhattan #E1AF77
Tints of Manhattan #E1AF77
RGB
CMYK
RGB Variations
Color information
#E1AF77 (or 0xE1AF77) is known color: Manhattan. HEX triplet: E1, AF and 77. RGB value is (225,175,119). Sum of RGB (Red+Green+Blue) = 225+175+119=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 119 (46.88% from 255 or 22.93% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AF77 is #1E5088. Grayscale: #B7B7B7. Windows color (decimal): -1986697 or 7843809. OLE color: 7843809.
HSL color Cylindrical-coordinate representation of color #E1AF77: hue angle of 31.7º degrees, saturation: 0.64, 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 #E1AF77 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 119 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.12 |
| HSL | 31.7º | 0.64% | 0.67% | - |
| HSV(B) | 31.7º | 0.47% | 0.88% | - |
| XYZ | 49.71 | 48 | 24.1 | - |
| YUV | 183.57 | 91.57 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 119 | 0 | 0.22 | 0.47 | 0.12 | 31.7 | 0.64 | 0.67 |
| Hex | E1 | AF | 77 | 0 | 16 | 2F | C | 20 | 40 | 43 |
| Octal | 341 | 257 | 167 | 0 | 26 | 57 | 14 | 40 | 100 | 103 |
| Binary | 11100001 | 10101111 | 1110111 | 0 | 10110 | 101111 | 1100 | 100000 | 1000000 | 1000011 |
Color Harmonies of #E1AF77
Complementary color
Monochromatic Colors of #E1AF77
Black with #E1AF77
Text Example
Text Example
White with #E1AF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF77; }
p { color: rgb(225,175,119); }
H1.HeaderClassName
{
color: #E1AF77;
}
.AnyTagClassName
{
color: #E1AF77;
}
</style>
background-color css
<style>
a { background-color: #E1AF77; }
a { background-color: rgb(225,175,119); }
div.DivClassName
{
background-color: #E1AF77;
}
.BgClassName
{
background-color: #E1AF77;
}
</style>
border-color css
<style>
span { border-color: #E1AF77; }
span { border-color: rgb(225,175,119); }
td.TdClassName
{
border-color: #E1AF77;
}
.TagClassName
{
border-color: #E1AF77;
}
</style>