Shades of Banana Mania #FFEFAD
Tints of Banana Mania #FFEFAD
RGB
CMYK
RGB Variations
Color information
#FFEFAD (or 0xFFEFAD) is known color: Banana Mania. HEX triplet: FF, EF and AD. RGB value is (255,239,173). Sum of RGB (Red+Green+Blue) = 255+239+173=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 239 (93.75% from 255 or 35.83% from 667); Blue value is 173 (67.97% from 255 or 25.94% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEFAD is #001052. Grayscale: #ECECEC. Windows color (decimal): -4179 or 11399167. OLE color: 11399167.
HSL color Cylindrical-coordinate representation of color #FFEFAD: hue angle of 48.29º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFEFAD is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 173 | - |
| CMYK | 0 | 0.06 | 0.32 | 0 |
| HSL | 48.29º | 1% | 0.84% | - |
| HSV(B) | 48.29º | 0.32% | 1% | - |
| XYZ | 79.65 | 86.01 | 51.94 | - |
| YUV | 236.26 | 92.3 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 173 | 0 | 0.06 | 0.32 | 0 | 48.29 | 1 | 0.84 |
| Hex | FF | EF | AD | 0 | 6 | 20 | 0 | 30 | 64 | 54 |
| Octal | 377 | 357 | 255 | 0 | 6 | 40 | 0 | 60 | 144 | 124 |
| Binary | 11111111 | 11101111 | 10101101 | 0 | 110 | 100000 | 0 | 110000 | 1100100 | 1010100 |
Color Harmonies of #FFEFAD
Complementary color
Monochromatic Colors of #FFEFAD
Black with #FFEFAD
Text Example
Text Example
White with #FFEFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFAD; }
p { color: rgb(255,239,173); }
H1.HeaderClassName
{
color: #FFEFAD;
}
.AnyTagClassName
{
color: #FFEFAD;
}
</style>
background-color css
<style>
a { background-color: #FFEFAD; }
a { background-color: rgb(255,239,173); }
div.DivClassName
{
background-color: #FFEFAD;
}
.BgClassName
{
background-color: #FFEFAD;
}
</style>
border-color css
<style>
span { border-color: #FFEFAD; }
span { border-color: rgb(255,239,173); }
td.TdClassName
{
border-color: #FFEFAD;
}
.TagClassName
{
border-color: #FFEFAD;
}
</style>