Shades of Banana Mania #F7EDB4
Tints of Banana Mania #F7EDB4
RGB
CMYK
RGB Variations
Color information
#F7EDB4 (or 0xF7EDB4) is known color: Banana Mania. HEX triplet: F7, ED and B4. RGB value is (247,237,180). Sum of RGB (Red+Green+Blue) = 247+237+180=664 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.20% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 180 (70.70% from 255 or 27.11% from 664); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EDB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EDB4 is #08124B. Grayscale: #E9E9E9. Windows color (decimal): -528972 or 11857399. OLE color: 11857399.
HSL color Cylindrical-coordinate representation of color #F7EDB4: hue angle of 51.04º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F7EDB4 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 237 | 180 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.03 |
| HSL | 51.04º | 0.81% | 0.84% | - |
| HSV(B) | 51.04º | 0.27% | 0.97% | - |
| XYZ | 76.88 | 83.64 | 55.27 | - |
| YUV | 233.49 | 97.81 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 237 | 180 | 0 | 0.04 | 0.27 | 0.03 | 51.04 | 0.81 | 0.84 |
| Hex | F7 | ED | B4 | 0 | 4 | 1B | 3 | 33 | 51 | 54 |
| Octal | 367 | 355 | 264 | 0 | 4 | 33 | 3 | 63 | 121 | 124 |
| Binary | 11110111 | 11101101 | 10110100 | 0 | 100 | 11011 | 11 | 110011 | 1010001 | 1010100 |
Color Harmonies of #F7EDB4
Complementary color
Monochromatic Colors of #F7EDB4
Black with #F7EDB4
Text Example
Text Example
White with #F7EDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7EDB4; }
p { color: rgb(247,237,180); }
H1.HeaderClassName
{
color: #F7EDB4;
}
.AnyTagClassName
{
color: #F7EDB4;
}
</style>
background-color css
<style>
a { background-color: #F7EDB4; }
a { background-color: rgb(247,237,180); }
div.DivClassName
{
background-color: #F7EDB4;
}
.BgClassName
{
background-color: #F7EDB4;
}
</style>
border-color css
<style>
span { border-color: #F7EDB4; }
span { border-color: rgb(247,237,180); }
td.TdClassName
{
border-color: #F7EDB4;
}
.TagClassName
{
border-color: #F7EDB4;
}
</style>