Shades of Banana Mania #FFEAAE
Tints of Banana Mania #FFEAAE
RGB
CMYK
RGB Variations
Color information
#FFEAAE (or 0xFFEAAE) is known color: Banana Mania. HEX triplet: FF, EA and AE. RGB value is (255,234,174). Sum of RGB (Red+Green+Blue) = 255+234+174=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 174 (68.36% from 255 or 26.24% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEAAE is #001551. Grayscale: #E9E9E9. Windows color (decimal): -5458 or 11463423. OLE color: 11463423.
HSL color Cylindrical-coordinate representation of color #FFEAAE: hue angle of 44.44º 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 #FFEAAE is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 234 | 174 | - |
CMYK | 0 | 0.08 | 0.32 | 0 |
HSL | 44.44º | 1% | 0.84% | - |
HSV(B) | 44.44º | 0.32% | 1% | - |
XYZ | 78.3 | 83.16 | 51.97 | - |
YUV | 233.44 | 94.46 | 143.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 234 | 174 | 0 | 0.08 | 0.32 | 0 | 44.44 | 1 | 0.84 |
Hex | FF | EA | AE | 0 | 8 | 20 | 0 | 2C | 64 | 54 |
Octal | 377 | 352 | 256 | 0 | 10 | 40 | 0 | 54 | 144 | 124 |
Binary | 11111111 | 11101010 | 10101110 | 0 | 1000 | 100000 | 0 | 101100 | 1100100 | 1010100 |
Color Harmonies of #FFEAAE
Complementary color
Monochromatic Colors of #FFEAAE
Black with #FFEAAE
Text Example
Text Example
White with #FFEAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEAAE; }
p { color: rgb(255,234,174); }
H1.HeaderClassName
{
color: #FFEAAE;
}
.AnyTagClassName
{
color: #FFEAAE;
}
</style>
background-color css
<style>
a { background-color: #FFEAAE; }
a { background-color: rgb(255,234,174); }
div.DivClassName
{
background-color: #FFEAAE;
}
.BgClassName
{
background-color: #FFEAAE;
}
</style>
border-color css
<style>
span { border-color: #FFEAAE; }
span { border-color: rgb(255,234,174); }
td.TdClassName
{
border-color: #FFEAAE;
}
.TagClassName
{
border-color: #FFEAAE;
}
</style>