Shades of Banana Mania #FFEFB2
Tints of Banana Mania #FFEFB2
RGB
CMYK
RGB Variations
Color information
#FFEFB2 (or 0xFFEFB2) is known color: Banana Mania. HEX triplet: FF, EF and B2. RGB value is (255,239,178). Sum of RGB (Red+Green+Blue) = 255+239+178=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 239 (93.75% from 255 or 35.57% from 672); Blue value is 178 (69.92% from 255 or 26.49% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEFB2 is #00104D. Grayscale: #EDEDED. Windows color (decimal): -4174 or 11726847. OLE color: 11726847.
HSL color Cylindrical-coordinate representation of color #FFEFB2: hue angle of 47.53º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFEFB2 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 178 | - |
| CMYK | 0 | 0.06 | 0.30 | 0 |
| HSL | 47.53º | 1% | 0.85% | - |
| HSV(B) | 47.53º | 0.3% | 1% | - |
| XYZ | 80.14 | 86.21 | 54.54 | - |
| YUV | 236.83 | 94.8 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 178 | 0 | 0.06 | 0.30 | 0 | 47.53 | 1 | 0.85 |
| Hex | FF | EF | B2 | 0 | 6 | 1E | 0 | 30 | 64 | 55 |
| Octal | 377 | 357 | 262 | 0 | 6 | 36 | 0 | 60 | 144 | 125 |
| Binary | 11111111 | 11101111 | 10110010 | 0 | 110 | 11110 | 0 | 110000 | 1100100 | 1010101 |
Color Harmonies of #FFEFB2
Complementary color
Monochromatic Colors of #FFEFB2
Black with #FFEFB2
Text Example
Text Example
White with #FFEFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFB2; }
p { color: rgb(255,239,178); }
H1.HeaderClassName
{
color: #FFEFB2;
}
.AnyTagClassName
{
color: #FFEFB2;
}
</style>
background-color css
<style>
a { background-color: #FFEFB2; }
a { background-color: rgb(255,239,178); }
div.DivClassName
{
background-color: #FFEFB2;
}
.BgClassName
{
background-color: #FFEFB2;
}
</style>
border-color css
<style>
span { border-color: #FFEFB2; }
span { border-color: rgb(255,239,178); }
td.TdClassName
{
border-color: #FFEFB2;
}
.TagClassName
{
border-color: #FFEFB2;
}
</style>