Shades of Banana Mania #FFEAAB
Tints of Banana Mania #FFEAAB
RGB
CMYK
RGB Variations
Color information
#FFEAAB (or 0xFFEAAB) is known color: Banana Mania. HEX triplet: FF, EA and AB. RGB value is (255,234,171). Sum of RGB (Red+Green+Blue) = 255+234+171=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 171 (67.19% from 255 or 25.91% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEAAB is #001554. Grayscale: #E9E9E9. Windows color (decimal): -5461 or 11266815. OLE color: 11266815.
HSL color Cylindrical-coordinate representation of color #FFEAAB: hue angle of 45º 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 #FFEAAB is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 171 | - |
| CMYK | 0 | 0.08 | 0.33 | 0 |
| HSL | 45º | 1% | 0.84% | - |
| HSV(B) | 45º | 0.33% | 1% | - |
| XYZ | 78.01 | 83.05 | 50.45 | - |
| YUV | 233.1 | 92.96 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 171 | 0 | 0.08 | 0.33 | 0 | 45 | 1 | 0.84 |
| Hex | FF | EA | AB | 0 | 8 | 21 | 0 | 2D | 64 | 54 |
| Octal | 377 | 352 | 253 | 0 | 10 | 41 | 0 | 55 | 144 | 124 |
| Binary | 11111111 | 11101010 | 10101011 | 0 | 1000 | 100001 | 0 | 101101 | 1100100 | 1010100 |
Color Harmonies of #FFEAAB
Complementary color
Monochromatic Colors of #FFEAAB
Black with #FFEAAB
Text Example
Text Example
White with #FFEAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEAAB; }
p { color: rgb(255,234,171); }
H1.HeaderClassName
{
color: #FFEAAB;
}
.AnyTagClassName
{
color: #FFEAAB;
}
</style>
background-color css
<style>
a { background-color: #FFEAAB; }
a { background-color: rgb(255,234,171); }
div.DivClassName
{
background-color: #FFEAAB;
}
.BgClassName
{
background-color: #FFEAAB;
}
</style>
border-color css
<style>
span { border-color: #FFEAAB; }
span { border-color: rgb(255,234,171); }
td.TdClassName
{
border-color: #FFEAAB;
}
.TagClassName
{
border-color: #FFEAAB;
}
</style>