Shades of Banana Mania #FFEDB3
Tints of Banana Mania #FFEDB3
RGB
CMYK
RGB Variations
Color information
#FFEDB3 (or 0xFFEDB3) is known color: Banana Mania. HEX triplet: FF, ED and B3. RGB value is (255,237,179). Sum of RGB (Red+Green+Blue) = 255+237+179=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 179 (70.31% from 255 or 26.68% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDB3 is #00124C. Grayscale: #ECECEC. Windows color (decimal): -4685 or 11791871. OLE color: 11791871.
HSL color Cylindrical-coordinate representation of color #FFEDB3: hue angle of 45.79º 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 #FFEDB3 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 179 | - |
| CMYK | 0 | 0.07 | 0.30 | 0 |
| HSL | 45.79º | 1% | 0.85% | - |
| HSV(B) | 45.79º | 0.3% | 1% | - |
| XYZ | 79.66 | 85.08 | 54.87 | - |
| YUV | 235.77 | 95.96 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 179 | 0 | 0.07 | 0.30 | 0 | 45.79 | 1 | 0.85 |
| Hex | FF | ED | B3 | 0 | 7 | 1E | 0 | 2E | 64 | 55 |
| Octal | 377 | 355 | 263 | 0 | 7 | 36 | 0 | 56 | 144 | 125 |
| Binary | 11111111 | 11101101 | 10110011 | 0 | 111 | 11110 | 0 | 101110 | 1100100 | 1010101 |
Color Harmonies of #FFEDB3
Complementary color
Monochromatic Colors of #FFEDB3
Black with #FFEDB3
Text Example
Text Example
White with #FFEDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDB3; }
p { color: rgb(255,237,179); }
H1.HeaderClassName
{
color: #FFEDB3;
}
.AnyTagClassName
{
color: #FFEDB3;
}
</style>
background-color css
<style>
a { background-color: #FFEDB3; }
a { background-color: rgb(255,237,179); }
div.DivClassName
{
background-color: #FFEDB3;
}
.BgClassName
{
background-color: #FFEDB3;
}
</style>
border-color css
<style>
span { border-color: #FFEDB3; }
span { border-color: rgb(255,237,179); }
td.TdClassName
{
border-color: #FFEDB3;
}
.TagClassName
{
border-color: #FFEDB3;
}
</style>