Shades of Banana Mania #FFEFB6
Tints of Banana Mania #FFEFB6
RGB
CMYK
RGB Variations
Color information
#FFEFB6 (or 0xFFEFB6) is known color: Banana Mania. HEX triplet: FF, EF and B6. RGB value is (255,239,182). Sum of RGB (Red+Green+Blue) = 255+239+182=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 182 (71.48% from 255 or 26.92% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFB6 is #001049. Grayscale: #EDEDED. Windows color (decimal): -4170 or 11988991. OLE color: 11988991.
HSL color Cylindrical-coordinate representation of color #FFEFB6: hue angle of 46.85º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFEFB6 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 182 | - |
| CMYK | 0 | 0.06 | 0.29 | 0 |
| HSL | 46.85º | 1% | 0.86% | - |
| HSV(B) | 46.85º | 0.29% | 1% | - |
| XYZ | 80.55 | 86.37 | 56.68 | - |
| YUV | 237.29 | 96.8 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 182 | 0 | 0.06 | 0.29 | 0 | 46.85 | 1 | 0.86 |
| Hex | FF | EF | B6 | 0 | 6 | 1D | 0 | 2F | 64 | 56 |
| Octal | 377 | 357 | 266 | 0 | 6 | 35 | 0 | 57 | 144 | 126 |
| Binary | 11111111 | 11101111 | 10110110 | 0 | 110 | 11101 | 0 | 101111 | 1100100 | 1010110 |
Color Harmonies of #FFEFB6
Complementary color
Monochromatic Colors of #FFEFB6
Black with #FFEFB6
Text Example
Text Example
White with #FFEFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFB6; }
p { color: rgb(255,239,182); }
H1.HeaderClassName
{
color: #FFEFB6;
}
.AnyTagClassName
{
color: #FFEFB6;
}
</style>
background-color css
<style>
a { background-color: #FFEFB6; }
a { background-color: rgb(255,239,182); }
div.DivClassName
{
background-color: #FFEFB6;
}
.BgClassName
{
background-color: #FFEFB6;
}
</style>
border-color css
<style>
span { border-color: #FFEFB6; }
span { border-color: rgb(255,239,182); }
td.TdClassName
{
border-color: #FFEFB6;
}
.TagClassName
{
border-color: #FFEFB6;
}
</style>