Shades of Manhattan #EAB27A
Tints of Manhattan #EAB27A
RGB
CMYK
RGB Variations
Color information
#EAB27A (or 0xEAB27A) is known color: Manhattan. HEX triplet: EA, B2 and 7A. RGB value is (234,178,122). Sum of RGB (Red+Green+Blue) = 234+178+122=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 122 (48.05% from 255 or 22.85% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB27A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB27A is #154D85. Grayscale: #BCBCBC. Windows color (decimal): -1396102 or 8041194. OLE color: 8041194.
HSL color Cylindrical-coordinate representation of color #EAB27A: hue angle of 30º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EAB27A is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 178 | 122 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.08 |
| HSL | 30º | 0.73% | 0.7% | - |
| HSV(B) | 30º | 0.48% | 0.92% | - |
| XYZ | 53.36 | 50.74 | 25.39 | - |
| YUV | 188.36 | 90.55 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 178 | 122 | 0 | 0.24 | 0.48 | 0.08 | 30 | 0.73 | 0.7 |
| Hex | EA | B2 | 7A | 0 | 18 | 30 | 8 | 1E | 49 | 46 |
| Octal | 352 | 262 | 172 | 0 | 30 | 60 | 10 | 36 | 111 | 106 |
| Binary | 11101010 | 10110010 | 1111010 | 0 | 11000 | 110000 | 1000 | 11110 | 1001001 | 1000110 |
Color Harmonies of #EAB27A
Complementary color
Monochromatic Colors of #EAB27A
Black with #EAB27A
Text Example
Text Example
White with #EAB27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB27A; }
p { color: rgb(234,178,122); }
H1.HeaderClassName
{
color: #EAB27A;
}
.AnyTagClassName
{
color: #EAB27A;
}
</style>
background-color css
<style>
a { background-color: #EAB27A; }
a { background-color: rgb(234,178,122); }
div.DivClassName
{
background-color: #EAB27A;
}
.BgClassName
{
background-color: #EAB27A;
}
</style>
border-color css
<style>
span { border-color: #EAB27A; }
span { border-color: rgb(234,178,122); }
td.TdClassName
{
border-color: #EAB27A;
}
.TagClassName
{
border-color: #EAB27A;
}
</style>