Shades of Manhattan #E6AF78
Tints of Manhattan #E6AF78
RGB
CMYK
RGB Variations
Color information
#E6AF78 (or 0xE6AF78) is known color: Manhattan. HEX triplet: E6, AF and 78. RGB value is (230,175,120). Sum of RGB (Red+Green+Blue) = 230+175+120=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 120 (47.27% from 255 or 22.86% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AF78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AF78 is #195087. Grayscale: #B9B9B9. Windows color (decimal): -1659016 or 7909350. OLE color: 7909350.
HSL color Cylindrical-coordinate representation of color #E6AF78: hue angle of 30º 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 #E6AF78 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 120 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.10 |
| HSL | 30º | 0.69% | 0.69% | - |
| HSV(B) | 30º | 0.48% | 0.9% | - |
| XYZ | 51.35 | 48.84 | 24.49 | - |
| YUV | 185.18 | 91.22 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 120 | 0 | 0.24 | 0.48 | 0.10 | 30 | 0.69 | 0.69 |
| Hex | E6 | AF | 78 | 0 | 18 | 30 | A | 1E | 45 | 45 |
| Octal | 346 | 257 | 170 | 0 | 30 | 60 | 12 | 36 | 105 | 105 |
| Binary | 11100110 | 10101111 | 1111000 | 0 | 11000 | 110000 | 1010 | 11110 | 1000101 | 1000101 |
Color Harmonies of #E6AF78
Complementary color
Monochromatic Colors of #E6AF78
Black with #E6AF78
Text Example
Text Example
White with #E6AF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AF78; }
p { color: rgb(230,175,120); }
H1.HeaderClassName
{
color: #E6AF78;
}
.AnyTagClassName
{
color: #E6AF78;
}
</style>
background-color css
<style>
a { background-color: #E6AF78; }
a { background-color: rgb(230,175,120); }
div.DivClassName
{
background-color: #E6AF78;
}
.BgClassName
{
background-color: #E6AF78;
}
</style>
border-color css
<style>
span { border-color: #E6AF78; }
span { border-color: rgb(230,175,120); }
td.TdClassName
{
border-color: #E6AF78;
}
.TagClassName
{
border-color: #E6AF78;
}
</style>