Shades of Banana Mania #FFEDBA
Tints of Banana Mania #FFEDBA
RGB
CMYK
RGB Variations
Color information
#FFEDBA (or 0xFFEDBA) is known color: Banana Mania. HEX triplet: FF, ED and BA. RGB value is (255,237,186). Sum of RGB (Red+Green+Blue) = 255+237+186=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 237 (92.97% from 255 or 34.96% from 678); Blue value is 186 (73.05% from 255 or 27.43% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDBA is #001245. Grayscale: #ECECEC. Windows color (decimal): -4678 or 12250623. OLE color: 12250623.
HSL color Cylindrical-coordinate representation of color #FFEDBA: hue angle of 44.35º 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 #FFEDBA is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 186 | - |
| CMYK | 0 | 0.07 | 0.27 | 0 |
| HSL | 44.35º | 1% | 0.86% | - |
| HSV(B) | 44.35º | 0.27% | 1% | - |
| XYZ | 80.39 | 85.37 | 58.7 | - |
| YUV | 236.57 | 99.46 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 186 | 0 | 0.07 | 0.27 | 0 | 44.35 | 1 | 0.86 |
| Hex | FF | ED | BA | 0 | 7 | 1B | 0 | 2C | 64 | 56 |
| Octal | 377 | 355 | 272 | 0 | 7 | 33 | 0 | 54 | 144 | 126 |
| Binary | 11111111 | 11101101 | 10111010 | 0 | 111 | 11011 | 0 | 101100 | 1100100 | 1010110 |
Color Harmonies of #FFEDBA
Complementary color
Monochromatic Colors of #FFEDBA
Black with #FFEDBA
Text Example
Text Example
White with #FFEDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDBA; }
p { color: rgb(255,237,186); }
H1.HeaderClassName
{
color: #FFEDBA;
}
.AnyTagClassName
{
color: #FFEDBA;
}
</style>
background-color css
<style>
a { background-color: #FFEDBA; }
a { background-color: rgb(255,237,186); }
div.DivClassName
{
background-color: #FFEDBA;
}
.BgClassName
{
background-color: #FFEDBA;
}
</style>
border-color css
<style>
span { border-color: #FFEDBA; }
span { border-color: rgb(255,237,186); }
td.TdClassName
{
border-color: #FFEDBA;
}
.TagClassName
{
border-color: #FFEDBA;
}
</style>