Shades of Banana Mania #FEE5AF
Tints of Banana Mania #FEE5AF
RGB
CMYK
RGB Variations
Color information
#FEE5AF (or 0xFEE5AF) is known color: Banana Mania. HEX triplet: FE, E5 and AF. RGB value is (254,229,175). Sum of RGB (Red+Green+Blue) = 254+229+175=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 229 (89.84% from 255 or 34.80% from 658); Blue value is 175 (68.75% from 255 or 26.60% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE5AF is #011A50. Grayscale: #E6E6E6. Windows color (decimal): -72273 or 11527678. OLE color: 11527678.
HSL color Cylindrical-coordinate representation of color #FEE5AF: hue angle of 41.01º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEE5AF is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 175 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.00 |
| HSL | 41.01º | 0.98% | 0.84% | - |
| HSV(B) | 41.01º | 0.31% | 1% | - |
| XYZ | 76.63 | 80.2 | 52 | - |
| YUV | 230.32 | 96.78 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 175 | 0 | 0.10 | 0.31 | 0.00 | 41.01 | 0.98 | 0.84 |
| Hex | FE | E5 | AF | 0 | A | 1F | 0 | 29 | 62 | 54 |
| Octal | 376 | 345 | 257 | 0 | 12 | 37 | 0 | 51 | 142 | 124 |
| Binary | 11111110 | 11100101 | 10101111 | 0 | 1010 | 11111 | 0 | 101001 | 1100010 | 1010100 |
Color Harmonies of #FEE5AF
Complementary color
Monochromatic Colors of #FEE5AF
Black with #FEE5AF
Text Example
Text Example
White with #FEE5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5AF; }
p { color: rgb(254,229,175); }
H1.HeaderClassName
{
color: #FEE5AF;
}
.AnyTagClassName
{
color: #FEE5AF;
}
</style>
background-color css
<style>
a { background-color: #FEE5AF; }
a { background-color: rgb(254,229,175); }
div.DivClassName
{
background-color: #FEE5AF;
}
.BgClassName
{
background-color: #FEE5AF;
}
</style>
border-color css
<style>
span { border-color: #FEE5AF; }
span { border-color: rgb(254,229,175); }
td.TdClassName
{
border-color: #FEE5AF;
}
.TagClassName
{
border-color: #FEE5AF;
}
</style>