Shades of Banana Mania #FFE5AF
Tints of Banana Mania #FFE5AF
RGB
CMYK
RGB Variations
Color information
#FFE5AF (or 0xFFE5AF) is known color: Banana Mania. HEX triplet: FF, E5 and AF. RGB value is (255,229,175). Sum of RGB (Red+Green+Blue) = 255+229+175=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 229 (89.84% from 255 or 34.75% from 659); Blue value is 175 (68.75% from 255 or 26.56% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE5AF is #001A50. Grayscale: #E6E6E6. Windows color (decimal): -6737 or 11527679. OLE color: 11527679.
HSL color Cylindrical-coordinate representation of color #FFE5AF: hue angle of 40.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFE5AF is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 175 | - |
| CMYK | 0 | 0.10 | 0.31 | 0 |
| HSL | 40.5º | 1% | 0.84% | - |
| HSV(B) | 40.5º | 0.31% | 1% | - |
| XYZ | 77 | 80.39 | 52.02 | - |
| YUV | 230.62 | 96.61 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 175 | 0 | 0.10 | 0.31 | 0 | 40.5 | 1 | 0.84 |
| Hex | FF | E5 | AF | 0 | A | 1F | 0 | 28 | 64 | 54 |
| Octal | 377 | 345 | 257 | 0 | 12 | 37 | 0 | 50 | 144 | 124 |
| Binary | 11111111 | 11100101 | 10101111 | 0 | 1010 | 11111 | 0 | 101000 | 1100100 | 1010100 |
Color Harmonies of #FFE5AF
Complementary color
Monochromatic Colors of #FFE5AF
Black with #FFE5AF
Text Example
Text Example
White with #FFE5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5AF; }
p { color: rgb(255,229,175); }
H1.HeaderClassName
{
color: #FFE5AF;
}
.AnyTagClassName
{
color: #FFE5AF;
}
</style>
background-color css
<style>
a { background-color: #FFE5AF; }
a { background-color: rgb(255,229,175); }
div.DivClassName
{
background-color: #FFE5AF;
}
.BgClassName
{
background-color: #FFE5AF;
}
</style>
border-color css
<style>
span { border-color: #FFE5AF; }
span { border-color: rgb(255,229,175); }
td.TdClassName
{
border-color: #FFE5AF;
}
.TagClassName
{
border-color: #FFE5AF;
}
</style>