Shades of Manhattan #E0AF7A
Tints of Manhattan #E0AF7A
RGB
CMYK
RGB Variations
Color information
#E0AF7A (or 0xE0AF7A) is known color: Manhattan. HEX triplet: E0, AF and 7A. RGB value is (224,175,122). Sum of RGB (Red+Green+Blue) = 224+175+122=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AF7A is #1F5085. Grayscale: #B7B7B7. Windows color (decimal): -2052230 or 8040416. OLE color: 8040416.
HSL color Cylindrical-coordinate representation of color #E0AF7A: hue angle of 31.18º 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 #E0AF7A is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 175 | 122 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.12 |
| HSL | 31.18º | 0.62% | 0.68% | - |
| HSV(B) | 31.18º | 0.46% | 0.88% | - |
| XYZ | 49.58 | 47.91 | 25.05 | - |
| YUV | 183.61 | 93.23 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 175 | 122 | 0 | 0.22 | 0.46 | 0.12 | 31.18 | 0.62 | 0.68 |
| Hex | E0 | AF | 7A | 0 | 16 | 2E | C | 1F | 3E | 44 |
| Octal | 340 | 257 | 172 | 0 | 26 | 56 | 14 | 37 | 76 | 104 |
| Binary | 11100000 | 10101111 | 1111010 | 0 | 10110 | 101110 | 1100 | 11111 | 111110 | 1000100 |
Color Harmonies of #E0AF7A
Complementary color
Monochromatic Colors of #E0AF7A
Black with #E0AF7A
Text Example
Text Example
White with #E0AF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AF7A; }
p { color: rgb(224,175,122); }
H1.HeaderClassName
{
color: #E0AF7A;
}
.AnyTagClassName
{
color: #E0AF7A;
}
</style>
background-color css
<style>
a { background-color: #E0AF7A; }
a { background-color: rgb(224,175,122); }
div.DivClassName
{
background-color: #E0AF7A;
}
.BgClassName
{
background-color: #E0AF7A;
}
</style>
border-color css
<style>
span { border-color: #E0AF7A; }
span { border-color: rgb(224,175,122); }
td.TdClassName
{
border-color: #E0AF7A;
}
.TagClassName
{
border-color: #E0AF7A;
}
</style>