Shades of Manhattan #E6AE74
Tints of Manhattan #E6AE74
RGB
CMYK
RGB Variations
Color information
#E6AE74 (or 0xE6AE74) is known color: Manhattan. HEX triplet: E6, AE and 74. RGB value is (230,174,116). Sum of RGB (Red+Green+Blue) = 230+174+116=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AE74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AE74 is #19518B. Grayscale: #B8B8B8. Windows color (decimal): -1659276 or 7646950. OLE color: 7646950.
HSL color Cylindrical-coordinate representation of color #E6AE74: hue angle of 30.53º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6AE74 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 174 | 116 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.10 |
| HSL | 30.53º | 0.7% | 0.68% | - |
| HSV(B) | 30.53º | 0.5% | 0.9% | - |
| XYZ | 50.92 | 48.36 | 23.17 | - |
| YUV | 184.13 | 89.55 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 174 | 116 | 0 | 0.24 | 0.50 | 0.10 | 30.53 | 0.7 | 0.68 |
| Hex | E6 | AE | 74 | 0 | 18 | 32 | A | 1F | 46 | 44 |
| Octal | 346 | 256 | 164 | 0 | 30 | 62 | 12 | 37 | 106 | 104 |
| Binary | 11100110 | 10101110 | 1110100 | 0 | 11000 | 110010 | 1010 | 11111 | 1000110 | 1000100 |
Color Harmonies of #E6AE74
Complementary color
Monochromatic Colors of #E6AE74
Black with #E6AE74
Text Example
Text Example
White with #E6AE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AE74; }
p { color: rgb(230,174,116); }
H1.HeaderClassName
{
color: #E6AE74;
}
.AnyTagClassName
{
color: #E6AE74;
}
</style>
background-color css
<style>
a { background-color: #E6AE74; }
a { background-color: rgb(230,174,116); }
div.DivClassName
{
background-color: #E6AE74;
}
.BgClassName
{
background-color: #E6AE74;
}
</style>
border-color css
<style>
span { border-color: #E6AE74; }
span { border-color: rgb(230,174,116); }
td.TdClassName
{
border-color: #E6AE74;
}
.TagClassName
{
border-color: #E6AE74;
}
</style>