Shades of Banana Mania #FFECB4
Tints of Banana Mania #FFECB4
RGB
CMYK
RGB Variations
Color information
#FFECB4 (or 0xFFECB4) is known color: Banana Mania. HEX triplet: FF, EC and B4. RGB value is (255,236,180). Sum of RGB (Red+Green+Blue) = 255+236+180=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 236 (92.58% from 255 or 35.17% from 671); Blue value is 180 (70.70% from 255 or 26.83% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFECB4 is #00134B. Grayscale: #EBEBEB. Windows color (decimal): -4940 or 11857151. OLE color: 11857151.
HSL color Cylindrical-coordinate representation of color #FFECB4: hue angle of 44.8º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFECB4 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 180 | - |
| CMYK | 0 | 0.07 | 0.29 | 0 |
| HSL | 44.8º | 1% | 0.85% | - |
| HSV(B) | 44.8º | 0.29% | 1% | - |
| XYZ | 79.47 | 84.55 | 55.31 | - |
| YUV | 235.3 | 96.79 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 180 | 0 | 0.07 | 0.29 | 0 | 44.8 | 1 | 0.85 |
| Hex | FF | EC | B4 | 0 | 7 | 1D | 0 | 2D | 64 | 55 |
| Octal | 377 | 354 | 264 | 0 | 7 | 35 | 0 | 55 | 144 | 125 |
| Binary | 11111111 | 11101100 | 10110100 | 0 | 111 | 11101 | 0 | 101101 | 1100100 | 1010101 |
Color Harmonies of #FFECB4
Complementary color
Monochromatic Colors of #FFECB4
Black with #FFECB4
Text Example
Text Example
White with #FFECB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECB4; }
p { color: rgb(255,236,180); }
H1.HeaderClassName
{
color: #FFECB4;
}
.AnyTagClassName
{
color: #FFECB4;
}
</style>
background-color css
<style>
a { background-color: #FFECB4; }
a { background-color: rgb(255,236,180); }
div.DivClassName
{
background-color: #FFECB4;
}
.BgClassName
{
background-color: #FFECB4;
}
</style>
border-color css
<style>
span { border-color: #FFECB4; }
span { border-color: rgb(255,236,180); }
td.TdClassName
{
border-color: #FFECB4;
}
.TagClassName
{
border-color: #FFECB4;
}
</style>