Shades of Banana Mania #FFEDB6
Tints of Banana Mania #FFEDB6
RGB
CMYK
RGB Variations
Color information
#FFEDB6 (or 0xFFEDB6) is known color: Banana Mania. HEX triplet: FF, ED and B6. RGB value is (255,237,182). Sum of RGB (Red+Green+Blue) = 255+237+182=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 237 (92.97% from 255 or 35.16% from 674); Blue value is 182 (71.48% from 255 or 27.00% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDB6 is #001249. Grayscale: #ECECEC. Windows color (decimal): -4682 or 11988479. OLE color: 11988479.
HSL color Cylindrical-coordinate representation of color #FFEDB6: hue angle of 45.21º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFEDB6 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 182 | - |
| CMYK | 0 | 0.07 | 0.29 | 0 |
| HSL | 45.21º | 1% | 0.86% | - |
| HSV(B) | 45.21º | 0.29% | 1% | - |
| XYZ | 79.97 | 85.21 | 56.49 | - |
| YUV | 236.11 | 97.46 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 182 | 0 | 0.07 | 0.29 | 0 | 45.21 | 1 | 0.86 |
| Hex | FF | ED | B6 | 0 | 7 | 1D | 0 | 2D | 64 | 56 |
| Octal | 377 | 355 | 266 | 0 | 7 | 35 | 0 | 55 | 144 | 126 |
| Binary | 11111111 | 11101101 | 10110110 | 0 | 111 | 11101 | 0 | 101101 | 1100100 | 1010110 |
Color Harmonies of #FFEDB6
Complementary color
Monochromatic Colors of #FFEDB6
Black with #FFEDB6
Text Example
Text Example
White with #FFEDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDB6; }
p { color: rgb(255,237,182); }
H1.HeaderClassName
{
color: #FFEDB6;
}
.AnyTagClassName
{
color: #FFEDB6;
}
</style>
background-color css
<style>
a { background-color: #FFEDB6; }
a { background-color: rgb(255,237,182); }
div.DivClassName
{
background-color: #FFEDB6;
}
.BgClassName
{
background-color: #FFEDB6;
}
</style>
border-color css
<style>
span { border-color: #FFEDB6; }
span { border-color: rgb(255,237,182); }
td.TdClassName
{
border-color: #FFEDB6;
}
.TagClassName
{
border-color: #FFEDB6;
}
</style>