Shades of Banana Mania #FFEDAD
Tints of Banana Mania #FFEDAD
RGB
CMYK
RGB Variations
Color information
#FFEDAD (or 0xFFEDAD) is known color: Banana Mania. HEX triplet: FF, ED and AD. RGB value is (255,237,173). Sum of RGB (Red+Green+Blue) = 255+237+173=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 173 (67.97% from 255 or 26.02% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEDAD is #001252. Grayscale: #EBEBEB. Windows color (decimal): -4691 or 11398655. OLE color: 11398655.
HSL color Cylindrical-coordinate representation of color #FFEDAD: hue angle of 46.83º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFEDAD is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 173 | - |
| CMYK | 0 | 0.07 | 0.32 | 0 |
| HSL | 46.83º | 1% | 0.84% | - |
| HSV(B) | 46.83º | 0.32% | 1% | - |
| XYZ | 79.07 | 84.85 | 51.74 | - |
| YUV | 235.09 | 92.96 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 173 | 0 | 0.07 | 0.32 | 0 | 46.83 | 1 | 0.84 |
| Hex | FF | ED | AD | 0 | 7 | 20 | 0 | 2F | 64 | 54 |
| Octal | 377 | 355 | 255 | 0 | 7 | 40 | 0 | 57 | 144 | 124 |
| Binary | 11111111 | 11101101 | 10101101 | 0 | 111 | 100000 | 0 | 101111 | 1100100 | 1010100 |
Color Harmonies of #FFEDAD
Complementary color
Monochromatic Colors of #FFEDAD
Black with #FFEDAD
Text Example
Text Example
White with #FFEDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDAD; }
p { color: rgb(255,237,173); }
H1.HeaderClassName
{
color: #FFEDAD;
}
.AnyTagClassName
{
color: #FFEDAD;
}
</style>
background-color css
<style>
a { background-color: #FFEDAD; }
a { background-color: rgb(255,237,173); }
div.DivClassName
{
background-color: #FFEDAD;
}
.BgClassName
{
background-color: #FFEDAD;
}
</style>
border-color css
<style>
span { border-color: #FFEDAD; }
span { border-color: rgb(255,237,173); }
td.TdClassName
{
border-color: #FFEDAD;
}
.TagClassName
{
border-color: #FFEDAD;
}
</style>