Shades of Banana Mania #FFE6AF
Tints of Banana Mania #FFE6AF
RGB
CMYK
RGB Variations
Color information
#FFE6AF (or 0xFFE6AF) is known color: Banana Mania. HEX triplet: FF, E6 and AF. RGB value is (255,230,175). Sum of RGB (Red+Green+Blue) = 255+230+175=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 230 (90.23% from 255 or 34.85% from 660); Blue value is 175 (68.75% from 255 or 26.52% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE6AF is #001950. Grayscale: #E7E7E7. Windows color (decimal): -6481 or 11527935. OLE color: 11527935.
HSL color Cylindrical-coordinate representation of color #FFE6AF: hue angle of 41.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFE6AF is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 175 | - |
| CMYK | 0 | 0.10 | 0.31 | 0 |
| HSL | 41.25º | 1% | 0.84% | - |
| HSV(B) | 41.25º | 0.31% | 1% | - |
| XYZ | 77.27 | 80.95 | 52.11 | - |
| YUV | 231.21 | 96.28 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 175 | 0 | 0.10 | 0.31 | 0 | 41.25 | 1 | 0.84 |
| Hex | FF | E6 | AF | 0 | A | 1F | 0 | 29 | 64 | 54 |
| Octal | 377 | 346 | 257 | 0 | 12 | 37 | 0 | 51 | 144 | 124 |
| Binary | 11111111 | 11100110 | 10101111 | 0 | 1010 | 11111 | 0 | 101001 | 1100100 | 1010100 |
Color Harmonies of #FFE6AF
Complementary color
Monochromatic Colors of #FFE6AF
Black with #FFE6AF
Text Example
Text Example
White with #FFE6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6AF; }
p { color: rgb(255,230,175); }
H1.HeaderClassName
{
color: #FFE6AF;
}
.AnyTagClassName
{
color: #FFE6AF;
}
</style>
background-color css
<style>
a { background-color: #FFE6AF; }
a { background-color: rgb(255,230,175); }
div.DivClassName
{
background-color: #FFE6AF;
}
.BgClassName
{
background-color: #FFE6AF;
}
</style>
border-color css
<style>
span { border-color: #FFE6AF; }
span { border-color: rgb(255,230,175); }
td.TdClassName
{
border-color: #FFE6AF;
}
.TagClassName
{
border-color: #FFE6AF;
}
</style>