#FFEAB5

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

Shades of Banana Mania #FFEAB5

Tints of Banana Mania #FFEAB5

Color information

#FFEAB5 (or 0xFFEAB5) is unknown color: approx Banana Mania. HEX triplet: FF, EA and B5. RGB value is (255,234,181). Sum of RGB (Red+Green+Blue) = 255+234+181=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 181 (71.09% from 255 or 27.01% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEAB5 is #00154A. Grayscale: #EAEAEA. Windows color (decimal): -5451 or 11922175. OLE color: 11922175.

HSL color Cylindrical-coordinate representation of color #FFEAB5: hue angle of 42.97º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFEAB5 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB255234181-
CMYK00.080.290
HSL42.97º100%85.49%-
HSV(B)42.97º29.02%100%-
XYZ7983.4455.66-
YUV234.2497.96142.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.06%
GREEN value IS 234 (91.80% from 255) = 34.93%
BLUE value IS 181 (71.09% from 255) = 27.01%
R=38.06%
G=34.93%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523418100.080.29042.9710085.49
HexFFEAB5081D02b6455
Octal37735226501035053144125
Binary1111111111101010101101010100011101010101111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEAB5; }

 p { color: rgb(255,234,181); }

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

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

 a { background-color: rgb(255,234,181); }

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

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

 span { border-color: rgb(255,234,181); }

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