Shades of Banana Mania #FFEDA9
Tints of Banana Mania #FFEDA9
RGB
CMYK
RGB Variations
Color information
#FFEDA9 (or 0xFFEDA9) is known color: Banana Mania. HEX triplet: FF, ED and A9. RGB value is (255,237,169). Sum of RGB (Red+Green+Blue) = 255+237+169=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 169 (66.41% from 255 or 25.57% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEDA9 is #001256. Grayscale: #EAEAEA. Windows color (decimal): -4695 or 11136511. OLE color: 11136511.
HSL color Cylindrical-coordinate representation of color #FFEDA9: hue angle of 47.44º 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 #FFEDA9 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 169 | - |
| CMYK | 0 | 0.07 | 0.34 | 0 |
| HSL | 47.44º | 1% | 0.83% | - |
| HSV(B) | 47.44º | 0.34% | 1% | - |
| XYZ | 78.69 | 84.69 | 49.74 | - |
| YUV | 234.63 | 90.96 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 169 | 0 | 0.07 | 0.34 | 0 | 47.44 | 1 | 0.83 |
| Hex | FF | ED | A9 | 0 | 7 | 22 | 0 | 2F | 64 | 53 |
| Octal | 377 | 355 | 251 | 0 | 7 | 42 | 0 | 57 | 144 | 123 |
| Binary | 11111111 | 11101101 | 10101001 | 0 | 111 | 100010 | 0 | 101111 | 1100100 | 1010011 |
Color Harmonies of #FFEDA9
Complementary color
Monochromatic Colors of #FFEDA9
Black with #FFEDA9
Text Example
Text Example
White with #FFEDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDA9; }
p { color: rgb(255,237,169); }
H1.HeaderClassName
{
color: #FFEDA9;
}
.AnyTagClassName
{
color: #FFEDA9;
}
</style>
background-color css
<style>
a { background-color: #FFEDA9; }
a { background-color: rgb(255,237,169); }
div.DivClassName
{
background-color: #FFEDA9;
}
.BgClassName
{
background-color: #FFEDA9;
}
</style>
border-color css
<style>
span { border-color: #FFEDA9; }
span { border-color: rgb(255,237,169); }
td.TdClassName
{
border-color: #FFEDA9;
}
.TagClassName
{
border-color: #FFEDA9;
}
</style>