Shades of Manhattan #E7AF7F
Tints of Manhattan #E7AF7F
RGB
CMYK
RGB Variations
Color information
#E7AF7F (or 0xE7AF7F) is known color: Manhattan. HEX triplet: E7, AF and 7F. RGB value is (231,175,127). Sum of RGB (Red+Green+Blue) = 231+175+127=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 127 (50% from 255 or 23.83% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AF7F is #185080. Grayscale: #BABABA. Windows color (decimal): -1593473 or 8368103. OLE color: 8368103.
HSL color Cylindrical-coordinate representation of color #E7AF7F: hue angle of 27.69º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E7AF7F is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 175 | 127 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.09 |
| HSL | 27.69º | 0.68% | 0.7% | - |
| HSV(B) | 27.69º | 0.45% | 0.91% | - |
| XYZ | 52.12 | 49.18 | 26.82 | - |
| YUV | 186.27 | 94.55 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 175 | 127 | 0 | 0.24 | 0.45 | 0.09 | 27.69 | 0.68 | 0.7 |
| Hex | E7 | AF | 7F | 0 | 18 | 2D | 9 | 1C | 44 | 46 |
| Octal | 347 | 257 | 177 | 0 | 30 | 55 | 11 | 34 | 104 | 106 |
| Binary | 11100111 | 10101111 | 1111111 | 0 | 11000 | 101101 | 1001 | 11100 | 1000100 | 1000110 |
Color Harmonies of #E7AF7F
Complementary color
Monochromatic Colors of #E7AF7F
Black with #E7AF7F
Text Example
Text Example
White with #E7AF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AF7F; }
p { color: rgb(231,175,127); }
H1.HeaderClassName
{
color: #E7AF7F;
}
.AnyTagClassName
{
color: #E7AF7F;
}
</style>
background-color css
<style>
a { background-color: #E7AF7F; }
a { background-color: rgb(231,175,127); }
div.DivClassName
{
background-color: #E7AF7F;
}
.BgClassName
{
background-color: #E7AF7F;
}
</style>
border-color css
<style>
span { border-color: #E7AF7F; }
span { border-color: rgb(231,175,127); }
td.TdClassName
{
border-color: #E7AF7F;
}
.TagClassName
{
border-color: #E7AF7F;
}
</style>