Shades of Banana Mania #FFEDAF
Tints of Banana Mania #FFEDAF
RGB
CMYK
RGB Variations
Color information
#FFEDAF (or 0xFFEDAF) is known color: Banana Mania. HEX triplet: FF, ED and AF. RGB value is (255,237,175). Sum of RGB (Red+Green+Blue) = 255+237+175=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 175 (68.75% from 255 or 26.24% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEDAF is #001250. Grayscale: #EBEBEB. Windows color (decimal): -4689 or 11529727. OLE color: 11529727.
HSL color Cylindrical-coordinate representation of color #FFEDAF: hue angle of 46.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFEDAF is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 175 | - |
| CMYK | 0 | 0.07 | 0.31 | 0 |
| HSL | 46.5º | 1% | 0.84% | - |
| HSV(B) | 46.5º | 0.31% | 1% | - |
| XYZ | 79.26 | 84.92 | 52.77 | - |
| YUV | 235.31 | 93.96 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 175 | 0 | 0.07 | 0.31 | 0 | 46.5 | 1 | 0.84 |
| Hex | FF | ED | AF | 0 | 7 | 1F | 0 | 2E | 64 | 54 |
| Octal | 377 | 355 | 257 | 0 | 7 | 37 | 0 | 56 | 144 | 124 |
| Binary | 11111111 | 11101101 | 10101111 | 0 | 111 | 11111 | 0 | 101110 | 1100100 | 1010100 |
Color Harmonies of #FFEDAF
Complementary color
Monochromatic Colors of #FFEDAF
Black with #FFEDAF
Text Example
Text Example
White with #FFEDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDAF; }
p { color: rgb(255,237,175); }
H1.HeaderClassName
{
color: #FFEDAF;
}
.AnyTagClassName
{
color: #FFEDAF;
}
</style>
background-color css
<style>
a { background-color: #FFEDAF; }
a { background-color: rgb(255,237,175); }
div.DivClassName
{
background-color: #FFEDAF;
}
.BgClassName
{
background-color: #FFEDAF;
}
</style>
border-color css
<style>
span { border-color: #FFEDAF; }
span { border-color: rgb(255,237,175); }
td.TdClassName
{
border-color: #FFEDAF;
}
.TagClassName
{
border-color: #FFEDAF;
}
</style>