Shades of Manhattan #EAAB7D
Tints of Manhattan #EAAB7D
RGB
CMYK
RGB Variations
Color information
#EAAB7D (or 0xEAAB7D) is known color: Manhattan. HEX triplet: EA, AB and 7D. RGB value is (234,171,125). Sum of RGB (Red+Green+Blue) = 234+171+125=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAB7D is #155482. Grayscale: #B8B8B8. Windows color (decimal): -1397891 or 8236010. OLE color: 8236010.
HSL color Cylindrical-coordinate representation of color #EAAB7D: hue angle of 25.32º 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 #EAAB7D is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 171 | 125 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.08 |
| HSL | 25.32º | 0.72% | 0.7% | - |
| HSV(B) | 25.32º | 0.47% | 0.92% | - |
| XYZ | 52.2 | 48.1 | 25.94 | - |
| YUV | 184.59 | 94.37 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 171 | 125 | 0 | 0.27 | 0.47 | 0.08 | 25.32 | 0.72 | 0.7 |
| Hex | EA | AB | 7D | 0 | 1B | 2F | 8 | 19 | 48 | 46 |
| Octal | 352 | 253 | 175 | 0 | 33 | 57 | 10 | 31 | 110 | 106 |
| Binary | 11101010 | 10101011 | 1111101 | 0 | 11011 | 101111 | 1000 | 11001 | 1001000 | 1000110 |
Color Harmonies of #EAAB7D
Complementary color
Monochromatic Colors of #EAAB7D
Black with #EAAB7D
Text Example
Text Example
White with #EAAB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAB7D; }
p { color: rgb(234,171,125); }
H1.HeaderClassName
{
color: #EAAB7D;
}
.AnyTagClassName
{
color: #EAAB7D;
}
</style>
background-color css
<style>
a { background-color: #EAAB7D; }
a { background-color: rgb(234,171,125); }
div.DivClassName
{
background-color: #EAAB7D;
}
.BgClassName
{
background-color: #EAAB7D;
}
</style>
border-color css
<style>
span { border-color: #EAAB7D; }
span { border-color: rgb(234,171,125); }
td.TdClassName
{
border-color: #EAAB7D;
}
.TagClassName
{
border-color: #EAAB7D;
}
</style>