Shades of Manhattan #E1AF83
Tints of Manhattan #E1AF83
RGB
CMYK
RGB Variations
Color information
#E1AF83 (or 0xE1AF83) is known color: Manhattan. HEX triplet: E1, AF and 83. RGB value is (225,175,131). Sum of RGB (Red+Green+Blue) = 225+175+131=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 131 (51.56% from 255 or 24.67% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AF83 is #1E507C. Grayscale: #B9B9B9. Windows color (decimal): -1986685 or 8630241. OLE color: 8630241.
HSL color Cylindrical-coordinate representation of color #E1AF83: hue angle of 28.09º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E1AF83 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 131 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.12 |
| HSL | 28.09º | 0.61% | 0.7% | - |
| HSV(B) | 28.09º | 0.42% | 0.88% | - |
| XYZ | 50.48 | 48.31 | 28.14 | - |
| YUV | 184.93 | 97.57 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 131 | 0 | 0.22 | 0.42 | 0.12 | 28.09 | 0.61 | 0.7 |
| Hex | E1 | AF | 83 | 0 | 16 | 2A | C | 1C | 3D | 46 |
| Octal | 341 | 257 | 203 | 0 | 26 | 52 | 14 | 34 | 75 | 106 |
| Binary | 11100001 | 10101111 | 10000011 | 0 | 10110 | 101010 | 1100 | 11100 | 111101 | 1000110 |
Color Harmonies of #E1AF83
Complementary color
Monochromatic Colors of #E1AF83
Black with #E1AF83
Text Example
Text Example
White with #E1AF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF83; }
p { color: rgb(225,175,131); }
H1.HeaderClassName
{
color: #E1AF83;
}
.AnyTagClassName
{
color: #E1AF83;
}
</style>
background-color css
<style>
a { background-color: #E1AF83; }
a { background-color: rgb(225,175,131); }
div.DivClassName
{
background-color: #E1AF83;
}
.BgClassName
{
background-color: #E1AF83;
}
</style>
border-color css
<style>
span { border-color: #E1AF83; }
span { border-color: rgb(225,175,131); }
td.TdClassName
{
border-color: #E1AF83;
}
.TagClassName
{
border-color: #E1AF83;
}
</style>