#F5E5AE

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

Shades of Banana Mania #F5E5AE

Tints of Banana Mania #F5E5AE

Color information

#F5E5AE (or 0xF5E5AE) is unknown color: approx Banana Mania. HEX triplet: F5, E5 and AE. RGB value is (245,229,174). Sum of RGB (Red+Green+Blue) = 245+229+174=648 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.81% from 648); Green value is 229 (89.84% from 255 or 35.34% from 648); Blue value is 174 (68.36% from 255 or 26.85% from 648); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E5AE is #0A1A51. Grayscale: #E3E3E3. Windows color (decimal): -662098 or 11462133. OLE color: 11462133.

HSL color Cylindrical-coordinate representation of color #F5E5AE: hue angle of 46.48º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5E5AE is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB245229174-
CMYK00.070.290.04
HSL46.48º78.02%82.16%-
HSV(B)46.48º28.98%96.08%-
XYZ73.3278.5151.33-
YUV227.5197.8140.47-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.81%
GREEN value IS 229 (89.84% from 255) = 35.34%
BLUE value IS 174 (68.36% from 255) = 26.85%
R=37.81%
G=35.34%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522917400.070.290.0446.4878.0282.16
HexF5E5AE071D42e4e52
Octal3653452560735456116122
Binary11110101111001011010111001111110110010111010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E5AE; }

 p { color: rgb(245,229,174); }

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

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

 a { background-color: rgb(245,229,174); }

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

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

 span { border-color: rgb(245,229,174); }

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