Shades of Banana Mania #FFEDAB
Tints of Banana Mania #FFEDAB
RGB
CMYK
RGB Variations
Color information
#FFEDAB (or 0xFFEDAB) is known color: Banana Mania. HEX triplet: FF, ED and AB. RGB value is (255,237,171). Sum of RGB (Red+Green+Blue) = 255+237+171=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 237 (92.97% from 255 or 35.75% from 663); Blue value is 171 (67.19% from 255 or 25.79% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEDAB is #001254. Grayscale: #EBEBEB. Windows color (decimal): -4693 or 11267583. OLE color: 11267583.
HSL color Cylindrical-coordinate representation of color #FFEDAB: hue angle of 47.14º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFEDAB is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 171 | - |
| CMYK | 0 | 0.07 | 0.33 | 0 |
| HSL | 47.14º | 1% | 0.84% | - |
| HSV(B) | 47.14º | 0.33% | 1% | - |
| XYZ | 78.87 | 84.77 | 50.73 | - |
| YUV | 234.86 | 91.96 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 171 | 0 | 0.07 | 0.33 | 0 | 47.14 | 1 | 0.84 |
| Hex | FF | ED | AB | 0 | 7 | 21 | 0 | 2F | 64 | 54 |
| Octal | 377 | 355 | 253 | 0 | 7 | 41 | 0 | 57 | 144 | 124 |
| Binary | 11111111 | 11101101 | 10101011 | 0 | 111 | 100001 | 0 | 101111 | 1100100 | 1010100 |
Color Harmonies of #FFEDAB
Complementary color
Monochromatic Colors of #FFEDAB
Black with #FFEDAB
Text Example
Text Example
White with #FFEDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDAB; }
p { color: rgb(255,237,171); }
H1.HeaderClassName
{
color: #FFEDAB;
}
.AnyTagClassName
{
color: #FFEDAB;
}
</style>
background-color css
<style>
a { background-color: #FFEDAB; }
a { background-color: rgb(255,237,171); }
div.DivClassName
{
background-color: #FFEDAB;
}
.BgClassName
{
background-color: #FFEDAB;
}
</style>
border-color css
<style>
span { border-color: #FFEDAB; }
span { border-color: rgb(255,237,171); }
td.TdClassName
{
border-color: #FFEDAB;
}
.TagClassName
{
border-color: #FFEDAB;
}
</style>