Shades of Banana Mania #FFE5AD
Tints of Banana Mania #FFE5AD
RGB
CMYK
RGB Variations
Color information
#FFE5AD (or 0xFFE5AD) is known color: Banana Mania. HEX triplet: FF, E5 and AD. RGB value is (255,229,173). Sum of RGB (Red+Green+Blue) = 255+229+173=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 229 (89.84% from 255 or 34.86% from 657); Blue value is 173 (67.97% from 255 or 26.33% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE5AD is #001A52. Grayscale: #E6E6E6. Windows color (decimal): -6739 or 11396607. OLE color: 11396607.
HSL color Cylindrical-coordinate representation of color #FFE5AD: hue angle of 40.98º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFE5AD is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 173 | - |
| CMYK | 0 | 0.10 | 0.32 | 0 |
| HSL | 40.98º | 1% | 0.84% | - |
| HSV(B) | 40.98º | 0.32% | 1% | - |
| XYZ | 76.8 | 80.32 | 50.99 | - |
| YUV | 230.39 | 95.61 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 173 | 0 | 0.10 | 0.32 | 0 | 40.98 | 1 | 0.84 |
| Hex | FF | E5 | AD | 0 | A | 20 | 0 | 29 | 64 | 54 |
| Octal | 377 | 345 | 255 | 0 | 12 | 40 | 0 | 51 | 144 | 124 |
| Binary | 11111111 | 11100101 | 10101101 | 0 | 1010 | 100000 | 0 | 101001 | 1100100 | 1010100 |
Color Harmonies of #FFE5AD
Complementary color
Monochromatic Colors of #FFE5AD
Black with #FFE5AD
Text Example
Text Example
White with #FFE5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5AD; }
p { color: rgb(255,229,173); }
H1.HeaderClassName
{
color: #FFE5AD;
}
.AnyTagClassName
{
color: #FFE5AD;
}
</style>
background-color css
<style>
a { background-color: #FFE5AD; }
a { background-color: rgb(255,229,173); }
div.DivClassName
{
background-color: #FFE5AD;
}
.BgClassName
{
background-color: #FFE5AD;
}
</style>
border-color css
<style>
span { border-color: #FFE5AD; }
span { border-color: rgb(255,229,173); }
td.TdClassName
{
border-color: #FFE5AD;
}
.TagClassName
{
border-color: #FFE5AD;
}
</style>