Shades of Manhattan #E7AF82
Tints of Manhattan #E7AF82
RGB
CMYK
RGB Variations
Color information
#E7AF82 (or 0xE7AF82) is known color: Manhattan. HEX triplet: E7, AF and 82. RGB value is (231,175,130). Sum of RGB (Red+Green+Blue) = 231+175+130=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 130 (51.17% from 255 or 24.25% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AF82 is #18507D. Grayscale: #BABABA. Windows color (decimal): -1593470 or 8564711. OLE color: 8564711.
HSL color Cylindrical-coordinate representation of color #E7AF82: hue angle of 26.73º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E7AF82 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 175 | 130 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.09 |
| HSL | 26.73º | 0.68% | 0.71% | - |
| HSV(B) | 26.73º | 0.44% | 0.91% | - |
| XYZ | 52.31 | 49.26 | 27.87 | - |
| YUV | 186.61 | 96.05 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 175 | 130 | 0 | 0.24 | 0.44 | 0.09 | 26.73 | 0.68 | 0.71 |
| Hex | E7 | AF | 82 | 0 | 18 | 2C | 9 | 1B | 44 | 47 |
| Octal | 347 | 257 | 202 | 0 | 30 | 54 | 11 | 33 | 104 | 107 |
| Binary | 11100111 | 10101111 | 10000010 | 0 | 11000 | 101100 | 1001 | 11011 | 1000100 | 1000111 |
Color Harmonies of #E7AF82
Complementary color
Monochromatic Colors of #E7AF82
Black with #E7AF82
Text Example
Text Example
White with #E7AF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AF82; }
p { color: rgb(231,175,130); }
H1.HeaderClassName
{
color: #E7AF82;
}
.AnyTagClassName
{
color: #E7AF82;
}
</style>
background-color css
<style>
a { background-color: #E7AF82; }
a { background-color: rgb(231,175,130); }
div.DivClassName
{
background-color: #E7AF82;
}
.BgClassName
{
background-color: #E7AF82;
}
</style>
border-color css
<style>
span { border-color: #E7AF82; }
span { border-color: rgb(231,175,130); }
td.TdClassName
{
border-color: #E7AF82;
}
.TagClassName
{
border-color: #E7AF82;
}
</style>