Shades of Manhattan #E0AD73
Tints of Manhattan #E0AD73
RGB
CMYK
RGB Variations
Color information
#E0AD73 (or 0xE0AD73) is known color: Manhattan. HEX triplet: E0, AD and 73. RGB value is (224,173,115). Sum of RGB (Red+Green+Blue) = 224+173+115=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AD73 is #1F528C. Grayscale: #B5B5B5. Windows color (decimal): -2052749 or 7581152. OLE color: 7581152.
HSL color Cylindrical-coordinate representation of color #E0AD73: hue angle of 31.93º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E0AD73 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 173 | 115 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.12 |
| HSL | 31.93º | 0.64% | 0.66% | - |
| HSV(B) | 31.93º | 0.49% | 0.88% | - |
| XYZ | 48.78 | 46.97 | 22.72 | - |
| YUV | 181.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 115 | 0 | 0.23 | 0.49 | 0.12 | 31.93 | 0.64 | 0.66 |
| Hex | E0 | AD | 73 | 0 | 17 | 31 | C | 20 | 40 | 42 |
| Octal | 340 | 255 | 163 | 0 | 27 | 61 | 14 | 40 | 100 | 102 |
| Binary | 11100000 | 10101101 | 1110011 | 0 | 10111 | 110001 | 1100 | 100000 | 1000000 | 1000010 |
Color Harmonies of #E0AD73
Complementary color
Monochromatic Colors of #E0AD73
Black with #E0AD73
Text Example
Text Example
White with #E0AD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AD73; }
p { color: rgb(224,173,115); }
H1.HeaderClassName
{
color: #E0AD73;
}
.AnyTagClassName
{
color: #E0AD73;
}
</style>
background-color css
<style>
a { background-color: #E0AD73; }
a { background-color: rgb(224,173,115); }
div.DivClassName
{
background-color: #E0AD73;
}
.BgClassName
{
background-color: #E0AD73;
}
</style>
border-color css
<style>
span { border-color: #E0AD73; }
span { border-color: rgb(224,173,115); }
td.TdClassName
{
border-color: #E0AD73;
}
.TagClassName
{
border-color: #E0AD73;
}
</style>