Shades of Manhattan #E0AE79
Tints of Manhattan #E0AE79
RGB
CMYK
RGB Variations
Color information
#E0AE79 (or 0xE0AE79) is known color: Manhattan. HEX triplet: E0, AE and 79. RGB value is (224,174,121). Sum of RGB (Red+Green+Blue) = 224+174+121=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 121 (47.66% from 255 or 23.31% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AE79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AE79 is #1F5186. Grayscale: #B7B7B7. Windows color (decimal): -2052487 or 7974624. OLE color: 7974624.
HSL color Cylindrical-coordinate representation of color #E0AE79: hue angle of 30.87º 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 #E0AE79 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 174 | 121 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.12 |
| HSL | 30.87º | 0.62% | 0.68% | - |
| HSV(B) | 30.87º | 0.46% | 0.88% | - |
| XYZ | 49.33 | 47.5 | 24.66 | - |
| YUV | 182.91 | 93.07 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 174 | 121 | 0 | 0.22 | 0.46 | 0.12 | 30.87 | 0.62 | 0.68 |
| Hex | E0 | AE | 79 | 0 | 16 | 2E | C | 1F | 3E | 44 |
| Octal | 340 | 256 | 171 | 0 | 26 | 56 | 14 | 37 | 76 | 104 |
| Binary | 11100000 | 10101110 | 1111001 | 0 | 10110 | 101110 | 1100 | 11111 | 111110 | 1000100 |
Color Harmonies of #E0AE79
Complementary color
Monochromatic Colors of #E0AE79
Black with #E0AE79
Text Example
Text Example
White with #E0AE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AE79; }
p { color: rgb(224,174,121); }
H1.HeaderClassName
{
color: #E0AE79;
}
.AnyTagClassName
{
color: #E0AE79;
}
</style>
background-color css
<style>
a { background-color: #E0AE79; }
a { background-color: rgb(224,174,121); }
div.DivClassName
{
background-color: #E0AE79;
}
.BgClassName
{
background-color: #E0AE79;
}
</style>
border-color css
<style>
span { border-color: #E0AE79; }
span { border-color: rgb(224,174,121); }
td.TdClassName
{
border-color: #E0AE79;
}
.TagClassName
{
border-color: #E0AE79;
}
</style>