Shades of Manhattan #E6AF73
Tints of Manhattan #E6AF73
RGB
CMYK
RGB Variations
Color information
#E6AF73 (or 0xE6AF73) is known color: Manhattan. HEX triplet: E6, AF and 73. RGB value is (230,175,115). Sum of RGB (Red+Green+Blue) = 230+175+115=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 115 (45.31% from 255 or 22.12% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AF73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AF73 is #19508C. Grayscale: #B8B8B8. Windows color (decimal): -1659021 or 7581670. OLE color: 7581670.
HSL color Cylindrical-coordinate representation of color #E6AF73: hue angle of 31.3º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6AF73 is Cyan = 0, Magento = 0.24, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 115 | - |
| CMYK | 0 | 0.24 | 0.5 | 0.10 |
| HSL | 31.3º | 0.7% | 0.68% | - |
| HSV(B) | 31.3º | 0.5% | 0.9% | - |
| XYZ | 51.06 | 48.72 | 22.93 | - |
| YUV | 184.61 | 88.72 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 115 | 0 | 0.24 | 0.5 | 0.10 | 31.3 | 0.7 | 0.68 |
| Hex | E6 | AF | 73 | 0 | 18 | 32 | A | 1F | 46 | 44 |
| Octal | 346 | 257 | 163 | 0 | 30 | 62 | 12 | 37 | 106 | 104 |
| Binary | 11100110 | 10101111 | 1110011 | 0 | 11000 | 110010 | 1010 | 11111 | 1000110 | 1000100 |
Color Harmonies of #E6AF73
Complementary color
Monochromatic Colors of #E6AF73
Black with #E6AF73
Text Example
Text Example
White with #E6AF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AF73; }
p { color: rgb(230,175,115); }
H1.HeaderClassName
{
color: #E6AF73;
}
.AnyTagClassName
{
color: #E6AF73;
}
</style>
background-color css
<style>
a { background-color: #E6AF73; }
a { background-color: rgb(230,175,115); }
div.DivClassName
{
background-color: #E6AF73;
}
.BgClassName
{
background-color: #E6AF73;
}
</style>
border-color css
<style>
span { border-color: #E6AF73; }
span { border-color: rgb(230,175,115); }
td.TdClassName
{
border-color: #E6AF73;
}
.TagClassName
{
border-color: #E6AF73;
}
</style>