Shades of Manhattan #E4AF74
Tints of Manhattan #E4AF74
RGB
CMYK
RGB Variations
Color information
#E4AF74 (or 0xE4AF74) is known color: Manhattan. HEX triplet: E4, AF and 74. RGB value is (228,175,116). Sum of RGB (Red+Green+Blue) = 228+175+116=519 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.93% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4AF74 is #1B508B. Grayscale: #B8B8B8. Windows color (decimal): -1790092 or 7647204. OLE color: 7647204.
HSL color Cylindrical-coordinate representation of color #E4AF74: hue angle of 31.61º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E4AF74 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 175 | 116 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.11 |
| HSL | 31.61º | 0.67% | 0.67% | - |
| HSV(B) | 31.61º | 0.49% | 0.89% | - |
| XYZ | 50.48 | 48.41 | 23.21 | - |
| YUV | 184.12 | 89.56 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 175 | 116 | 0 | 0.23 | 0.49 | 0.11 | 31.61 | 0.67 | 0.67 |
| Hex | E4 | AF | 74 | 0 | 17 | 31 | B | 20 | 43 | 43 |
| Octal | 344 | 257 | 164 | 0 | 27 | 61 | 13 | 40 | 103 | 103 |
| Binary | 11100100 | 10101111 | 1110100 | 0 | 10111 | 110001 | 1011 | 100000 | 1000011 | 1000011 |
Color Harmonies of #E4AF74
Complementary color
Monochromatic Colors of #E4AF74
Black with #E4AF74
Text Example
Text Example
White with #E4AF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AF74; }
p { color: rgb(228,175,116); }
H1.HeaderClassName
{
color: #E4AF74;
}
.AnyTagClassName
{
color: #E4AF74;
}
</style>
background-color css
<style>
a { background-color: #E4AF74; }
a { background-color: rgb(228,175,116); }
div.DivClassName
{
background-color: #E4AF74;
}
.BgClassName
{
background-color: #E4AF74;
}
</style>
border-color css
<style>
span { border-color: #E4AF74; }
span { border-color: rgb(228,175,116); }
td.TdClassName
{
border-color: #E4AF74;
}
.TagClassName
{
border-color: #E4AF74;
}
</style>