Shades of Banana Mania #FFEDAA
Tints of Banana Mania #FFEDAA
RGB
CMYK
RGB Variations
Color information
#FFEDAA (or 0xFFEDAA) is known color: Banana Mania. HEX triplet: FF, ED and AA. RGB value is (255,237,170). Sum of RGB (Red+Green+Blue) = 255+237+170=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 170 (66.80% from 255 or 25.68% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEDAA is #001255. Grayscale: #EBEBEB. Windows color (decimal): -4694 or 11202047. OLE color: 11202047.
HSL color Cylindrical-coordinate representation of color #FFEDAA: hue angle of 47.29º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFEDAA is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 170 | - |
| CMYK | 0 | 0.07 | 0.33 | 0 |
| HSL | 47.29º | 1% | 0.83% | - |
| HSV(B) | 47.29º | 0.33% | 1% | - |
| XYZ | 78.78 | 84.73 | 50.23 | - |
| YUV | 234.74 | 91.46 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 170 | 0 | 0.07 | 0.33 | 0 | 47.29 | 1 | 0.83 |
| Hex | FF | ED | AA | 0 | 7 | 21 | 0 | 2F | 64 | 53 |
| Octal | 377 | 355 | 252 | 0 | 7 | 41 | 0 | 57 | 144 | 123 |
| Binary | 11111111 | 11101101 | 10101010 | 0 | 111 | 100001 | 0 | 101111 | 1100100 | 1010011 |
Color Harmonies of #FFEDAA
Complementary color
Monochromatic Colors of #FFEDAA
Black with #FFEDAA
Text Example
Text Example
White with #FFEDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDAA; }
p { color: rgb(255,237,170); }
H1.HeaderClassName
{
color: #FFEDAA;
}
.AnyTagClassName
{
color: #FFEDAA;
}
</style>
background-color css
<style>
a { background-color: #FFEDAA; }
a { background-color: rgb(255,237,170); }
div.DivClassName
{
background-color: #FFEDAA;
}
.BgClassName
{
background-color: #FFEDAA;
}
</style>
border-color css
<style>
span { border-color: #FFEDAA; }
span { border-color: rgb(255,237,170); }
td.TdClassName
{
border-color: #FFEDAA;
}
.TagClassName
{
border-color: #FFEDAA;
}
</style>