#FFECA8

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

Shades of Banana Mania #FFECA8

Tints of Banana Mania #FFECA8

Color information

#FFECA8 (or 0xFFECA8) is unknown color: approx Banana Mania. HEX triplet: FF, EC and A8. RGB value is (255,236,168). Sum of RGB (Red+Green+Blue) = 255+236+168=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 236 (92.58% from 255 or 35.81% from 659); Blue value is 168 (66.02% from 255 or 25.49% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFECA8 is #001357. Grayscale: #EAEAEA. Windows color (decimal): -4952 or 11070719. OLE color: 11070719.

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

Color convert

RGB255236168-
CMYK00.070.340
HSL46.9º100%82.94%-
HSV(B)46.9º34.12%100%-
XYZ78.384.0849.15-
YUV233.9390.79143.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.69%
GREEN value IS 236 (92.58% from 255) = 35.81%
BLUE value IS 168 (66.02% from 255) = 25.49%
R=38.69%
G=35.81%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523616800.070.34046.910082.94
HexFFECA8072202f6453
Octal3773542500742057144123
Binary1111111111101100101010000111100010010111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFECA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFECA8; }

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

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

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

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

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

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

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

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