Shades of Banana Mania #FFEFB5
Tints of Banana Mania #FFEFB5
RGB
CMYK
RGB Variations
Color information
#FFEFB5 (or 0xFFEFB5) is known color: Banana Mania. HEX triplet: FF, EF and B5. RGB value is (255,239,181). Sum of RGB (Red+Green+Blue) = 255+239+181=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 181 (71.09% from 255 or 26.81% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFB5 is #00104A. Grayscale: #EDEDED. Windows color (decimal): -4171 or 11923455. OLE color: 11923455.
HSL color Cylindrical-coordinate representation of color #FFEFB5: hue angle of 47.03º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFEFB5 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 181 | - |
| CMYK | 0 | 0.06 | 0.29 | 0 |
| HSL | 47.03º | 1% | 0.85% | - |
| HSV(B) | 47.03º | 0.29% | 1% | - |
| XYZ | 80.45 | 86.33 | 56.14 | - |
| YUV | 237.17 | 96.3 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 181 | 0 | 0.06 | 0.29 | 0 | 47.03 | 1 | 0.85 |
| Hex | FF | EF | B5 | 0 | 6 | 1D | 0 | 2F | 64 | 55 |
| Octal | 377 | 357 | 265 | 0 | 6 | 35 | 0 | 57 | 144 | 125 |
| Binary | 11111111 | 11101111 | 10110101 | 0 | 110 | 11101 | 0 | 101111 | 1100100 | 1010101 |
Color Harmonies of #FFEFB5
Complementary color
Monochromatic Colors of #FFEFB5
Black with #FFEFB5
Text Example
Text Example
White with #FFEFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFB5; }
p { color: rgb(255,239,181); }
H1.HeaderClassName
{
color: #FFEFB5;
}
.AnyTagClassName
{
color: #FFEFB5;
}
</style>
background-color css
<style>
a { background-color: #FFEFB5; }
a { background-color: rgb(255,239,181); }
div.DivClassName
{
background-color: #FFEFB5;
}
.BgClassName
{
background-color: #FFEFB5;
}
</style>
border-color css
<style>
span { border-color: #FFEFB5; }
span { border-color: rgb(255,239,181); }
td.TdClassName
{
border-color: #FFEFB5;
}
.TagClassName
{
border-color: #FFEFB5;
}
</style>