Shades of Banana Mania #FFECAD
Tints of Banana Mania #FFECAD
RGB
CMYK
RGB Variations
Color information
#FFECAD (or 0xFFECAD) is known color: Banana Mania. HEX triplet: FF, EC and AD. RGB value is (255,236,173). Sum of RGB (Red+Green+Blue) = 255+236+173=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 173 (67.97% from 255 or 26.05% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFECAD is #001352. Grayscale: #EAEAEA. Windows color (decimal): -4947 or 11398399. OLE color: 11398399.
HSL color Cylindrical-coordinate representation of color #FFECAD: hue angle of 46.1º 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 #FFECAD is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 173 | - |
| CMYK | 0 | 0.07 | 0.32 | 0 |
| HSL | 46.1º | 1% | 0.84% | - |
| HSV(B) | 46.1º | 0.32% | 1% | - |
| XYZ | 78.78 | 84.27 | 51.65 | - |
| YUV | 234.5 | 93.29 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 173 | 0 | 0.07 | 0.32 | 0 | 46.1 | 1 | 0.84 |
| Hex | FF | EC | AD | 0 | 7 | 20 | 0 | 2E | 64 | 54 |
| Octal | 377 | 354 | 255 | 0 | 7 | 40 | 0 | 56 | 144 | 124 |
| Binary | 11111111 | 11101100 | 10101101 | 0 | 111 | 100000 | 0 | 101110 | 1100100 | 1010100 |
Color Harmonies of #FFECAD
Complementary color
Monochromatic Colors of #FFECAD
Black with #FFECAD
Text Example
Text Example
White with #FFECAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECAD; }
p { color: rgb(255,236,173); }
H1.HeaderClassName
{
color: #FFECAD;
}
.AnyTagClassName
{
color: #FFECAD;
}
</style>
background-color css
<style>
a { background-color: #FFECAD; }
a { background-color: rgb(255,236,173); }
div.DivClassName
{
background-color: #FFECAD;
}
.BgClassName
{
background-color: #FFECAD;
}
</style>
border-color css
<style>
span { border-color: #FFECAD; }
span { border-color: rgb(255,236,173); }
td.TdClassName
{
border-color: #FFECAD;
}
.TagClassName
{
border-color: #FFECAD;
}
</style>