Shades of Banana Mania #FEE5AD
Tints of Banana Mania #FEE5AD
RGB
CMYK
RGB Variations
Color information
#FEE5AD (or 0xFEE5AD) is known color: Banana Mania. HEX triplet: FE, E5 and AD. RGB value is (254,229,173). Sum of RGB (Red+Green+Blue) = 254+229+173=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 229 (89.84% from 255 or 34.91% from 656); Blue value is 173 (67.97% from 255 or 26.37% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE5AD is #011A52. Grayscale: #E6E6E6. Windows color (decimal): -72275 or 11396606. OLE color: 11396606.
HSL color Cylindrical-coordinate representation of color #FEE5AD: hue angle of 41.48º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEE5AD is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 173 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.00 |
| HSL | 41.48º | 0.98% | 0.84% | - |
| HSV(B) | 41.48º | 0.32% | 1% | - |
| XYZ | 76.44 | 80.13 | 50.97 | - |
| YUV | 230.09 | 95.78 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 173 | 0 | 0.10 | 0.32 | 0.00 | 41.48 | 0.98 | 0.84 |
| Hex | FE | E5 | AD | 0 | A | 20 | 0 | 29 | 62 | 54 |
| Octal | 376 | 345 | 255 | 0 | 12 | 40 | 0 | 51 | 142 | 124 |
| Binary | 11111110 | 11100101 | 10101101 | 0 | 1010 | 100000 | 0 | 101001 | 1100010 | 1010100 |
Color Harmonies of #FEE5AD
Complementary color
Monochromatic Colors of #FEE5AD
Black with #FEE5AD
Text Example
Text Example
White with #FEE5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5AD; }
p { color: rgb(254,229,173); }
H1.HeaderClassName
{
color: #FEE5AD;
}
.AnyTagClassName
{
color: #FEE5AD;
}
</style>
background-color css
<style>
a { background-color: #FEE5AD; }
a { background-color: rgb(254,229,173); }
div.DivClassName
{
background-color: #FEE5AD;
}
.BgClassName
{
background-color: #FEE5AD;
}
</style>
border-color css
<style>
span { border-color: #FEE5AD; }
span { border-color: rgb(254,229,173); }
td.TdClassName
{
border-color: #FEE5AD;
}
.TagClassName
{
border-color: #FEE5AD;
}
</style>