Shades of Manhattan #ECAF80
Tints of Manhattan #ECAF80
RGB
CMYK
RGB Variations
Color information
#ECAF80 (or 0xECAF80) is known color: Manhattan. HEX triplet: EC, AF and 80. RGB value is (236,175,128). Sum of RGB (Red+Green+Blue) = 236+175+128=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 128 (50.39% from 255 or 23.75% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAF80 is #13507F. Grayscale: #BCBCBC. Windows color (decimal): -1265792 or 8433644. OLE color: 8433644.
HSL color Cylindrical-coordinate representation of color #ECAF80: hue angle of 26.11º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ECAF80 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 128 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.07 |
| HSL | 26.11º | 0.74% | 0.71% | - |
| HSV(B) | 26.11º | 0.46% | 0.93% | - |
| XYZ | 53.82 | 50.05 | 27.25 | - |
| YUV | 187.88 | 94.21 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 128 | 0 | 0.26 | 0.46 | 0.07 | 26.11 | 0.74 | 0.71 |
| Hex | EC | AF | 80 | 0 | 1A | 2E | 7 | 1A | 4A | 47 |
| Octal | 354 | 257 | 200 | 0 | 32 | 56 | 7 | 32 | 112 | 107 |
| Binary | 11101100 | 10101111 | 10000000 | 0 | 11010 | 101110 | 111 | 11010 | 1001010 | 1000111 |
Color Harmonies of #ECAF80
Complementary color
Monochromatic Colors of #ECAF80
Black with #ECAF80
Text Example
Text Example
White with #ECAF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF80; }
p { color: rgb(236,175,128); }
H1.HeaderClassName
{
color: #ECAF80;
}
.AnyTagClassName
{
color: #ECAF80;
}
</style>
background-color css
<style>
a { background-color: #ECAF80; }
a { background-color: rgb(236,175,128); }
div.DivClassName
{
background-color: #ECAF80;
}
.BgClassName
{
background-color: #ECAF80;
}
</style>
border-color css
<style>
span { border-color: #ECAF80; }
span { border-color: rgb(236,175,128); }
td.TdClassName
{
border-color: #ECAF80;
}
.TagClassName
{
border-color: #ECAF80;
}
</style>