Shades of Banana Mania #F4E5AF
Tints of Banana Mania #F4E5AF
RGB
CMYK
RGB Variations
Color information
#F4E5AF (or 0xF4E5AF) is known color: Banana Mania. HEX triplet: F4, E5 and AF. RGB value is (244,229,175). Sum of RGB (Red+Green+Blue) = 244+229+175=648 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.65% from 648); Green value is 229 (89.84% from 255 or 35.34% from 648); Blue value is 175 (68.75% from 255 or 27.01% from 648); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4E5AF is #0B1A50. Grayscale: #E3E3E3. Windows color (decimal): -727633 or 11527668. OLE color: 11527668.
HSL color Cylindrical-coordinate representation of color #F4E5AF: hue angle of 46.96º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4E5AF is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 229 | 175 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.04 |
| HSL | 46.96º | 0.76% | 0.82% | - |
| HSV(B) | 46.96º | 0.28% | 0.96% | - |
| XYZ | 73.07 | 78.37 | 51.83 | - |
| YUV | 227.33 | 98.47 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 229 | 175 | 0 | 0.06 | 0.28 | 0.04 | 46.96 | 0.76 | 0.82 |
| Hex | F4 | E5 | AF | 0 | 6 | 1C | 4 | 2F | 4C | 52 |
| Octal | 364 | 345 | 257 | 0 | 6 | 34 | 4 | 57 | 114 | 122 |
| Binary | 11110100 | 11100101 | 10101111 | 0 | 110 | 11100 | 100 | 101111 | 1001100 | 1010010 |
Color Harmonies of #F4E5AF
Complementary color
Monochromatic Colors of #F4E5AF
Black with #F4E5AF
Text Example
Text Example
White with #F4E5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E5AF; }
p { color: rgb(244,229,175); }
H1.HeaderClassName
{
color: #F4E5AF;
}
.AnyTagClassName
{
color: #F4E5AF;
}
</style>
background-color css
<style>
a { background-color: #F4E5AF; }
a { background-color: rgb(244,229,175); }
div.DivClassName
{
background-color: #F4E5AF;
}
.BgClassName
{
background-color: #F4E5AF;
}
</style>
border-color css
<style>
span { border-color: #F4E5AF; }
span { border-color: rgb(244,229,175); }
td.TdClassName
{
border-color: #F4E5AF;
}
.TagClassName
{
border-color: #F4E5AF;
}
</style>