Shades of Banana Mania #FFEEB5
Tints of Banana Mania #FFEEB5
RGB
CMYK
RGB Variations
Color information
#FFEEB5 (or 0xFFEEB5) is known color: Banana Mania. HEX triplet: FF, EE and B5. RGB value is (255,238,181). Sum of RGB (Red+Green+Blue) = 255+238+181=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 238 (93.36% from 255 or 35.31% from 674); Blue value is 181 (71.09% from 255 or 26.85% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEEB5 is #00114A. Grayscale: #ECECEC. Windows color (decimal): -4427 or 11923199. OLE color: 11923199.
HSL color Cylindrical-coordinate representation of color #FFEEB5: hue angle of 46.22º 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 #FFEEB5 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 181 | - |
| CMYK | 0 | 0.07 | 0.29 | 0 |
| HSL | 46.22º | 1% | 0.85% | - |
| HSV(B) | 46.22º | 0.29% | 1% | - |
| XYZ | 80.16 | 85.75 | 56.04 | - |
| YUV | 236.59 | 96.63 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 181 | 0 | 0.07 | 0.29 | 0 | 46.22 | 1 | 0.85 |
| Hex | FF | EE | B5 | 0 | 7 | 1D | 0 | 2E | 64 | 55 |
| Octal | 377 | 356 | 265 | 0 | 7 | 35 | 0 | 56 | 144 | 125 |
| Binary | 11111111 | 11101110 | 10110101 | 0 | 111 | 11101 | 0 | 101110 | 1100100 | 1010101 |
Color Harmonies of #FFEEB5
Complementary color
Monochromatic Colors of #FFEEB5
Black with #FFEEB5
Text Example
Text Example
White with #FFEEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEB5; }
p { color: rgb(255,238,181); }
H1.HeaderClassName
{
color: #FFEEB5;
}
.AnyTagClassName
{
color: #FFEEB5;
}
</style>
background-color css
<style>
a { background-color: #FFEEB5; }
a { background-color: rgb(255,238,181); }
div.DivClassName
{
background-color: #FFEEB5;
}
.BgClassName
{
background-color: #FFEEB5;
}
</style>
border-color css
<style>
span { border-color: #FFEEB5; }
span { border-color: rgb(255,238,181); }
td.TdClassName
{
border-color: #FFEEB5;
}
.TagClassName
{
border-color: #FFEEB5;
}
</style>