#FFECAE

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

Shades of Banana Mania #FFECAE

Tints of Banana Mania #FFECAE

Color information

#FFECAE (or 0xFFECAE) is unknown color: approx Banana Mania. HEX triplet: FF, EC and AE. RGB value is (255,236,174). Sum of RGB (Red+Green+Blue) = 255+236+174=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 236 (92.58% from 255 or 35.49% from 665); Blue value is 174 (68.36% from 255 or 26.17% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFECAE is #001351. Grayscale: #EAEAEA. Windows color (decimal): -4946 or 11463935. OLE color: 11463935.

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

Color convert

RGB255236174-
CMYK00.070.320
HSL45.93º100%84.12%-
HSV(B)45.93º31.76%100%-
XYZ78.8884.3152.16-
YUV234.6193.79142.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.35%
GREEN value IS 236 (92.58% from 255) = 35.49%
BLUE value IS 174 (68.36% from 255) = 26.17%
R=38.35%
G=35.49%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523617400.070.32045.9310084.12
HexFFECAE072002e6454
Octal3773542560740056144124
Binary1111111111101100101011100111100000010111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFECAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFECAE; }

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

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

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

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

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

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

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

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