#FFECAA

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

Shades of Banana Mania #FFECAA

Tints of Banana Mania #FFECAA

Color information

#FFECAA (or 0xFFECAA) is unknown color: approx Banana Mania. HEX triplet: FF, EC and AA. RGB value is (255,236,170). Sum of RGB (Red+Green+Blue) = 255+236+170=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 170 (66.80% from 255 or 25.72% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFECAA is #001355. Grayscale: #EAEAEA. Windows color (decimal): -4950 or 11201791. OLE color: 11201791.

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

Color convert

RGB255236170-
CMYK00.070.330
HSL46.59º100%83.33%-
HSV(B)46.59º33.33%100%-
XYZ78.4984.1550.14-
YUV234.1691.79142.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.58%
GREEN value IS 236 (92.58% from 255) = 35.70%
BLUE value IS 170 (66.80% from 255) = 25.72%
R=38.58%
G=35.70%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523617000.070.33046.5910083.33
HexFFECAA072102f6453
Octal3773542520741057144123
Binary1111111111101100101010100111100001010111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFECAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFECAA; }

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

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

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

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

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

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

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

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