Shades of Banana Mania #FFECB0
Tints of Banana Mania #FFECB0
RGB
CMYK
RGB Variations
Color information
#FFECB0 (or 0xFFECB0) is known color: Banana Mania. HEX triplet: FF, EC and B0. RGB value is (255,236,176). Sum of RGB (Red+Green+Blue) = 255+236+176=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 176 (69.14% from 255 or 26.39% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFECB0 is #00134F. Grayscale: #EBEBEB. Windows color (decimal): -4944 or 11595007. OLE color: 11595007.
HSL color Cylindrical-coordinate representation of color #FFECB0: hue angle of 45.57º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFECB0 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 176 | - |
| CMYK | 0 | 0.07 | 0.31 | 0 |
| HSL | 45.57º | 1% | 0.85% | - |
| HSV(B) | 45.57º | 0.31% | 1% | - |
| XYZ | 79.07 | 84.39 | 53.19 | - |
| YUV | 234.84 | 94.79 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 176 | 0 | 0.07 | 0.31 | 0 | 45.57 | 1 | 0.85 |
| Hex | FF | EC | B0 | 0 | 7 | 1F | 0 | 2E | 64 | 55 |
| Octal | 377 | 354 | 260 | 0 | 7 | 37 | 0 | 56 | 144 | 125 |
| Binary | 11111111 | 11101100 | 10110000 | 0 | 111 | 11111 | 0 | 101110 | 1100100 | 1010101 |
Color Harmonies of #FFECB0
Complementary color
Monochromatic Colors of #FFECB0
Black with #FFECB0
Text Example
Text Example
White with #FFECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECB0; }
p { color: rgb(255,236,176); }
H1.HeaderClassName
{
color: #FFECB0;
}
.AnyTagClassName
{
color: #FFECB0;
}
</style>
background-color css
<style>
a { background-color: #FFECB0; }
a { background-color: rgb(255,236,176); }
div.DivClassName
{
background-color: #FFECB0;
}
.BgClassName
{
background-color: #FFECB0;
}
</style>
border-color css
<style>
span { border-color: #FFECB0; }
span { border-color: rgb(255,236,176); }
td.TdClassName
{
border-color: #FFECB0;
}
.TagClassName
{
border-color: #FFECB0;
}
</style>