Shades of Manhattan #E6AD74
Tints of Manhattan #E6AD74
RGB
CMYK
RGB Variations
Color information
#E6AD74 (or 0xE6AD74) is known color: Manhattan. HEX triplet: E6, AD and 74. RGB value is (230,173,116). Sum of RGB (Red+Green+Blue) = 230+173+116=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AD74 is #19528B. Grayscale: #B7B7B7. Windows color (decimal): -1659532 or 7646694. OLE color: 7646694.
HSL color Cylindrical-coordinate representation of color #E6AD74: hue angle of 30º 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 #E6AD74 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 116 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.10 |
| HSL | 30º | 0.7% | 0.68% | - |
| HSV(B) | 30º | 0.5% | 0.9% | - |
| XYZ | 50.73 | 47.97 | 23.11 | - |
| YUV | 183.55 | 89.88 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 116 | 0 | 0.25 | 0.50 | 0.10 | 30 | 0.7 | 0.68 |
| Hex | E6 | AD | 74 | 0 | 19 | 32 | A | 1E | 46 | 44 |
| Octal | 346 | 255 | 164 | 0 | 31 | 62 | 12 | 36 | 106 | 104 |
| Binary | 11100110 | 10101101 | 1110100 | 0 | 11001 | 110010 | 1010 | 11110 | 1000110 | 1000100 |
Color Harmonies of #E6AD74
Complementary color
Monochromatic Colors of #E6AD74
Black with #E6AD74
Text Example
Text Example
White with #E6AD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AD74; }
p { color: rgb(230,173,116); }
H1.HeaderClassName
{
color: #E6AD74;
}
.AnyTagClassName
{
color: #E6AD74;
}
</style>
background-color css
<style>
a { background-color: #E6AD74; }
a { background-color: rgb(230,173,116); }
div.DivClassName
{
background-color: #E6AD74;
}
.BgClassName
{
background-color: #E6AD74;
}
</style>
border-color css
<style>
span { border-color: #E6AD74; }
span { border-color: rgb(230,173,116); }
td.TdClassName
{
border-color: #E6AD74;
}
.TagClassName
{
border-color: #E6AD74;
}
</style>