Shades of Manhattan #EAAF80
Tints of Manhattan #EAAF80
RGB
CMYK
RGB Variations
Color information
#EAAF80 (or 0xEAAF80) is known color: Manhattan. HEX triplet: EA, AF and 80. RGB value is (234,175,128). Sum of RGB (Red+Green+Blue) = 234+175+128=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAF80 is #15507F. Grayscale: #BBBBBB. Windows color (decimal): -1396864 or 8433642. OLE color: 8433642.
HSL color Cylindrical-coordinate representation of color #EAAF80: hue angle of 26.6º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EAAF80 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 175 | 128 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.08 |
| HSL | 26.6º | 0.72% | 0.71% | - |
| HSV(B) | 26.6º | 0.45% | 0.92% | - |
| XYZ | 53.16 | 49.71 | 27.22 | - |
| YUV | 187.28 | 94.55 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 175 | 128 | 0 | 0.25 | 0.45 | 0.08 | 26.6 | 0.72 | 0.71 |
| Hex | EA | AF | 80 | 0 | 19 | 2D | 8 | 1B | 48 | 47 |
| Octal | 352 | 257 | 200 | 0 | 31 | 55 | 10 | 33 | 110 | 107 |
| Binary | 11101010 | 10101111 | 10000000 | 0 | 11001 | 101101 | 1000 | 11011 | 1001000 | 1000111 |
Color Harmonies of #EAAF80
Complementary color
Monochromatic Colors of #EAAF80
Black with #EAAF80
Text Example
Text Example
White with #EAAF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAF80; }
p { color: rgb(234,175,128); }
H1.HeaderClassName
{
color: #EAAF80;
}
.AnyTagClassName
{
color: #EAAF80;
}
</style>
background-color css
<style>
a { background-color: #EAAF80; }
a { background-color: rgb(234,175,128); }
div.DivClassName
{
background-color: #EAAF80;
}
.BgClassName
{
background-color: #EAAF80;
}
</style>
border-color css
<style>
span { border-color: #EAAF80; }
span { border-color: rgb(234,175,128); }
td.TdClassName
{
border-color: #EAAF80;
}
.TagClassName
{
border-color: #EAAF80;
}
</style>