Shades of Banana Mania #FEE7AA
Tints of Banana Mania #FEE7AA
RGB
CMYK
RGB Variations
Color information
#FEE7AA (or 0xFEE7AA) is known color: Banana Mania. HEX triplet: FE, E7 and AA. RGB value is (254,231,170). Sum of RGB (Red+Green+Blue) = 254+231+170=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 231 (90.62% from 255 or 35.27% from 655); Blue value is 170 (66.80% from 255 or 25.95% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE7AA is #011855. Grayscale: #E7E7E7. Windows color (decimal): -71766 or 11200510. OLE color: 11200510.
HSL color Cylindrical-coordinate representation of color #FEE7AA: hue angle of 43.57º 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 #FEE7AA is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 170 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.00 |
| HSL | 43.57º | 0.98% | 0.83% | - |
| HSV(B) | 43.57º | 0.33% | 1% | - |
| XYZ | 76.7 | 81.12 | 49.65 | - |
| YUV | 230.92 | 93.62 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 170 | 0 | 0.09 | 0.33 | 0.00 | 43.57 | 0.98 | 0.83 |
| Hex | FE | E7 | AA | 0 | 9 | 21 | 0 | 2C | 62 | 53 |
| Octal | 376 | 347 | 252 | 0 | 11 | 41 | 0 | 54 | 142 | 123 |
| Binary | 11111110 | 11100111 | 10101010 | 0 | 1001 | 100001 | 0 | 101100 | 1100010 | 1010011 |
Color Harmonies of #FEE7AA
Complementary color
Monochromatic Colors of #FEE7AA
Black with #FEE7AA
Text Example
Text Example
White with #FEE7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE7AA; }
p { color: rgb(254,231,170); }
H1.HeaderClassName
{
color: #FEE7AA;
}
.AnyTagClassName
{
color: #FEE7AA;
}
</style>
background-color css
<style>
a { background-color: #FEE7AA; }
a { background-color: rgb(254,231,170); }
div.DivClassName
{
background-color: #FEE7AA;
}
.BgClassName
{
background-color: #FEE7AA;
}
</style>
border-color css
<style>
span { border-color: #FEE7AA; }
span { border-color: rgb(254,231,170); }
td.TdClassName
{
border-color: #FEE7AA;
}
.TagClassName
{
border-color: #FEE7AA;
}
</style>