Shades of Banana Mania #FFEDB2
Tints of Banana Mania #FFEDB2
RGB
CMYK
RGB Variations
Color information
#FFEDB2 (or 0xFFEDB2) is known color: Banana Mania. HEX triplet: FF, ED and B2. RGB value is (255,237,178). Sum of RGB (Red+Green+Blue) = 255+237+178=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 178 (69.92% from 255 or 26.57% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEDB2 is #00124D. Grayscale: #EBEBEB. Windows color (decimal): -4686 or 11726335. OLE color: 11726335.
HSL color Cylindrical-coordinate representation of color #FFEDB2: hue angle of 45.97º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFEDB2 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 178 | - |
| CMYK | 0 | 0.07 | 0.30 | 0 |
| HSL | 45.97º | 1% | 0.85% | - |
| HSV(B) | 45.97º | 0.3% | 1% | - |
| XYZ | 79.56 | 85.04 | 54.34 | - |
| YUV | 235.66 | 95.46 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 178 | 0 | 0.07 | 0.30 | 0 | 45.97 | 1 | 0.85 |
| Hex | FF | ED | B2 | 0 | 7 | 1E | 0 | 2E | 64 | 55 |
| Octal | 377 | 355 | 262 | 0 | 7 | 36 | 0 | 56 | 144 | 125 |
| Binary | 11111111 | 11101101 | 10110010 | 0 | 111 | 11110 | 0 | 101110 | 1100100 | 1010101 |
Color Harmonies of #FFEDB2
Complementary color
Monochromatic Colors of #FFEDB2
Black with #FFEDB2
Text Example
Text Example
White with #FFEDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDB2; }
p { color: rgb(255,237,178); }
H1.HeaderClassName
{
color: #FFEDB2;
}
.AnyTagClassName
{
color: #FFEDB2;
}
</style>
background-color css
<style>
a { background-color: #FFEDB2; }
a { background-color: rgb(255,237,178); }
div.DivClassName
{
background-color: #FFEDB2;
}
.BgClassName
{
background-color: #FFEDB2;
}
</style>
border-color css
<style>
span { border-color: #FFEDB2; }
span { border-color: rgb(255,237,178); }
td.TdClassName
{
border-color: #FFEDB2;
}
.TagClassName
{
border-color: #FFEDB2;
}
</style>