Shades of Manhattan #E6B078
Tints of Manhattan #E6B078
RGB
CMYK
RGB Variations
Color information
#E6B078 (or 0xE6B078) is known color: Manhattan. HEX triplet: E6, B0 and 78. RGB value is (230,176,120). Sum of RGB (Red+Green+Blue) = 230+176+120=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 120 (47.27% from 255 or 22.81% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B078 is #194F87. Grayscale: #BABABA. Windows color (decimal): -1658760 or 7909606. OLE color: 7909606.
HSL color Cylindrical-coordinate representation of color #E6B078: hue angle of 30.55º 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 #E6B078 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 176 | 120 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.10 |
| HSL | 30.55º | 0.69% | 0.69% | - |
| HSV(B) | 30.55º | 0.48% | 0.9% | - |
| XYZ | 51.55 | 49.23 | 24.55 | - |
| YUV | 185.76 | 90.89 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 176 | 120 | 0 | 0.23 | 0.48 | 0.10 | 30.55 | 0.69 | 0.69 |
| Hex | E6 | B0 | 78 | 0 | 17 | 30 | A | 1F | 45 | 45 |
| Octal | 346 | 260 | 170 | 0 | 27 | 60 | 12 | 37 | 105 | 105 |
| Binary | 11100110 | 10110000 | 1111000 | 0 | 10111 | 110000 | 1010 | 11111 | 1000101 | 1000101 |
Color Harmonies of #E6B078
Complementary color
Monochromatic Colors of #E6B078
Black with #E6B078
Text Example
Text Example
White with #E6B078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B078; }
p { color: rgb(230,176,120); }
H1.HeaderClassName
{
color: #E6B078;
}
.AnyTagClassName
{
color: #E6B078;
}
</style>
background-color css
<style>
a { background-color: #E6B078; }
a { background-color: rgb(230,176,120); }
div.DivClassName
{
background-color: #E6B078;
}
.BgClassName
{
background-color: #E6B078;
}
</style>
border-color css
<style>
span { border-color: #E6B078; }
span { border-color: rgb(230,176,120); }
td.TdClassName
{
border-color: #E6B078;
}
.TagClassName
{
border-color: #E6B078;
}
</style>