Shades of Banana Mania #FFEEAF
Tints of Banana Mania #FFEEAF
RGB
CMYK
RGB Variations
Color information
#FFEEAF (or 0xFFEEAF) is known color: Banana Mania. HEX triplet: FF, EE and AF. RGB value is (255,238,175). Sum of RGB (Red+Green+Blue) = 255+238+175=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 175 (68.75% from 255 or 26.20% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEEAF is #001150. Grayscale: #ECECEC. Windows color (decimal): -4433 or 11529983. OLE color: 11529983.
HSL color Cylindrical-coordinate representation of color #FFEEAF: hue angle of 47.25º 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 #FFEEAF is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 175 | - |
| CMYK | 0 | 0.07 | 0.31 | 0 |
| HSL | 47.25º | 1% | 0.84% | - |
| HSV(B) | 47.25º | 0.31% | 1% | - |
| XYZ | 79.55 | 85.5 | 52.87 | - |
| YUV | 235.9 | 93.63 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 175 | 0 | 0.07 | 0.31 | 0 | 47.25 | 1 | 0.84 |
| Hex | FF | EE | AF | 0 | 7 | 1F | 0 | 2F | 64 | 54 |
| Octal | 377 | 356 | 257 | 0 | 7 | 37 | 0 | 57 | 144 | 124 |
| Binary | 11111111 | 11101110 | 10101111 | 0 | 111 | 11111 | 0 | 101111 | 1100100 | 1010100 |
Color Harmonies of #FFEEAF
Complementary color
Monochromatic Colors of #FFEEAF
Black with #FFEEAF
Text Example
Text Example
White with #FFEEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEAF; }
p { color: rgb(255,238,175); }
H1.HeaderClassName
{
color: #FFEEAF;
}
.AnyTagClassName
{
color: #FFEEAF;
}
</style>
background-color css
<style>
a { background-color: #FFEEAF; }
a { background-color: rgb(255,238,175); }
div.DivClassName
{
background-color: #FFEEAF;
}
.BgClassName
{
background-color: #FFEEAF;
}
</style>
border-color css
<style>
span { border-color: #FFEEAF; }
span { border-color: rgb(255,238,175); }
td.TdClassName
{
border-color: #FFEEAF;
}
.TagClassName
{
border-color: #FFEEAF;
}
</style>