#F5EAB4

Color #F5EAB4 Banana Mania (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Banana Mania #F5EAB4

Tints of Banana Mania #F5EAB4

Color information

#F5EAB4 (or 0xF5EAB4) is unknown color: approx Banana Mania. HEX triplet: F5, EA and B4. RGB value is (245,234,180). Sum of RGB (Red+Green+Blue) = 245+234+180=659 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.18% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 180 (70.70% from 255 or 27.31% from 659); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EAB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EAB4 is #0A154B. Grayscale: #E7E7E7. Windows color (decimal): -660812 or 11856629. OLE color: 11856629.

HSL color Cylindrical-coordinate representation of color #F5EAB4: hue angle of 49.85º degrees, saturation: 0.76, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5EAB4 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB245234180-
CMYK00.040.270.04
HSL49.85º76.47%83.33%-
HSV(B)49.85º26.53%96.08%-
XYZ75.3281.5554.95-
YUV231.1399.14137.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 37.18%
GREEN value IS 234 (91.80% from 255) = 35.51%
BLUE value IS 180 (70.70% from 255) = 27.31%
R=37.18%
G=35.51%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523418000.040.270.0449.8576.4783.33
HexF5EAB4041B4324c53
Octal3653522640433462114123
Binary11110101111010101011010001001101110011001010011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EAB4; }

 p { color: rgb(245,234,180); }

 H1.HeaderClassName
 {
   color: #F5EAB4;
 }
 .AnyTagClassName
 {
   color: #F5EAB4;
 }
</style>
background-color css

<style>
 a { background-color: #F5EAB4; }

 a { background-color: rgb(245,234,180); }

 div.DivClassName
 {
   background-color: #F5EAB4;
 }
 .BgClassName
 {
   background-color: #F5EAB4;
 }
</style>
border-color css

<style>
 span { border-color: #F5EAB4; }

 span { border-color: rgb(245,234,180); }

 td.TdClassName
 {
   border-color: #F5EAB4;
 }
 .TagClassName
 {
   border-color: #F5EAB4;
 }
</style>