Shades of Manhattan #E0AD81
Tints of Manhattan #E0AD81
RGB
CMYK
RGB Variations
Color information
#E0AD81 (or 0xE0AD81) is known color: Manhattan. HEX triplet: E0, AD and 81. RGB value is (224,173,129). Sum of RGB (Red+Green+Blue) = 224+173+129=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 129 (50.78% from 255 or 24.52% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AD81 is #1F527E. Grayscale: #B7B7B7. Windows color (decimal): -2052735 or 8498656. OLE color: 8498656.
HSL color Cylindrical-coordinate representation of color #E0AD81: hue angle of 27.79º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E0AD81 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 173 | 129 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.12 |
| HSL | 27.79º | 0.61% | 0.69% | - |
| HSV(B) | 27.79º | 0.42% | 0.88% | - |
| XYZ | 49.65 | 47.32 | 27.29 | - |
| YUV | 183.23 | 97.4 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 129 | 0 | 0.23 | 0.42 | 0.12 | 27.79 | 0.61 | 0.69 |
| Hex | E0 | AD | 81 | 0 | 17 | 2A | C | 1C | 3D | 45 |
| Octal | 340 | 255 | 201 | 0 | 27 | 52 | 14 | 34 | 75 | 105 |
| Binary | 11100000 | 10101101 | 10000001 | 0 | 10111 | 101010 | 1100 | 11100 | 111101 | 1000101 |
Color Harmonies of #E0AD81
Complementary color
Monochromatic Colors of #E0AD81
Black with #E0AD81
Text Example
Text Example
White with #E0AD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AD81; }
p { color: rgb(224,173,129); }
H1.HeaderClassName
{
color: #E0AD81;
}
.AnyTagClassName
{
color: #E0AD81;
}
</style>
background-color css
<style>
a { background-color: #E0AD81; }
a { background-color: rgb(224,173,129); }
div.DivClassName
{
background-color: #E0AD81;
}
.BgClassName
{
background-color: #E0AD81;
}
</style>
border-color css
<style>
span { border-color: #E0AD81; }
span { border-color: rgb(224,173,129); }
td.TdClassName
{
border-color: #E0AD81;
}
.TagClassName
{
border-color: #E0AD81;
}
</style>