Shades of Banana Mania #FFECB3
Tints of Banana Mania #FFECB3
RGB
CMYK
RGB Variations
Color information
#FFECB3 (or 0xFFECB3) is known color: Banana Mania. HEX triplet: FF, EC and B3. RGB value is (255,236,179). Sum of RGB (Red+Green+Blue) = 255+236+179=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 236 (92.58% from 255 or 35.22% from 670); Blue value is 179 (70.31% from 255 or 26.72% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFECB3 is #00134C. Grayscale: #EBEBEB. Windows color (decimal): -4941 or 11791615. OLE color: 11791615.
HSL color Cylindrical-coordinate representation of color #FFECB3: hue angle of 45º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFECB3 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 236 | 179 | - |
CMYK | 0 | 0.07 | 0.30 | 0 |
HSL | 45º | 1% | 0.85% | - |
HSV(B) | 45º | 0.3% | 1% | - |
XYZ | 79.37 | 84.51 | 54.78 | - |
YUV | 235.18 | 96.29 | 142.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 236 | 179 | 0 | 0.07 | 0.30 | 0 | 45 | 1 | 0.85 |
Hex | FF | EC | B3 | 0 | 7 | 1E | 0 | 2D | 64 | 55 |
Octal | 377 | 354 | 263 | 0 | 7 | 36 | 0 | 55 | 144 | 125 |
Binary | 11111111 | 11101100 | 10110011 | 0 | 111 | 11110 | 0 | 101101 | 1100100 | 1010101 |
Color Harmonies of #FFECB3
Complementary color
Monochromatic Colors of #FFECB3
Black with #FFECB3
Text Example
Text Example
White with #FFECB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECB3; }
p { color: rgb(255,236,179); }
H1.HeaderClassName
{
color: #FFECB3;
}
.AnyTagClassName
{
color: #FFECB3;
}
</style>
background-color css
<style>
a { background-color: #FFECB3; }
a { background-color: rgb(255,236,179); }
div.DivClassName
{
background-color: #FFECB3;
}
.BgClassName
{
background-color: #FFECB3;
}
</style>
border-color css
<style>
span { border-color: #FFECB3; }
span { border-color: rgb(255,236,179); }
td.TdClassName
{
border-color: #FFECB3;
}
.TagClassName
{
border-color: #FFECB3;
}
</style>