Shades of Banana Mania #FFEBBA
Tints of Banana Mania #FFEBBA
RGB
CMYK
RGB Variations
Color information
#FFEBBA (or 0xFFEBBA) is known color: Banana Mania. HEX triplet: FF, EB and BA. RGB value is (255,235,186). Sum of RGB (Red+Green+Blue) = 255+235+186=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 235 (92.19% from 255 or 34.76% from 676); Blue value is 186 (73.05% from 255 or 27.51% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEBBA is #001445. Grayscale: #EBEBEB. Windows color (decimal): -5190 or 12250111. OLE color: 12250111.
HSL color Cylindrical-coordinate representation of color #FFEBBA: hue angle of 42.61º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFEBBA is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 186 | - |
| CMYK | 0 | 0.08 | 0.27 | 0 |
| HSL | 42.61º | 1% | 0.86% | - |
| HSV(B) | 42.61º | 0.27% | 1% | - |
| XYZ | 79.81 | 84.22 | 58.5 | - |
| YUV | 235.39 | 100.13 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 186 | 0 | 0.08 | 0.27 | 0 | 42.61 | 1 | 0.86 |
| Hex | FF | EB | BA | 0 | 8 | 1B | 0 | 2B | 64 | 56 |
| Octal | 377 | 353 | 272 | 0 | 10 | 33 | 0 | 53 | 144 | 126 |
| Binary | 11111111 | 11101011 | 10111010 | 0 | 1000 | 11011 | 0 | 101011 | 1100100 | 1010110 |
Color Harmonies of #FFEBBA
Complementary color
Monochromatic Colors of #FFEBBA
Black with #FFEBBA
Text Example
Text Example
White with #FFEBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEBBA; }
p { color: rgb(255,235,186); }
H1.HeaderClassName
{
color: #FFEBBA;
}
.AnyTagClassName
{
color: #FFEBBA;
}
</style>
background-color css
<style>
a { background-color: #FFEBBA; }
a { background-color: rgb(255,235,186); }
div.DivClassName
{
background-color: #FFEBBA;
}
.BgClassName
{
background-color: #FFEBBA;
}
</style>
border-color css
<style>
span { border-color: #FFEBBA; }
span { border-color: rgb(255,235,186); }
td.TdClassName
{
border-color: #FFEBBA;
}
.TagClassName
{
border-color: #FFEBBA;
}
</style>