#FFEAB4

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

Shades of Banana Mania #FFEAB4

Tints of Banana Mania #FFEAB4

Color information

#FFEAB4 (or 0xFFEAB4) is unknown color: approx Banana Mania. HEX triplet: FF, EA and B4. RGB value is (255,234,180). Sum of RGB (Red+Green+Blue) = 255+234+180=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 234 (91.80% from 255 or 34.98% from 669); Blue value is 180 (70.70% from 255 or 26.91% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEAB4 is #00154B. Grayscale: #EAEAEA. Windows color (decimal): -5452 or 11856639. OLE color: 11856639.

HSL color Cylindrical-coordinate representation of color #FFEAB4: hue angle of 43.2º 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 #FFEAB4 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB255234180-
CMYK00.080.290
HSL43.2º100%85.29%-
HSV(B)43.2º29.41%100%-
XYZ78.983.455.12-
YUV234.1297.46142.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.12%
GREEN value IS 234 (91.80% from 255) = 34.98%
BLUE value IS 180 (70.70% from 255) = 26.91%
R=38.12%
G=34.98%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523418000.080.29043.210085.29
HexFFEAB4081D02b6455
Octal37735226401035053144125
Binary1111111111101010101101000100011101010101111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEAB4; }

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

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

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

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

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

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

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

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