Shades of Manhattan #E6AD78
Tints of Manhattan #E6AD78
RGB
CMYK
RGB Variations
Color information
#E6AD78 (or 0xE6AD78) is known color: Manhattan. HEX triplet: E6, AD and 78. RGB value is (230,173,120). Sum of RGB (Red+Green+Blue) = 230+173+120=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 120 (47.27% from 255 or 22.94% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AD78 is #195287. Grayscale: #B8B8B8. Windows color (decimal): -1659528 or 7908838. OLE color: 7908838.
HSL color Cylindrical-coordinate representation of color #E6AD78: hue angle of 28.91º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E6AD78 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 120 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.10 |
| HSL | 28.91º | 0.69% | 0.69% | - |
| HSV(B) | 28.91º | 0.48% | 0.9% | - |
| XYZ | 50.97 | 48.07 | 24.36 | - |
| YUV | 184 | 91.88 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 120 | 0 | 0.25 | 0.48 | 0.10 | 28.91 | 0.69 | 0.69 |
| Hex | E6 | AD | 78 | 0 | 19 | 30 | A | 1D | 45 | 45 |
| Octal | 346 | 255 | 170 | 0 | 31 | 60 | 12 | 35 | 105 | 105 |
| Binary | 11100110 | 10101101 | 1111000 | 0 | 11001 | 110000 | 1010 | 11101 | 1000101 | 1000101 |
Color Harmonies of #E6AD78
Complementary color
Monochromatic Colors of #E6AD78
Black with #E6AD78
Text Example
Text Example
White with #E6AD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AD78; }
p { color: rgb(230,173,120); }
H1.HeaderClassName
{
color: #E6AD78;
}
.AnyTagClassName
{
color: #E6AD78;
}
</style>
background-color css
<style>
a { background-color: #E6AD78; }
a { background-color: rgb(230,173,120); }
div.DivClassName
{
background-color: #E6AD78;
}
.BgClassName
{
background-color: #E6AD78;
}
</style>
border-color css
<style>
span { border-color: #E6AD78; }
span { border-color: rgb(230,173,120); }
td.TdClassName
{
border-color: #E6AD78;
}
.TagClassName
{
border-color: #E6AD78;
}
</style>