Shades of Banana Mania #FFEEAE
Tints of Banana Mania #FFEEAE
RGB
CMYK
RGB Variations
Color information
#FFEEAE (or 0xFFEEAE) is known color: Banana Mania. HEX triplet: FF, EE and AE. RGB value is (255,238,174). Sum of RGB (Red+Green+Blue) = 255+238+174=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 238 (93.36% from 255 or 35.68% from 667); Blue value is 174 (68.36% from 255 or 26.09% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEEAE is #001151. Grayscale: #ECECEC. Windows color (decimal): -4434 or 11464447. OLE color: 11464447.
HSL color Cylindrical-coordinate representation of color #FFEEAE: hue angle of 47.41º 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 #FFEEAE is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 174 | - |
| CMYK | 0 | 0.07 | 0.32 | 0 |
| HSL | 47.41º | 1% | 0.84% | - |
| HSV(B) | 47.41º | 0.32% | 1% | - |
| XYZ | 79.45 | 85.47 | 52.35 | - |
| YUV | 235.79 | 93.13 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 174 | 0 | 0.07 | 0.32 | 0 | 47.41 | 1 | 0.84 |
| Hex | FF | EE | AE | 0 | 7 | 20 | 0 | 2F | 64 | 54 |
| Octal | 377 | 356 | 256 | 0 | 7 | 40 | 0 | 57 | 144 | 124 |
| Binary | 11111111 | 11101110 | 10101110 | 0 | 111 | 100000 | 0 | 101111 | 1100100 | 1010100 |
Color Harmonies of #FFEEAE
Complementary color
Monochromatic Colors of #FFEEAE
Black with #FFEEAE
Text Example
Text Example
White with #FFEEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEAE; }
p { color: rgb(255,238,174); }
H1.HeaderClassName
{
color: #FFEEAE;
}
.AnyTagClassName
{
color: #FFEEAE;
}
</style>
background-color css
<style>
a { background-color: #FFEEAE; }
a { background-color: rgb(255,238,174); }
div.DivClassName
{
background-color: #FFEEAE;
}
.BgClassName
{
background-color: #FFEEAE;
}
</style>
border-color css
<style>
span { border-color: #FFEEAE; }
span { border-color: rgb(255,238,174); }
td.TdClassName
{
border-color: #FFEEAE;
}
.TagClassName
{
border-color: #FFEEAE;
}
</style>