Shades of Banana Mania #FFECB7
Tints of Banana Mania #FFECB7
RGB
CMYK
RGB Variations
Color information
#FFECB7 (or 0xFFECB7) is known color: Banana Mania. HEX triplet: FF, EC and B7. RGB value is (255,236,183). Sum of RGB (Red+Green+Blue) = 255+236+183=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 236 (92.58% from 255 or 35.01% from 674); Blue value is 183 (71.88% from 255 or 27.15% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFECB7 is #001348. Grayscale: #EBEBEB. Windows color (decimal): -4937 or 12053759. OLE color: 12053759.
HSL color Cylindrical-coordinate representation of color #FFECB7: hue angle of 44.17º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFECB7 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 236 | 183 | - |
CMYK | 0 | 0.07 | 0.28 | 0 |
HSL | 44.17º | 1% | 0.86% | - |
HSV(B) | 44.17º | 0.28% | 1% | - |
XYZ | 79.78 | 84.67 | 56.94 | - |
YUV | 235.64 | 98.29 | 141.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 236 | 183 | 0 | 0.07 | 0.28 | 0 | 44.17 | 1 | 0.86 |
Hex | FF | EC | B7 | 0 | 7 | 1C | 0 | 2C | 64 | 56 |
Octal | 377 | 354 | 267 | 0 | 7 | 34 | 0 | 54 | 144 | 126 |
Binary | 11111111 | 11101100 | 10110111 | 0 | 111 | 11100 | 0 | 101100 | 1100100 | 1010110 |
Color Harmonies of #FFECB7
Complementary color
Monochromatic Colors of #FFECB7
Black with #FFECB7
Text Example
Text Example
White with #FFECB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECB7; }
p { color: rgb(255,236,183); }
H1.HeaderClassName
{
color: #FFECB7;
}
.AnyTagClassName
{
color: #FFECB7;
}
</style>
background-color css
<style>
a { background-color: #FFECB7; }
a { background-color: rgb(255,236,183); }
div.DivClassName
{
background-color: #FFECB7;
}
.BgClassName
{
background-color: #FFECB7;
}
</style>
border-color css
<style>
span { border-color: #FFECB7; }
span { border-color: rgb(255,236,183); }
td.TdClassName
{
border-color: #FFECB7;
}
.TagClassName
{
border-color: #FFECB7;
}
</style>