Shades of Banana Mania #FFE8AF
Tints of Banana Mania #FFE8AF
RGB
CMYK
RGB Variations
Color information
#FFE8AF (or 0xFFE8AF) is known color: Banana Mania. HEX triplet: FF, E8 and AF. RGB value is (255,232,175). Sum of RGB (Red+Green+Blue) = 255+232+175=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 232 (91.02% from 255 or 35.05% from 662); Blue value is 175 (68.75% from 255 or 26.44% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE8AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE8AF is #001750. Grayscale: #E8E8E8. Windows color (decimal): -5969 or 11528447. OLE color: 11528447.
HSL color Cylindrical-coordinate representation of color #FFE8AF: hue angle of 42.75º 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 #FFE8AF is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 175 | - |
| CMYK | 0 | 0.09 | 0.31 | 0 |
| HSL | 42.75º | 1% | 0.84% | - |
| HSV(B) | 42.75º | 0.31% | 1% | - |
| XYZ | 77.83 | 82.07 | 52.3 | - |
| YUV | 232.38 | 95.62 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 175 | 0 | 0.09 | 0.31 | 0 | 42.75 | 1 | 0.84 |
| Hex | FF | E8 | AF | 0 | 9 | 1F | 0 | 2B | 64 | 54 |
| Octal | 377 | 350 | 257 | 0 | 11 | 37 | 0 | 53 | 144 | 124 |
| Binary | 11111111 | 11101000 | 10101111 | 0 | 1001 | 11111 | 0 | 101011 | 1100100 | 1010100 |
Color Harmonies of #FFE8AF
Complementary color
Monochromatic Colors of #FFE8AF
Black with #FFE8AF
Text Example
Text Example
White with #FFE8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE8AF; }
p { color: rgb(255,232,175); }
H1.HeaderClassName
{
color: #FFE8AF;
}
.AnyTagClassName
{
color: #FFE8AF;
}
</style>
background-color css
<style>
a { background-color: #FFE8AF; }
a { background-color: rgb(255,232,175); }
div.DivClassName
{
background-color: #FFE8AF;
}
.BgClassName
{
background-color: #FFE8AF;
}
</style>
border-color css
<style>
span { border-color: #FFE8AF; }
span { border-color: rgb(255,232,175); }
td.TdClassName
{
border-color: #FFE8AF;
}
.TagClassName
{
border-color: #FFE8AF;
}
</style>