Shades of Banana Mania #FFEEAD
Tints of Banana Mania #FFEEAD
RGB
CMYK
RGB Variations
Color information
#FFEEAD (or 0xFFEEAD) is known color: Banana Mania. HEX triplet: FF, EE and AD. RGB value is (255,238,173). Sum of RGB (Red+Green+Blue) = 255+238+173=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 238 (93.36% from 255 or 35.74% from 666); Blue value is 173 (67.97% from 255 or 25.98% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEEAD is #001152. Grayscale: #EBEBEB. Windows color (decimal): -4435 or 11398911. OLE color: 11398911.
HSL color Cylindrical-coordinate representation of color #FFEEAD: hue angle of 47.56º 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 #FFEEAD is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 173 | - |
| CMYK | 0 | 0.07 | 0.32 | 0 |
| HSL | 47.56º | 1% | 0.84% | - |
| HSV(B) | 47.56º | 0.32% | 1% | - |
| XYZ | 79.36 | 85.43 | 51.84 | - |
| YUV | 235.67 | 92.63 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 173 | 0 | 0.07 | 0.32 | 0 | 47.56 | 1 | 0.84 |
| Hex | FF | EE | AD | 0 | 7 | 20 | 0 | 30 | 64 | 54 |
| Octal | 377 | 356 | 255 | 0 | 7 | 40 | 0 | 60 | 144 | 124 |
| Binary | 11111111 | 11101110 | 10101101 | 0 | 111 | 100000 | 0 | 110000 | 1100100 | 1010100 |
Color Harmonies of #FFEEAD
Complementary color
Monochromatic Colors of #FFEEAD
Black with #FFEEAD
Text Example
Text Example
White with #FFEEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEAD; }
p { color: rgb(255,238,173); }
H1.HeaderClassName
{
color: #FFEEAD;
}
.AnyTagClassName
{
color: #FFEEAD;
}
</style>
background-color css
<style>
a { background-color: #FFEEAD; }
a { background-color: rgb(255,238,173); }
div.DivClassName
{
background-color: #FFEEAD;
}
.BgClassName
{
background-color: #FFEEAD;
}
</style>
border-color css
<style>
span { border-color: #FFEEAD; }
span { border-color: rgb(255,238,173); }
td.TdClassName
{
border-color: #FFEEAD;
}
.TagClassName
{
border-color: #FFEEAD;
}
</style>