Shades of Manhattan #E1A974
Tints of Manhattan #E1A974
RGB
CMYK
RGB Variations
Color information
#E1A974 (or 0xE1A974) is known color: Manhattan. HEX triplet: E1, A9 and 74. RGB value is (225,169,116). Sum of RGB (Red+Green+Blue) = 225+169+116=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A974 is #1E568B. Grayscale: #B3B3B3. Windows color (decimal): -1988236 or 7645665. OLE color: 7645665.
HSL color Cylindrical-coordinate representation of color #E1A974: hue angle of 29.17º 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 #E1A974 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 169 | 116 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.12 |
| HSL | 29.17º | 0.64% | 0.67% | - |
| HSV(B) | 29.17º | 0.48% | 0.88% | - |
| XYZ | 48.39 | 45.64 | 22.78 | - |
| YUV | 179.7 | 92.05 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 169 | 116 | 0 | 0.25 | 0.48 | 0.12 | 29.17 | 0.64 | 0.67 |
| Hex | E1 | A9 | 74 | 0 | 19 | 30 | C | 1D | 40 | 43 |
| Octal | 341 | 251 | 164 | 0 | 31 | 60 | 14 | 35 | 100 | 103 |
| Binary | 11100001 | 10101001 | 1110100 | 0 | 11001 | 110000 | 1100 | 11101 | 1000000 | 1000011 |
Color Harmonies of #E1A974
Complementary color
Monochromatic Colors of #E1A974
Black with #E1A974
Text Example
Text Example
White with #E1A974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A974; }
p { color: rgb(225,169,116); }
H1.HeaderClassName
{
color: #E1A974;
}
.AnyTagClassName
{
color: #E1A974;
}
</style>
background-color css
<style>
a { background-color: #E1A974; }
a { background-color: rgb(225,169,116); }
div.DivClassName
{
background-color: #E1A974;
}
.BgClassName
{
background-color: #E1A974;
}
</style>
border-color css
<style>
span { border-color: #E1A974; }
span { border-color: rgb(225,169,116); }
td.TdClassName
{
border-color: #E1A974;
}
.TagClassName
{
border-color: #E1A974;
}
</style>