Shades of Banana Mania #FFECB1
Tints of Banana Mania #FFECB1
RGB
CMYK
RGB Variations
Color information
#FFECB1 (or 0xFFECB1) is known color: Banana Mania. HEX triplet: FF, EC and B1. RGB value is (255,236,177). Sum of RGB (Red+Green+Blue) = 255+236+177=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 236 (92.58% from 255 or 35.33% from 668); Blue value is 177 (69.53% from 255 or 26.50% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFECB1 is #00134E. Grayscale: #EBEBEB. Windows color (decimal): -4943 or 11660543. OLE color: 11660543.
HSL color Cylindrical-coordinate representation of color #FFECB1: hue angle of 45.38º 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 #FFECB1 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 177 | - |
| CMYK | 0 | 0.07 | 0.31 | 0 |
| HSL | 45.38º | 1% | 0.85% | - |
| HSV(B) | 45.38º | 0.31% | 1% | - |
| XYZ | 79.17 | 84.43 | 53.72 | - |
| YUV | 234.96 | 95.29 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 177 | 0 | 0.07 | 0.31 | 0 | 45.38 | 1 | 0.85 |
| Hex | FF | EC | B1 | 0 | 7 | 1F | 0 | 2D | 64 | 55 |
| Octal | 377 | 354 | 261 | 0 | 7 | 37 | 0 | 55 | 144 | 125 |
| Binary | 11111111 | 11101100 | 10110001 | 0 | 111 | 11111 | 0 | 101101 | 1100100 | 1010101 |
Color Harmonies of #FFECB1
Complementary color
Monochromatic Colors of #FFECB1
Black with #FFECB1
Text Example
Text Example
White with #FFECB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECB1; }
p { color: rgb(255,236,177); }
H1.HeaderClassName
{
color: #FFECB1;
}
.AnyTagClassName
{
color: #FFECB1;
}
</style>
background-color css
<style>
a { background-color: #FFECB1; }
a { background-color: rgb(255,236,177); }
div.DivClassName
{
background-color: #FFECB1;
}
.BgClassName
{
background-color: #FFECB1;
}
</style>
border-color css
<style>
span { border-color: #FFECB1; }
span { border-color: rgb(255,236,177); }
td.TdClassName
{
border-color: #FFECB1;
}
.TagClassName
{
border-color: #FFECB1;
}
</style>