Shades of Banana Mania #FEE9AA
Tints of Banana Mania #FEE9AA
RGB
CMYK
RGB Variations
Color information
#FEE9AA (or 0xFEE9AA) is known color: Banana Mania. HEX triplet: FE, E9 and AA. RGB value is (254,233,170). Sum of RGB (Red+Green+Blue) = 254+233+170=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 233 (91.41% from 255 or 35.46% from 657); Blue value is 170 (66.80% from 255 or 25.88% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE9AA is #011655. Grayscale: #E8E8E8. Windows color (decimal): -71254 or 11201022. OLE color: 11201022.
HSL color Cylindrical-coordinate representation of color #FEE9AA: hue angle of 45º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEE9AA is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 170 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.00 |
| HSL | 45º | 0.98% | 0.83% | - |
| HSV(B) | 45º | 0.33% | 1% | - |
| XYZ | 77.27 | 82.25 | 49.83 | - |
| YUV | 232.1 | 92.96 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 170 | 0 | 0.08 | 0.33 | 0.00 | 45 | 0.98 | 0.83 |
| Hex | FE | E9 | AA | 0 | 8 | 21 | 0 | 2D | 62 | 53 |
| Octal | 376 | 351 | 252 | 0 | 10 | 41 | 0 | 55 | 142 | 123 |
| Binary | 11111110 | 11101001 | 10101010 | 0 | 1000 | 100001 | 0 | 101101 | 1100010 | 1010011 |
Color Harmonies of #FEE9AA
Complementary color
Monochromatic Colors of #FEE9AA
Black with #FEE9AA
Text Example
Text Example
White with #FEE9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE9AA; }
p { color: rgb(254,233,170); }
H1.HeaderClassName
{
color: #FEE9AA;
}
.AnyTagClassName
{
color: #FEE9AA;
}
</style>
background-color css
<style>
a { background-color: #FEE9AA; }
a { background-color: rgb(254,233,170); }
div.DivClassName
{
background-color: #FEE9AA;
}
.BgClassName
{
background-color: #FEE9AA;
}
</style>
border-color css
<style>
span { border-color: #FEE9AA; }
span { border-color: rgb(254,233,170); }
td.TdClassName
{
border-color: #FEE9AA;
}
.TagClassName
{
border-color: #FEE9AA;
}
</style>