Shades of Banana Mania #FFEEB0
Tints of Banana Mania #FFEEB0
RGB
CMYK
RGB Variations
Color information
#FFEEB0 (or 0xFFEEB0) is known color: Banana Mania. HEX triplet: FF, EE and B0. RGB value is (255,238,176). Sum of RGB (Red+Green+Blue) = 255+238+176=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 176 (69.14% from 255 or 26.31% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEEB0 is #00114F. Grayscale: #ECECEC. Windows color (decimal): -4432 or 11595519. OLE color: 11595519.
HSL color Cylindrical-coordinate representation of color #FFEEB0: hue angle of 47.09º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFEEB0 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 176 | - |
| CMYK | 0 | 0.07 | 0.31 | 0 |
| HSL | 47.09º | 1% | 0.85% | - |
| HSV(B) | 47.09º | 0.31% | 1% | - |
| XYZ | 79.65 | 85.54 | 53.39 | - |
| YUV | 236.02 | 94.13 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 176 | 0 | 0.07 | 0.31 | 0 | 47.09 | 1 | 0.85 |
| Hex | FF | EE | B0 | 0 | 7 | 1F | 0 | 2F | 64 | 55 |
| Octal | 377 | 356 | 260 | 0 | 7 | 37 | 0 | 57 | 144 | 125 |
| Binary | 11111111 | 11101110 | 10110000 | 0 | 111 | 11111 | 0 | 101111 | 1100100 | 1010101 |
Color Harmonies of #FFEEB0
Complementary color
Monochromatic Colors of #FFEEB0
Black with #FFEEB0
Text Example
Text Example
White with #FFEEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEB0; }
p { color: rgb(255,238,176); }
H1.HeaderClassName
{
color: #FFEEB0;
}
.AnyTagClassName
{
color: #FFEEB0;
}
</style>
background-color css
<style>
a { background-color: #FFEEB0; }
a { background-color: rgb(255,238,176); }
div.DivClassName
{
background-color: #FFEEB0;
}
.BgClassName
{
background-color: #FFEEB0;
}
</style>
border-color css
<style>
span { border-color: #FFEEB0; }
span { border-color: rgb(255,238,176); }
td.TdClassName
{
border-color: #FFEEB0;
}
.TagClassName
{
border-color: #FFEEB0;
}
</style>