Shades of Banana Mania #FFEDAE
Tints of Banana Mania #FFEDAE
RGB
CMYK
RGB Variations
Color information
#FFEDAE (or 0xFFEDAE) is known color: Banana Mania. HEX triplet: FF, ED and AE. RGB value is (255,237,174). Sum of RGB (Red+Green+Blue) = 255+237+174=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 174 (68.36% from 255 or 26.13% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEDAE is #001251. Grayscale: #EBEBEB. Windows color (decimal): -4690 or 11464191. OLE color: 11464191.
HSL color Cylindrical-coordinate representation of color #FFEDAE: hue angle of 46.67º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFEDAE is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 174 | - |
| CMYK | 0 | 0.07 | 0.32 | 0 |
| HSL | 46.67º | 1% | 0.84% | - |
| HSV(B) | 46.67º | 0.32% | 1% | - |
| XYZ | 79.16 | 84.88 | 52.26 | - |
| YUV | 235.2 | 93.46 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 174 | 0 | 0.07 | 0.32 | 0 | 46.67 | 1 | 0.84 |
| Hex | FF | ED | AE | 0 | 7 | 20 | 0 | 2F | 64 | 54 |
| Octal | 377 | 355 | 256 | 0 | 7 | 40 | 0 | 57 | 144 | 124 |
| Binary | 11111111 | 11101101 | 10101110 | 0 | 111 | 100000 | 0 | 101111 | 1100100 | 1010100 |
Color Harmonies of #FFEDAE
Complementary color
Monochromatic Colors of #FFEDAE
Black with #FFEDAE
Text Example
Text Example
White with #FFEDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDAE; }
p { color: rgb(255,237,174); }
H1.HeaderClassName
{
color: #FFEDAE;
}
.AnyTagClassName
{
color: #FFEDAE;
}
</style>
background-color css
<style>
a { background-color: #FFEDAE; }
a { background-color: rgb(255,237,174); }
div.DivClassName
{
background-color: #FFEDAE;
}
.BgClassName
{
background-color: #FFEDAE;
}
</style>
border-color css
<style>
span { border-color: #FFEDAE; }
span { border-color: rgb(255,237,174); }
td.TdClassName
{
border-color: #FFEDAE;
}
.TagClassName
{
border-color: #FFEDAE;
}
</style>