Shades of Manhattan #E7AD75
Tints of Manhattan #E7AD75
RGB
CMYK
RGB Variations
Color information
#E7AD75 (or 0xE7AD75) is known color: Manhattan. HEX triplet: E7, AD and 75. RGB value is (231,173,117). Sum of RGB (Red+Green+Blue) = 231+173+117=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AD75 is #18528A. Grayscale: #B8B8B8. Windows color (decimal): -1593995 or 7712231. OLE color: 7712231.
HSL color Cylindrical-coordinate representation of color #E7AD75: hue angle of 29.47º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E7AD75 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 173 | 117 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.09 |
| HSL | 29.47º | 0.7% | 0.68% | - |
| HSV(B) | 29.47º | 0.49% | 0.91% | - |
| XYZ | 51.11 | 48.16 | 23.43 | - |
| YUV | 183.96 | 90.22 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 173 | 117 | 0 | 0.25 | 0.49 | 0.09 | 29.47 | 0.7 | 0.68 |
| Hex | E7 | AD | 75 | 0 | 19 | 31 | 9 | 1D | 46 | 44 |
| Octal | 347 | 255 | 165 | 0 | 31 | 61 | 11 | 35 | 106 | 104 |
| Binary | 11100111 | 10101101 | 1110101 | 0 | 11001 | 110001 | 1001 | 11101 | 1000110 | 1000100 |
Color Harmonies of #E7AD75
Complementary color
Monochromatic Colors of #E7AD75
Black with #E7AD75
Text Example
Text Example
White with #E7AD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AD75; }
p { color: rgb(231,173,117); }
H1.HeaderClassName
{
color: #E7AD75;
}
.AnyTagClassName
{
color: #E7AD75;
}
</style>
background-color css
<style>
a { background-color: #E7AD75; }
a { background-color: rgb(231,173,117); }
div.DivClassName
{
background-color: #E7AD75;
}
.BgClassName
{
background-color: #E7AD75;
}
</style>
border-color css
<style>
span { border-color: #E7AD75; }
span { border-color: rgb(231,173,117); }
td.TdClassName
{
border-color: #E7AD75;
}
.TagClassName
{
border-color: #E7AD75;
}
</style>