#FFEFAE

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

Shades of Banana Mania #FFEFAE

Tints of Banana Mania #FFEFAE

Color information

#FFEFAE (or 0xFFEFAE) is unknown color: approx Banana Mania. HEX triplet: FF, EF and AE. RGB value is (255,239,174). Sum of RGB (Red+Green+Blue) = 255+239+174=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 174 (68.36% from 255 or 26.05% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEFAE is #001051. Grayscale: #ECECEC. Windows color (decimal): -4178 or 11464703. OLE color: 11464703.

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

Color convert

RGB255239174-
CMYK00.060.320
HSL48.15º100%84.12%-
HSV(B)48.15º31.76%100%-
XYZ79.7586.0552.45-
YUV236.3792.8141.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.17%
GREEN value IS 239 (93.75% from 255) = 35.78%
BLUE value IS 174 (68.36% from 255) = 26.05%
R=38.17%
G=35.78%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523917400.060.32048.1510084.12
HexFFEFAE06200306454
Octal3773572560640060144124
Binary1111111111101111101011100110100000011000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFAE; }

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

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

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

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

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

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

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

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