Shades of Banana Mania #FFEDB8
Tints of Banana Mania #FFEDB8
RGB
CMYK
RGB Variations
Color information
#FFEDB8 (or 0xFFEDB8) is known color: Banana Mania. HEX triplet: FF, ED and B8. RGB value is (255,237,184). Sum of RGB (Red+Green+Blue) = 255+237+184=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 184 (72.27% from 255 or 27.22% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDB8 is #001247. Grayscale: #ECECEC. Windows color (decimal): -4680 or 12119551. OLE color: 12119551.
HSL color Cylindrical-coordinate representation of color #FFEDB8: hue angle of 44.79º 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 #FFEDB8 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 184 | - |
| CMYK | 0 | 0.07 | 0.28 | 0 |
| HSL | 44.79º | 1% | 0.86% | - |
| HSV(B) | 44.79º | 0.28% | 1% | - |
| XYZ | 80.18 | 85.29 | 57.58 | - |
| YUV | 236.34 | 98.46 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 184 | 0 | 0.07 | 0.28 | 0 | 44.79 | 1 | 0.86 |
| Hex | FF | ED | B8 | 0 | 7 | 1C | 0 | 2D | 64 | 56 |
| Octal | 377 | 355 | 270 | 0 | 7 | 34 | 0 | 55 | 144 | 126 |
| Binary | 11111111 | 11101101 | 10111000 | 0 | 111 | 11100 | 0 | 101101 | 1100100 | 1010110 |
Color Harmonies of #FFEDB8
Complementary color
Monochromatic Colors of #FFEDB8
Black with #FFEDB8
Text Example
Text Example
White with #FFEDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDB8; }
p { color: rgb(255,237,184); }
H1.HeaderClassName
{
color: #FFEDB8;
}
.AnyTagClassName
{
color: #FFEDB8;
}
</style>
background-color css
<style>
a { background-color: #FFEDB8; }
a { background-color: rgb(255,237,184); }
div.DivClassName
{
background-color: #FFEDB8;
}
.BgClassName
{
background-color: #FFEDB8;
}
</style>
border-color css
<style>
span { border-color: #FFEDB8; }
span { border-color: rgb(255,237,184); }
td.TdClassName
{
border-color: #FFEDB8;
}
.TagClassName
{
border-color: #FFEDB8;
}
</style>