Shades of Banana Mania #FFEEBA
Tints of Banana Mania #FFEEBA
RGB
CMYK
RGB Variations
Color information
#FFEEBA (or 0xFFEEBA) is known color: Banana Mania. HEX triplet: FF, EE and BA. RGB value is (255,238,186). Sum of RGB (Red+Green+Blue) = 255+238+186=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 238 (93.36% from 255 or 35.05% from 679); Blue value is 186 (73.05% from 255 or 27.39% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEEBA is #001145. Grayscale: #EDEDED. Windows color (decimal): -4422 or 12250879. OLE color: 12250879.
HSL color Cylindrical-coordinate representation of color #FFEEBA: hue angle of 45.22º 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 #FFEEBA is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 186 | - |
| CMYK | 0 | 0.07 | 0.27 | 0 |
| HSL | 45.22º | 1% | 0.86% | - |
| HSV(B) | 45.22º | 0.27% | 1% | - |
| XYZ | 80.68 | 85.95 | 58.79 | - |
| YUV | 237.16 | 99.13 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 186 | 0 | 0.07 | 0.27 | 0 | 45.22 | 1 | 0.86 |
| Hex | FF | EE | BA | 0 | 7 | 1B | 0 | 2D | 64 | 56 |
| Octal | 377 | 356 | 272 | 0 | 7 | 33 | 0 | 55 | 144 | 126 |
| Binary | 11111111 | 11101110 | 10111010 | 0 | 111 | 11011 | 0 | 101101 | 1100100 | 1010110 |
Color Harmonies of #FFEEBA
Complementary color
Monochromatic Colors of #FFEEBA
Black with #FFEEBA
Text Example
Text Example
White with #FFEEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEBA; }
p { color: rgb(255,238,186); }
H1.HeaderClassName
{
color: #FFEEBA;
}
.AnyTagClassName
{
color: #FFEEBA;
}
</style>
background-color css
<style>
a { background-color: #FFEEBA; }
a { background-color: rgb(255,238,186); }
div.DivClassName
{
background-color: #FFEEBA;
}
.BgClassName
{
background-color: #FFEEBA;
}
</style>
border-color css
<style>
span { border-color: #FFEEBA; }
span { border-color: rgb(255,238,186); }
td.TdClassName
{
border-color: #FFEEBA;
}
.TagClassName
{
border-color: #FFEEBA;
}
</style>