Shades of Banana Mania #FFEBA8
Tints of Banana Mania #FFEBA8
RGB
CMYK
RGB Variations
Color information
#FFEBA8 (or 0xFFEBA8) is known color: Banana Mania. HEX triplet: FF, EB and A8. RGB value is (255,235,168). Sum of RGB (Red+Green+Blue) = 255+235+168=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 235 (92.19% from 255 or 35.71% from 658); Blue value is 168 (66.02% from 255 or 25.53% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEBA8 is #001457. Grayscale: #E9E9E9. Windows color (decimal): -5208 or 11070463. OLE color: 11070463.
HSL color Cylindrical-coordinate representation of color #FFEBA8: hue angle of 46.21º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFEBA8 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 168 | - |
| CMYK | 0 | 0.08 | 0.34 | 0 |
| HSL | 46.21º | 1% | 0.83% | - |
| HSV(B) | 46.21º | 0.34% | 1% | - |
| XYZ | 78.02 | 83.5 | 49.05 | - |
| YUV | 233.34 | 91.13 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 168 | 0 | 0.08 | 0.34 | 0 | 46.21 | 1 | 0.83 |
| Hex | FF | EB | A8 | 0 | 8 | 22 | 0 | 2E | 64 | 53 |
| Octal | 377 | 353 | 250 | 0 | 10 | 42 | 0 | 56 | 144 | 123 |
| Binary | 11111111 | 11101011 | 10101000 | 0 | 1000 | 100010 | 0 | 101110 | 1100100 | 1010011 |
Color Harmonies of #FFEBA8
Complementary color
Monochromatic Colors of #FFEBA8
Black with #FFEBA8
Text Example
Text Example
White with #FFEBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEBA8; }
p { color: rgb(255,235,168); }
H1.HeaderClassName
{
color: #FFEBA8;
}
.AnyTagClassName
{
color: #FFEBA8;
}
</style>
background-color css
<style>
a { background-color: #FFEBA8; }
a { background-color: rgb(255,235,168); }
div.DivClassName
{
background-color: #FFEBA8;
}
.BgClassName
{
background-color: #FFEBA8;
}
</style>
border-color css
<style>
span { border-color: #FFEBA8; }
span { border-color: rgb(255,235,168); }
td.TdClassName
{
border-color: #FFEBA8;
}
.TagClassName
{
border-color: #FFEBA8;
}
</style>