Shades of Manhattan #E7AF85
Tints of Manhattan #E7AF85
RGB
CMYK
RGB Variations
Color information
#E7AF85 (or 0xE7AF85) is known color: Manhattan. HEX triplet: E7, AF and 85. RGB value is (231,175,133). Sum of RGB (Red+Green+Blue) = 231+175+133=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AF85 is #18507A. Grayscale: #BBBBBB. Windows color (decimal): -1593467 or 8761319. OLE color: 8761319.
HSL color Cylindrical-coordinate representation of color #E7AF85: hue angle of 25.71º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E7AF85 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 175 | 133 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.09 |
| HSL | 25.71º | 0.67% | 0.71% | - |
| HSV(B) | 25.71º | 0.42% | 0.91% | - |
| XYZ | 52.52 | 49.34 | 28.95 | - |
| YUV | 186.96 | 97.55 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 175 | 133 | 0 | 0.24 | 0.42 | 0.09 | 25.71 | 0.67 | 0.71 |
| Hex | E7 | AF | 85 | 0 | 18 | 2A | 9 | 1A | 43 | 47 |
| Octal | 347 | 257 | 205 | 0 | 30 | 52 | 11 | 32 | 103 | 107 |
| Binary | 11100111 | 10101111 | 10000101 | 0 | 11000 | 101010 | 1001 | 11010 | 1000011 | 1000111 |
Color Harmonies of #E7AF85
Complementary color
Monochromatic Colors of #E7AF85
Black with #E7AF85
Text Example
Text Example
White with #E7AF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AF85; }
p { color: rgb(231,175,133); }
H1.HeaderClassName
{
color: #E7AF85;
}
.AnyTagClassName
{
color: #E7AF85;
}
</style>
background-color css
<style>
a { background-color: #E7AF85; }
a { background-color: rgb(231,175,133); }
div.DivClassName
{
background-color: #E7AF85;
}
.BgClassName
{
background-color: #E7AF85;
}
</style>
border-color css
<style>
span { border-color: #E7AF85; }
span { border-color: rgb(231,175,133); }
td.TdClassName
{
border-color: #E7AF85;
}
.TagClassName
{
border-color: #E7AF85;
}
</style>