Shades of Manhattan #EAAA7D
Tints of Manhattan #EAAA7D
RGB
CMYK
RGB Variations
Color information
#EAAA7D (or 0xEAAA7D) is known color: Manhattan. HEX triplet: EA, AA and 7D. RGB value is (234,170,125). Sum of RGB (Red+Green+Blue) = 234+170+125=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 125 (49.22% from 255 or 23.63% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAA7D is #155582. Grayscale: #B8B8B8. Windows color (decimal): -1398147 or 8235754. OLE color: 8235754.
HSL color Cylindrical-coordinate representation of color #EAAA7D: hue angle of 24.77º 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 #EAAA7D is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 125 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.08 |
| HSL | 24.77º | 0.72% | 0.7% | - |
| HSV(B) | 24.77º | 0.47% | 0.92% | - |
| XYZ | 52.01 | 47.72 | 25.87 | - |
| YUV | 184.01 | 94.7 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 125 | 0 | 0.27 | 0.47 | 0.08 | 24.77 | 0.72 | 0.7 |
| Hex | EA | AA | 7D | 0 | 1B | 2F | 8 | 19 | 48 | 46 |
| Octal | 352 | 252 | 175 | 0 | 33 | 57 | 10 | 31 | 110 | 106 |
| Binary | 11101010 | 10101010 | 1111101 | 0 | 11011 | 101111 | 1000 | 11001 | 1001000 | 1000110 |
Color Harmonies of #EAAA7D
Complementary color
Monochromatic Colors of #EAAA7D
Black with #EAAA7D
Text Example
Text Example
White with #EAAA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA7D; }
p { color: rgb(234,170,125); }
H1.HeaderClassName
{
color: #EAAA7D;
}
.AnyTagClassName
{
color: #EAAA7D;
}
</style>
background-color css
<style>
a { background-color: #EAAA7D; }
a { background-color: rgb(234,170,125); }
div.DivClassName
{
background-color: #EAAA7D;
}
.BgClassName
{
background-color: #EAAA7D;
}
</style>
border-color css
<style>
span { border-color: #EAAA7D; }
span { border-color: rgb(234,170,125); }
td.TdClassName
{
border-color: #EAAA7D;
}
.TagClassName
{
border-color: #EAAA7D;
}
</style>