Shades of Banana Mania #FFEAAC
Tints of Banana Mania #FFEAAC
RGB
CMYK
RGB Variations
Color information
#FFEAAC (or 0xFFEAAC) is known color: Banana Mania. HEX triplet: FF, EA and AC. RGB value is (255,234,172). Sum of RGB (Red+Green+Blue) = 255+234+172=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 172 (67.58% from 255 or 26.02% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEAAC is #001553. Grayscale: #E9E9E9. Windows color (decimal): -5460 or 11332351. OLE color: 11332351.
HSL color Cylindrical-coordinate representation of color #FFEAAC: hue angle of 44.82º 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 #FFEAAC is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 234 | 172 | - |
CMYK | 0 | 0.08 | 0.33 | 0 |
HSL | 44.82º | 1% | 0.84% | - |
HSV(B) | 44.82º | 0.33% | 1% | - |
XYZ | 78.11 | 83.08 | 50.95 | - |
YUV | 233.21 | 93.46 | 143.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 234 | 172 | 0 | 0.08 | 0.33 | 0 | 44.82 | 1 | 0.84 |
Hex | FF | EA | AC | 0 | 8 | 21 | 0 | 2D | 64 | 54 |
Octal | 377 | 352 | 254 | 0 | 10 | 41 | 0 | 55 | 144 | 124 |
Binary | 11111111 | 11101010 | 10101100 | 0 | 1000 | 100001 | 0 | 101101 | 1100100 | 1010100 |
Color Harmonies of #FFEAAC
Complementary color
Monochromatic Colors of #FFEAAC
Black with #FFEAAC
Text Example
Text Example
White with #FFEAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEAAC; }
p { color: rgb(255,234,172); }
H1.HeaderClassName
{
color: #FFEAAC;
}
.AnyTagClassName
{
color: #FFEAAC;
}
</style>
background-color css
<style>
a { background-color: #FFEAAC; }
a { background-color: rgb(255,234,172); }
div.DivClassName
{
background-color: #FFEAAC;
}
.BgClassName
{
background-color: #FFEAAC;
}
</style>
border-color css
<style>
span { border-color: #FFEAAC; }
span { border-color: rgb(255,234,172); }
td.TdClassName
{
border-color: #FFEAAC;
}
.TagClassName
{
border-color: #FFEAAC;
}
</style>