Shades of Banana Mania #FFECAB
Tints of Banana Mania #FFECAB
RGB
CMYK
RGB Variations
Color information
#FFECAB (or 0xFFECAB) is known color: Banana Mania. HEX triplet: FF, EC and AB. RGB value is (255,236,171). Sum of RGB (Red+Green+Blue) = 255+236+171=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 236 (92.58% from 255 or 35.65% from 662); Blue value is 171 (67.19% from 255 or 25.83% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFECAB is #001354. Grayscale: #EAEAEA. Windows color (decimal): -4949 or 11267327. OLE color: 11267327.
HSL color Cylindrical-coordinate representation of color #FFECAB: hue angle of 46.43º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFECAB is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 171 | - |
| CMYK | 0 | 0.07 | 0.33 | 0 |
| HSL | 46.43º | 1% | 0.84% | - |
| HSV(B) | 46.43º | 0.33% | 1% | - |
| XYZ | 78.59 | 84.19 | 50.64 | - |
| YUV | 234.27 | 92.29 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 171 | 0 | 0.07 | 0.33 | 0 | 46.43 | 1 | 0.84 |
| Hex | FF | EC | AB | 0 | 7 | 21 | 0 | 2E | 64 | 54 |
| Octal | 377 | 354 | 253 | 0 | 7 | 41 | 0 | 56 | 144 | 124 |
| Binary | 11111111 | 11101100 | 10101011 | 0 | 111 | 100001 | 0 | 101110 | 1100100 | 1010100 |
Color Harmonies of #FFECAB
Complementary color
Monochromatic Colors of #FFECAB
Black with #FFECAB
Text Example
Text Example
White with #FFECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECAB; }
p { color: rgb(255,236,171); }
H1.HeaderClassName
{
color: #FFECAB;
}
.AnyTagClassName
{
color: #FFECAB;
}
</style>
background-color css
<style>
a { background-color: #FFECAB; }
a { background-color: rgb(255,236,171); }
div.DivClassName
{
background-color: #FFECAB;
}
.BgClassName
{
background-color: #FFECAB;
}
</style>
border-color css
<style>
span { border-color: #FFECAB; }
span { border-color: rgb(255,236,171); }
td.TdClassName
{
border-color: #FFECAB;
}
.TagClassName
{
border-color: #FFECAB;
}
</style>