Shades of Banana Mania #FFEDA8
Tints of Banana Mania #FFEDA8
RGB
CMYK
RGB Variations
Color information
#FFEDA8 (or 0xFFEDA8) is known color: Banana Mania. HEX triplet: FF, ED and A8. RGB value is (255,237,168). Sum of RGB (Red+Green+Blue) = 255+237+168=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 237 (92.97% from 255 or 35.91% from 660); Blue value is 168 (66.02% from 255 or 25.45% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEDA8 is #001257. Grayscale: #EAEAEA. Windows color (decimal): -4696 or 11070975. OLE color: 11070975.
HSL color Cylindrical-coordinate representation of color #FFEDA8: hue angle of 47.59º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFEDA8 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 168 | - |
| CMYK | 0 | 0.07 | 0.34 | 0 |
| HSL | 47.59º | 1% | 0.83% | - |
| HSV(B) | 47.59º | 0.34% | 1% | - |
| XYZ | 78.59 | 84.66 | 49.24 | - |
| YUV | 234.52 | 90.46 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 168 | 0 | 0.07 | 0.34 | 0 | 47.59 | 1 | 0.83 |
| Hex | FF | ED | A8 | 0 | 7 | 22 | 0 | 30 | 64 | 53 |
| Octal | 377 | 355 | 250 | 0 | 7 | 42 | 0 | 60 | 144 | 123 |
| Binary | 11111111 | 11101101 | 10101000 | 0 | 111 | 100010 | 0 | 110000 | 1100100 | 1010011 |
Color Harmonies of #FFEDA8
Complementary color
Monochromatic Colors of #FFEDA8
Black with #FFEDA8
Text Example
Text Example
White with #FFEDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDA8; }
p { color: rgb(255,237,168); }
H1.HeaderClassName
{
color: #FFEDA8;
}
.AnyTagClassName
{
color: #FFEDA8;
}
</style>
background-color css
<style>
a { background-color: #FFEDA8; }
a { background-color: rgb(255,237,168); }
div.DivClassName
{
background-color: #FFEDA8;
}
.BgClassName
{
background-color: #FFEDA8;
}
</style>
border-color css
<style>
span { border-color: #FFEDA8; }
span { border-color: rgb(255,237,168); }
td.TdClassName
{
border-color: #FFEDA8;
}
.TagClassName
{
border-color: #FFEDA8;
}
</style>