Shades of Banana Mania #FFEDB4
Tints of Banana Mania #FFEDB4
RGB
CMYK
RGB Variations
Color information
#FFEDB4 (or 0xFFEDB4) is known color: Banana Mania. HEX triplet: FF, ED and B4. RGB value is (255,237,180). Sum of RGB (Red+Green+Blue) = 255+237+180=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 180 (70.70% from 255 or 26.79% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDB4 is #00124B. Grayscale: #ECECEC. Windows color (decimal): -4684 or 11857407. OLE color: 11857407.
HSL color Cylindrical-coordinate representation of color #FFEDB4: hue angle of 45.6º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFEDB4 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 180 | - |
| CMYK | 0 | 0.07 | 0.29 | 0 |
| HSL | 45.6º | 1% | 0.85% | - |
| HSV(B) | 45.6º | 0.29% | 1% | - |
| XYZ | 79.76 | 85.12 | 55.41 | - |
| YUV | 235.88 | 96.46 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 180 | 0 | 0.07 | 0.29 | 0 | 45.6 | 1 | 0.85 |
| Hex | FF | ED | B4 | 0 | 7 | 1D | 0 | 2E | 64 | 55 |
| Octal | 377 | 355 | 264 | 0 | 7 | 35 | 0 | 56 | 144 | 125 |
| Binary | 11111111 | 11101101 | 10110100 | 0 | 111 | 11101 | 0 | 101110 | 1100100 | 1010101 |
Color Harmonies of #FFEDB4
Complementary color
Monochromatic Colors of #FFEDB4
Black with #FFEDB4
Text Example
Text Example
White with #FFEDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDB4; }
p { color: rgb(255,237,180); }
H1.HeaderClassName
{
color: #FFEDB4;
}
.AnyTagClassName
{
color: #FFEDB4;
}
</style>
background-color css
<style>
a { background-color: #FFEDB4; }
a { background-color: rgb(255,237,180); }
div.DivClassName
{
background-color: #FFEDB4;
}
.BgClassName
{
background-color: #FFEDB4;
}
</style>
border-color css
<style>
span { border-color: #FFEDB4; }
span { border-color: rgb(255,237,180); }
td.TdClassName
{
border-color: #FFEDB4;
}
.TagClassName
{
border-color: #FFEDB4;
}
</style>