#FFECAD

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

Shades of Banana Mania #FFECAD

Tints of Banana Mania #FFECAD

Color information

#FFECAD (or 0xFFECAD) is unknown color: approx Banana Mania. HEX triplet: FF, EC and AD. RGB value is (255,236,173). Sum of RGB (Red+Green+Blue) = 255+236+173=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 173 (67.97% from 255 or 26.05% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFECAD is #001352. Grayscale: #EAEAEA. Windows color (decimal): -4947 or 11398399. OLE color: 11398399.

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

Color convert

RGB255236173-
CMYK00.070.320
HSL46.1º100%83.92%-
HSV(B)46.1º32.16%100%-
XYZ78.7884.2751.65-
YUV234.593.29142.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.40%
GREEN value IS 236 (92.58% from 255) = 35.54%
BLUE value IS 173 (67.97% from 255) = 26.05%
R=38.40%
G=35.54%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523617300.070.32046.110083.92
HexFFECAD072002e6454
Octal3773542550740056144124
Binary1111111111101100101011010111100000010111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFECAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFECAD; }

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

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

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

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

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

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

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

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