#FFEFAF

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

Shades of Banana Mania #FFEFAF

Tints of Banana Mania #FFEFAF

Color information

#FFEFAF (or 0xFFEFAF) is unknown color: approx Banana Mania. HEX triplet: FF, EF and AF. RGB value is (255,239,175). Sum of RGB (Red+Green+Blue) = 255+239+175=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 175 (68.75% from 255 or 26.16% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEFAF is #001050. Grayscale: #ECECEC. Windows color (decimal): -4177 or 11530239. OLE color: 11530239.

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

Color convert

RGB255239175-
CMYK00.060.310
HSL48º100%84.31%-
HSV(B)48º31.37%100%-
XYZ79.8486.0952.97-
YUV236.4993.3141.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.12%
GREEN value IS 239 (93.75% from 255) = 35.72%
BLUE value IS 175 (68.75% from 255) = 26.16%
R=38.12%
G=35.72%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523917500.060.3104810084.31
HexFFEFAF061F0306454
Octal3773572570637060144124
Binary111111111110111110101111011011111011000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFAF; }

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

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

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

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

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

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

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

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