Shades of Manhattan #EAB07D
Tints of Manhattan #EAB07D
RGB
CMYK
RGB Variations
Color information
#EAB07D (or 0xEAB07D) is known color: Manhattan. HEX triplet: EA, B0 and 7D. RGB value is (234,176,125). Sum of RGB (Red+Green+Blue) = 234+176+125=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB07D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB07D is #154F82. Grayscale: #BBBBBB. Windows color (decimal): -1396611 or 8237290. OLE color: 8237290.
HSL color Cylindrical-coordinate representation of color #EAB07D: hue angle of 28.07º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EAB07D is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 176 | 125 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.08 |
| HSL | 28.07º | 0.72% | 0.7% | - |
| HSV(B) | 28.07º | 0.47% | 0.92% | - |
| XYZ | 53.16 | 50.02 | 26.26 | - |
| YUV | 187.53 | 92.72 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 125 | 0 | 0.25 | 0.47 | 0.08 | 28.07 | 0.72 | 0.7 |
| Hex | EA | B0 | 7D | 0 | 19 | 2F | 8 | 1C | 48 | 46 |
| Octal | 352 | 260 | 175 | 0 | 31 | 57 | 10 | 34 | 110 | 106 |
| Binary | 11101010 | 10110000 | 1111101 | 0 | 11001 | 101111 | 1000 | 11100 | 1001000 | 1000110 |
Color Harmonies of #EAB07D
Complementary color
Monochromatic Colors of #EAB07D
Black with #EAB07D
Text Example
Text Example
White with #EAB07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB07D; }
p { color: rgb(234,176,125); }
H1.HeaderClassName
{
color: #EAB07D;
}
.AnyTagClassName
{
color: #EAB07D;
}
</style>
background-color css
<style>
a { background-color: #EAB07D; }
a { background-color: rgb(234,176,125); }
div.DivClassName
{
background-color: #EAB07D;
}
.BgClassName
{
background-color: #EAB07D;
}
</style>
border-color css
<style>
span { border-color: #EAB07D; }
span { border-color: rgb(234,176,125); }
td.TdClassName
{
border-color: #EAB07D;
}
.TagClassName
{
border-color: #EAB07D;
}
</style>