#FFECBA

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

Shades of Banana Mania #FFECBA

Tints of Banana Mania #FFECBA

Color information

#FFECBA (or 0xFFECBA) is unknown color: approx Banana Mania. HEX triplet: FF, EC and BA. RGB value is (255,236,186). Sum of RGB (Red+Green+Blue) = 255+236+186=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 236 (92.58% from 255 or 34.86% from 677); Blue value is 186 (73.05% from 255 or 27.47% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFECBA is #001345. Grayscale: #ECECEC. Windows color (decimal): -4934 or 12250367. OLE color: 12250367.

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

Color convert

RGB255236186-
CMYK00.070.270
HSL43.48º100%86.47%-
HSV(B)43.48º27.06%100%-
XYZ80.184.858.6-
YUV235.9899.79141.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.67%
GREEN value IS 236 (92.58% from 255) = 34.86%
BLUE value IS 186 (73.05% from 255) = 27.47%
R=37.67%
G=34.86%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523618600.070.27043.4810086.47
HexFFECBA071B02b6456
Octal3773542720733053144126
Binary111111111110110010111010011111011010101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFECBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFECBA; }

 p { color: rgb(255,236,186); }

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

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

 a { background-color: rgb(255,236,186); }

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

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

 span { border-color: rgb(255,236,186); }

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