Shades of Manhattan #E1AF74
Tints of Manhattan #E1AF74
RGB
CMYK
RGB Variations
Color information
#E1AF74 (or 0xE1AF74) is known color: Manhattan. HEX triplet: E1, AF and 74. RGB value is (225,175,116). Sum of RGB (Red+Green+Blue) = 225+175+116=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 116 (45.70% from 255 or 22.48% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AF74 is #1E508B. Grayscale: #B7B7B7. Windows color (decimal): -1986700 or 7647201. OLE color: 7647201.
HSL color Cylindrical-coordinate representation of color #E1AF74: hue angle of 32.48º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E1AF74 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 116 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.12 |
| HSL | 32.48º | 0.64% | 0.67% | - |
| HSV(B) | 32.48º | 0.48% | 0.88% | - |
| XYZ | 49.53 | 47.93 | 23.16 | - |
| YUV | 183.22 | 90.07 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 116 | 0 | 0.22 | 0.48 | 0.12 | 32.48 | 0.64 | 0.67 |
| Hex | E1 | AF | 74 | 0 | 16 | 30 | C | 20 | 40 | 43 |
| Octal | 341 | 257 | 164 | 0 | 26 | 60 | 14 | 40 | 100 | 103 |
| Binary | 11100001 | 10101111 | 1110100 | 0 | 10110 | 110000 | 1100 | 100000 | 1000000 | 1000011 |
Color Harmonies of #E1AF74
Complementary color
Monochromatic Colors of #E1AF74
Black with #E1AF74
Text Example
Text Example
White with #E1AF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF74; }
p { color: rgb(225,175,116); }
H1.HeaderClassName
{
color: #E1AF74;
}
.AnyTagClassName
{
color: #E1AF74;
}
</style>
background-color css
<style>
a { background-color: #E1AF74; }
a { background-color: rgb(225,175,116); }
div.DivClassName
{
background-color: #E1AF74;
}
.BgClassName
{
background-color: #E1AF74;
}
</style>
border-color css
<style>
span { border-color: #E1AF74; }
span { border-color: rgb(225,175,116); }
td.TdClassName
{
border-color: #E1AF74;
}
.TagClassName
{
border-color: #E1AF74;
}
</style>