Shades of Manhattan #E2AF78
Tints of Manhattan #E2AF78
RGB
CMYK
RGB Variations
Color information
#E2AF78 (or 0xE2AF78) is known color: Manhattan. HEX triplet: E2, AF and 78. RGB value is (226,175,120). Sum of RGB (Red+Green+Blue) = 226+175+120=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AF78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AF78 is #1D5087. Grayscale: #B8B8B8. Windows color (decimal): -1921160 or 7909346. OLE color: 7909346.
HSL color Cylindrical-coordinate representation of color #E2AF78: hue angle of 31.13º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E2AF78 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 120 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.11 |
| HSL | 31.13º | 0.65% | 0.68% | - |
| HSV(B) | 31.13º | 0.47% | 0.89% | - |
| XYZ | 50.08 | 48.18 | 24.43 | - |
| YUV | 183.98 | 91.9 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 120 | 0 | 0.23 | 0.47 | 0.11 | 31.13 | 0.65 | 0.68 |
| Hex | E2 | AF | 78 | 0 | 17 | 2F | B | 1F | 41 | 44 |
| Octal | 342 | 257 | 170 | 0 | 27 | 57 | 13 | 37 | 101 | 104 |
| Binary | 11100010 | 10101111 | 1111000 | 0 | 10111 | 101111 | 1011 | 11111 | 1000001 | 1000100 |
Color Harmonies of #E2AF78
Complementary color
Monochromatic Colors of #E2AF78
Black with #E2AF78
Text Example
Text Example
White with #E2AF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AF78; }
p { color: rgb(226,175,120); }
H1.HeaderClassName
{
color: #E2AF78;
}
.AnyTagClassName
{
color: #E2AF78;
}
</style>
background-color css
<style>
a { background-color: #E2AF78; }
a { background-color: rgb(226,175,120); }
div.DivClassName
{
background-color: #E2AF78;
}
.BgClassName
{
background-color: #E2AF78;
}
</style>
border-color css
<style>
span { border-color: #E2AF78; }
span { border-color: rgb(226,175,120); }
td.TdClassName
{
border-color: #E2AF78;
}
.TagClassName
{
border-color: #E2AF78;
}
</style>