Shades of Banana Mania #FFEEB8
Tints of Banana Mania #FFEEB8
RGB
CMYK
RGB Variations
Color information
#FFEEB8 (or 0xFFEEB8) is known color: Banana Mania. HEX triplet: FF, EE and B8. RGB value is (255,238,184). Sum of RGB (Red+Green+Blue) = 255+238+184=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 238 (93.36% from 255 or 35.16% from 677); Blue value is 184 (72.27% from 255 or 27.18% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEEB8 is #001147. Grayscale: #EDEDED. Windows color (decimal): -4424 or 12119807. OLE color: 12119807.
HSL color Cylindrical-coordinate representation of color #FFEEB8: hue angle of 45.63º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFEEB8 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 184 | - |
| CMYK | 0 | 0.07 | 0.28 | 0 |
| HSL | 45.63º | 1% | 0.86% | - |
| HSV(B) | 45.63º | 0.28% | 1% | - |
| XYZ | 80.47 | 85.87 | 57.68 | - |
| YUV | 236.93 | 98.13 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 184 | 0 | 0.07 | 0.28 | 0 | 45.63 | 1 | 0.86 |
| Hex | FF | EE | B8 | 0 | 7 | 1C | 0 | 2E | 64 | 56 |
| Octal | 377 | 356 | 270 | 0 | 7 | 34 | 0 | 56 | 144 | 126 |
| Binary | 11111111 | 11101110 | 10111000 | 0 | 111 | 11100 | 0 | 101110 | 1100100 | 1010110 |
Color Harmonies of #FFEEB8
Complementary color
Monochromatic Colors of #FFEEB8
Black with #FFEEB8
Text Example
Text Example
White with #FFEEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEB8; }
p { color: rgb(255,238,184); }
H1.HeaderClassName
{
color: #FFEEB8;
}
.AnyTagClassName
{
color: #FFEEB8;
}
</style>
background-color css
<style>
a { background-color: #FFEEB8; }
a { background-color: rgb(255,238,184); }
div.DivClassName
{
background-color: #FFEEB8;
}
.BgClassName
{
background-color: #FFEEB8;
}
</style>
border-color css
<style>
span { border-color: #FFEEB8; }
span { border-color: rgb(255,238,184); }
td.TdClassName
{
border-color: #FFEEB8;
}
.TagClassName
{
border-color: #FFEEB8;
}
</style>