Shades of Banana Mania #FFECAF
Tints of Banana Mania #FFECAF
RGB
CMYK
RGB Variations
Color information
#FFECAF (or 0xFFECAF) is known color: Banana Mania. HEX triplet: FF, EC and AF. RGB value is (255,236,175). Sum of RGB (Red+Green+Blue) = 255+236+175=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 175 (68.75% from 255 or 26.28% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFECAF is #001350. Grayscale: #EAEAEA. Windows color (decimal): -4945 or 11529471. OLE color: 11529471.
HSL color Cylindrical-coordinate representation of color #FFECAF: hue angle of 45.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 #FFECAF is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 175 | - |
| CMYK | 0 | 0.07 | 0.31 | 0 |
| HSL | 45.75º | 1% | 0.84% | - |
| HSV(B) | 45.75º | 0.31% | 1% | - |
| XYZ | 78.97 | 84.35 | 52.68 | - |
| YUV | 234.73 | 94.29 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 175 | 0 | 0.07 | 0.31 | 0 | 45.75 | 1 | 0.84 |
| Hex | FF | EC | AF | 0 | 7 | 1F | 0 | 2E | 64 | 54 |
| Octal | 377 | 354 | 257 | 0 | 7 | 37 | 0 | 56 | 144 | 124 |
| Binary | 11111111 | 11101100 | 10101111 | 0 | 111 | 11111 | 0 | 101110 | 1100100 | 1010100 |
Color Harmonies of #FFECAF
Complementary color
Monochromatic Colors of #FFECAF
Black with #FFECAF
Text Example
Text Example
White with #FFECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECAF; }
p { color: rgb(255,236,175); }
H1.HeaderClassName
{
color: #FFECAF;
}
.AnyTagClassName
{
color: #FFECAF;
}
</style>
background-color css
<style>
a { background-color: #FFECAF; }
a { background-color: rgb(255,236,175); }
div.DivClassName
{
background-color: #FFECAF;
}
.BgClassName
{
background-color: #FFECAF;
}
</style>
border-color css
<style>
span { border-color: #FFECAF; }
span { border-color: rgb(255,236,175); }
td.TdClassName
{
border-color: #FFECAF;
}
.TagClassName
{
border-color: #FFECAF;
}
</style>