Shades of Manhattan #EAB078
Tints of Manhattan #EAB078
RGB
CMYK
RGB Variations
Color information
#EAB078 (or 0xEAB078) is known color: Manhattan. HEX triplet: EA, B0 and 78. RGB value is (234,176,120). Sum of RGB (Red+Green+Blue) = 234+176+120=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 120 (47.27% from 255 or 22.64% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB078 is #154F87. Grayscale: #BBBBBB. Windows color (decimal): -1396616 or 7909610. OLE color: 7909610.
HSL color Cylindrical-coordinate representation of color #EAB078: hue angle of 29.47º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EAB078 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 176 | 120 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.08 |
| HSL | 29.47º | 0.73% | 0.69% | - |
| HSV(B) | 29.47º | 0.49% | 0.92% | - |
| XYZ | 52.85 | 49.9 | 24.62 | - |
| YUV | 186.96 | 90.22 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 120 | 0 | 0.25 | 0.49 | 0.08 | 29.47 | 0.73 | 0.69 |
| Hex | EA | B0 | 78 | 0 | 19 | 31 | 8 | 1D | 49 | 45 |
| Octal | 352 | 260 | 170 | 0 | 31 | 61 | 10 | 35 | 111 | 105 |
| Binary | 11101010 | 10110000 | 1111000 | 0 | 11001 | 110001 | 1000 | 11101 | 1001001 | 1000101 |
Color Harmonies of #EAB078
Complementary color
Monochromatic Colors of #EAB078
Black with #EAB078
Text Example
Text Example
White with #EAB078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB078; }
p { color: rgb(234,176,120); }
H1.HeaderClassName
{
color: #EAB078;
}
.AnyTagClassName
{
color: #EAB078;
}
</style>
background-color css
<style>
a { background-color: #EAB078; }
a { background-color: rgb(234,176,120); }
div.DivClassName
{
background-color: #EAB078;
}
.BgClassName
{
background-color: #EAB078;
}
</style>
border-color css
<style>
span { border-color: #EAB078; }
span { border-color: rgb(234,176,120); }
td.TdClassName
{
border-color: #EAB078;
}
.TagClassName
{
border-color: #EAB078;
}
</style>