Shades of Banana Mania #FFECA9
Tints of Banana Mania #FFECA9
RGB
CMYK
RGB Variations
Color information
#FFECA9 (or 0xFFECA9) is known color: Banana Mania. HEX triplet: FF, EC and A9. RGB value is (255,236,169). Sum of RGB (Red+Green+Blue) = 255+236+169=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 169 (66.41% from 255 or 25.61% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFECA9 is #001356. Grayscale: #EAEAEA. Windows color (decimal): -4951 or 11136255. OLE color: 11136255.
HSL color Cylindrical-coordinate representation of color #FFECA9: hue angle of 46.74º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFECA9 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 169 | - |
| CMYK | 0 | 0.07 | 0.34 | 0 |
| HSL | 46.74º | 1% | 0.83% | - |
| HSV(B) | 46.74º | 0.34% | 1% | - |
| XYZ | 78.4 | 84.12 | 49.64 | - |
| YUV | 234.04 | 91.29 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 169 | 0 | 0.07 | 0.34 | 0 | 46.74 | 1 | 0.83 |
| Hex | FF | EC | A9 | 0 | 7 | 22 | 0 | 2F | 64 | 53 |
| Octal | 377 | 354 | 251 | 0 | 7 | 42 | 0 | 57 | 144 | 123 |
| Binary | 11111111 | 11101100 | 10101001 | 0 | 111 | 100010 | 0 | 101111 | 1100100 | 1010011 |
Color Harmonies of #FFECA9
Complementary color
Monochromatic Colors of #FFECA9
Black with #FFECA9
Text Example
Text Example
White with #FFECA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECA9; }
p { color: rgb(255,236,169); }
H1.HeaderClassName
{
color: #FFECA9;
}
.AnyTagClassName
{
color: #FFECA9;
}
</style>
background-color css
<style>
a { background-color: #FFECA9; }
a { background-color: rgb(255,236,169); }
div.DivClassName
{
background-color: #FFECA9;
}
.BgClassName
{
background-color: #FFECA9;
}
</style>
border-color css
<style>
span { border-color: #FFECA9; }
span { border-color: rgb(255,236,169); }
td.TdClassName
{
border-color: #FFECA9;
}
.TagClassName
{
border-color: #FFECA9;
}
</style>