Shades of Manhattan #E2AF85
Tints of Manhattan #E2AF85
RGB
CMYK
RGB Variations
Color information
#E2AF85 (or 0xE2AF85) is known color: Manhattan. HEX triplet: E2, AF and 85. RGB value is (226,175,133). Sum of RGB (Red+Green+Blue) = 226+175+133=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AF85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AF85 is #1D507A. Grayscale: #B9B9B9. Windows color (decimal): -1921147 or 8761314. OLE color: 8761314.
HSL color Cylindrical-coordinate representation of color #E2AF85: hue angle of 27.1º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E2AF85 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 133 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.11 |
| HSL | 27.1º | 0.62% | 0.7% | - |
| HSV(B) | 27.1º | 0.41% | 0.89% | - |
| XYZ | 50.93 | 48.52 | 28.87 | - |
| YUV | 185.46 | 98.4 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 133 | 0 | 0.23 | 0.41 | 0.11 | 27.1 | 0.62 | 0.7 |
| Hex | E2 | AF | 85 | 0 | 17 | 29 | B | 1B | 3E | 46 |
| Octal | 342 | 257 | 205 | 0 | 27 | 51 | 13 | 33 | 76 | 106 |
| Binary | 11100010 | 10101111 | 10000101 | 0 | 10111 | 101001 | 1011 | 11011 | 111110 | 1000110 |
Color Harmonies of #E2AF85
Complementary color
Monochromatic Colors of #E2AF85
Black with #E2AF85
Text Example
Text Example
White with #E2AF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AF85; }
p { color: rgb(226,175,133); }
H1.HeaderClassName
{
color: #E2AF85;
}
.AnyTagClassName
{
color: #E2AF85;
}
</style>
background-color css
<style>
a { background-color: #E2AF85; }
a { background-color: rgb(226,175,133); }
div.DivClassName
{
background-color: #E2AF85;
}
.BgClassName
{
background-color: #E2AF85;
}
</style>
border-color css
<style>
span { border-color: #E2AF85; }
span { border-color: rgb(226,175,133); }
td.TdClassName
{
border-color: #E2AF85;
}
.TagClassName
{
border-color: #E2AF85;
}
</style>