#F5EAB1

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

Shades of Banana Mania #F5EAB1

Tints of Banana Mania #F5EAB1

Color information

#F5EAB1 (or 0xF5EAB1) is unknown color: approx Banana Mania. HEX triplet: F5, EA and B1. RGB value is (245,234,177). Sum of RGB (Red+Green+Blue) = 245+234+177=656 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.35% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 177 (69.53% from 255 or 26.98% from 656); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EAB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EAB1 is #0A154E. Grayscale: #E7E7E7. Windows color (decimal): -660815 or 11660021. OLE color: 11660021.

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

Color convert

RGB245234177-
CMYK00.040.280.04
HSL50.29º77.27%82.75%-
HSV(B)50.29º27.76%96.08%-
XYZ75.0181.4353.36-
YUV230.7997.64138.13-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.35%
GREEN value IS 234 (91.80% from 255) = 35.67%
BLUE value IS 177 (69.53% from 255) = 26.98%
R=37.35%
G=35.67%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523417700.040.280.0450.2977.2782.75
HexF5EAB1041C4324d53
Octal3653522610434462115123
Binary11110101111010101011000101001110010011001010011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EAB1; }

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

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

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

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

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

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

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

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