Shades of Banana Mania #F4E5AE
Tints of Banana Mania #F4E5AE
RGB
CMYK
RGB Variations
Color information
#F4E5AE (or 0xF4E5AE) is known color: Banana Mania. HEX triplet: F4, E5 and AE. RGB value is (244,229,174). Sum of RGB (Red+Green+Blue) = 244+229+174=647 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.71% from 647); Green value is 229 (89.84% from 255 or 35.39% from 647); Blue value is 174 (68.36% from 255 or 26.89% from 647); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4E5AE is #0B1A51. Grayscale: #E3E3E3. Windows color (decimal): -727634 or 11462132. OLE color: 11462132.
HSL color Cylindrical-coordinate representation of color #F4E5AE: hue angle of 47.14º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4E5AE is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 229 | 174 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.04 |
| HSL | 47.14º | 0.76% | 0.82% | - |
| HSV(B) | 47.14º | 0.29% | 0.96% | - |
| XYZ | 72.97 | 78.33 | 51.32 | - |
| YUV | 227.22 | 97.97 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 229 | 174 | 0 | 0.06 | 0.29 | 0.04 | 47.14 | 0.76 | 0.82 |
| Hex | F4 | E5 | AE | 0 | 6 | 1D | 4 | 2F | 4C | 52 |
| Octal | 364 | 345 | 256 | 0 | 6 | 35 | 4 | 57 | 114 | 122 |
| Binary | 11110100 | 11100101 | 10101110 | 0 | 110 | 11101 | 100 | 101111 | 1001100 | 1010010 |
Color Harmonies of #F4E5AE
Complementary color
Monochromatic Colors of #F4E5AE
Black with #F4E5AE
Text Example
Text Example
White with #F4E5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E5AE; }
p { color: rgb(244,229,174); }
H1.HeaderClassName
{
color: #F4E5AE;
}
.AnyTagClassName
{
color: #F4E5AE;
}
</style>
background-color css
<style>
a { background-color: #F4E5AE; }
a { background-color: rgb(244,229,174); }
div.DivClassName
{
background-color: #F4E5AE;
}
.BgClassName
{
background-color: #F4E5AE;
}
</style>
border-color css
<style>
span { border-color: #F4E5AE; }
span { border-color: rgb(244,229,174); }
td.TdClassName
{
border-color: #F4E5AE;
}
.TagClassName
{
border-color: #F4E5AE;
}
</style>