Shades of Manhattan #E1AD74
Tints of Manhattan #E1AD74
RGB
CMYK
RGB Variations
Color information
#E1AD74 (or 0xE1AD74) is known color: Manhattan. HEX triplet: E1, AD and 74. RGB value is (225,173,116). Sum of RGB (Red+Green+Blue) = 225+173+116=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AD74 is #1E528B. Grayscale: #B6B6B6. Windows color (decimal): -1987212 or 7646689. OLE color: 7646689.
HSL color Cylindrical-coordinate representation of color #E1AD74: hue angle of 31.38º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E1AD74 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 173 | 116 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.12 |
| HSL | 31.38º | 0.64% | 0.67% | - |
| HSV(B) | 31.38º | 0.48% | 0.88% | - |
| XYZ | 49.15 | 47.16 | 23.03 | - |
| YUV | 182.05 | 90.73 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 173 | 116 | 0 | 0.23 | 0.48 | 0.12 | 31.38 | 0.64 | 0.67 |
| Hex | E1 | AD | 74 | 0 | 17 | 30 | C | 1F | 40 | 43 |
| Octal | 341 | 255 | 164 | 0 | 27 | 60 | 14 | 37 | 100 | 103 |
| Binary | 11100001 | 10101101 | 1110100 | 0 | 10111 | 110000 | 1100 | 11111 | 1000000 | 1000011 |
Color Harmonies of #E1AD74
Complementary color
Monochromatic Colors of #E1AD74
Black with #E1AD74
Text Example
Text Example
White with #E1AD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AD74; }
p { color: rgb(225,173,116); }
H1.HeaderClassName
{
color: #E1AD74;
}
.AnyTagClassName
{
color: #E1AD74;
}
</style>
background-color css
<style>
a { background-color: #E1AD74; }
a { background-color: rgb(225,173,116); }
div.DivClassName
{
background-color: #E1AD74;
}
.BgClassName
{
background-color: #E1AD74;
}
</style>
border-color css
<style>
span { border-color: #E1AD74; }
span { border-color: rgb(225,173,116); }
td.TdClassName
{
border-color: #E1AD74;
}
.TagClassName
{
border-color: #E1AD74;
}
</style>