Shades of Manhattan #E1AF85
Tints of Manhattan #E1AF85
RGB
CMYK
RGB Variations
Color information
#E1AF85 (or 0xE1AF85) is known color: Manhattan. HEX triplet: E1, AF and 85. RGB value is (225,175,133). Sum of RGB (Red+Green+Blue) = 225+175+133=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AF85 is #1E507A. Grayscale: #B9B9B9. Windows color (decimal): -1986683 or 8761313. OLE color: 8761313.
HSL color Cylindrical-coordinate representation of color #E1AF85: hue angle of 27.39º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E1AF85 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 133 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.12 |
| HSL | 27.39º | 0.61% | 0.7% | - |
| HSV(B) | 27.39º | 0.41% | 0.88% | - |
| XYZ | 50.61 | 48.36 | 28.86 | - |
| YUV | 185.16 | 98.57 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 133 | 0 | 0.22 | 0.41 | 0.12 | 27.39 | 0.61 | 0.7 |
| Hex | E1 | AF | 85 | 0 | 16 | 29 | C | 1B | 3D | 46 |
| Octal | 341 | 257 | 205 | 0 | 26 | 51 | 14 | 33 | 75 | 106 |
| Binary | 11100001 | 10101111 | 10000101 | 0 | 10110 | 101001 | 1100 | 11011 | 111101 | 1000110 |
Color Harmonies of #E1AF85
Complementary color
Monochromatic Colors of #E1AF85
Black with #E1AF85
Text Example
Text Example
White with #E1AF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF85; }
p { color: rgb(225,175,133); }
H1.HeaderClassName
{
color: #E1AF85;
}
.AnyTagClassName
{
color: #E1AF85;
}
</style>
background-color css
<style>
a { background-color: #E1AF85; }
a { background-color: rgb(225,175,133); }
div.DivClassName
{
background-color: #E1AF85;
}
.BgClassName
{
background-color: #E1AF85;
}
</style>
border-color css
<style>
span { border-color: #E1AF85; }
span { border-color: rgb(225,175,133); }
td.TdClassName
{
border-color: #E1AF85;
}
.TagClassName
{
border-color: #E1AF85;
}
</style>