Shades of Banana Mania #FFE5AC
Tints of Banana Mania #FFE5AC
RGB
CMYK
RGB Variations
Color information
#FFE5AC (or 0xFFE5AC) is known color: Banana Mania. HEX triplet: FF, E5 and AC. RGB value is (255,229,172). Sum of RGB (Red+Green+Blue) = 255+229+172=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 229 (89.84% from 255 or 34.91% from 656); Blue value is 172 (67.58% from 255 or 26.22% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE5AC is #001A53. Grayscale: #E6E6E6. Windows color (decimal): -6740 or 11331071. OLE color: 11331071.
HSL color Cylindrical-coordinate representation of color #FFE5AC: hue angle of 41.2º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFE5AC is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 172 | - |
| CMYK | 0 | 0.10 | 0.33 | 0 |
| HSL | 41.2º | 1% | 0.84% | - |
| HSV(B) | 41.2º | 0.33% | 1% | - |
| XYZ | 76.71 | 80.28 | 50.48 | - |
| YUV | 230.28 | 95.11 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 172 | 0 | 0.10 | 0.33 | 0 | 41.2 | 1 | 0.84 |
| Hex | FF | E5 | AC | 0 | A | 21 | 0 | 29 | 64 | 54 |
| Octal | 377 | 345 | 254 | 0 | 12 | 41 | 0 | 51 | 144 | 124 |
| Binary | 11111111 | 11100101 | 10101100 | 0 | 1010 | 100001 | 0 | 101001 | 1100100 | 1010100 |
Color Harmonies of #FFE5AC
Complementary color
Monochromatic Colors of #FFE5AC
Black with #FFE5AC
Text Example
Text Example
White with #FFE5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5AC; }
p { color: rgb(255,229,172); }
H1.HeaderClassName
{
color: #FFE5AC;
}
.AnyTagClassName
{
color: #FFE5AC;
}
</style>
background-color css
<style>
a { background-color: #FFE5AC; }
a { background-color: rgb(255,229,172); }
div.DivClassName
{
background-color: #FFE5AC;
}
.BgClassName
{
background-color: #FFE5AC;
}
</style>
border-color css
<style>
span { border-color: #FFE5AC; }
span { border-color: rgb(255,229,172); }
td.TdClassName
{
border-color: #FFE5AC;
}
.TagClassName
{
border-color: #FFE5AC;
}
</style>