Shades of Manhattan #E0AD79
Tints of Manhattan #E0AD79
RGB
CMYK
RGB Variations
Color information
#E0AD79 (or 0xE0AD79) is known color: Manhattan. HEX triplet: E0, AD and 79. RGB value is (224,173,121). Sum of RGB (Red+Green+Blue) = 224+173+121=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 121 (47.66% from 255 or 23.36% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AD79 is #1F5286. Grayscale: #B6B6B6. Windows color (decimal): -2052743 or 7974368. OLE color: 7974368.
HSL color Cylindrical-coordinate representation of color #E0AD79: hue angle of 30.29º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0AD79 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 173 | 121 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.12 |
| HSL | 30.29º | 0.62% | 0.68% | - |
| HSV(B) | 30.29º | 0.46% | 0.88% | - |
| XYZ | 49.14 | 47.11 | 24.59 | - |
| YUV | 182.32 | 93.4 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 121 | 0 | 0.23 | 0.46 | 0.12 | 30.29 | 0.62 | 0.68 |
| Hex | E0 | AD | 79 | 0 | 17 | 2E | C | 1E | 3E | 44 |
| Octal | 340 | 255 | 171 | 0 | 27 | 56 | 14 | 36 | 76 | 104 |
| Binary | 11100000 | 10101101 | 1111001 | 0 | 10111 | 101110 | 1100 | 11110 | 111110 | 1000100 |
Color Harmonies of #E0AD79
Complementary color
Monochromatic Colors of #E0AD79
Black with #E0AD79
Text Example
Text Example
White with #E0AD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AD79; }
p { color: rgb(224,173,121); }
H1.HeaderClassName
{
color: #E0AD79;
}
.AnyTagClassName
{
color: #E0AD79;
}
</style>
background-color css
<style>
a { background-color: #E0AD79; }
a { background-color: rgb(224,173,121); }
div.DivClassName
{
background-color: #E0AD79;
}
.BgClassName
{
background-color: #E0AD79;
}
</style>
border-color css
<style>
span { border-color: #E0AD79; }
span { border-color: rgb(224,173,121); }
td.TdClassName
{
border-color: #E0AD79;
}
.TagClassName
{
border-color: #E0AD79;
}
</style>