#FFEFB2

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

Shades of Banana Mania #FFEFB2

Tints of Banana Mania #FFEFB2

Color information

#FFEFB2 (or 0xFFEFB2) is unknown color: approx Banana Mania. HEX triplet: FF, EF and B2. RGB value is (255,239,178). Sum of RGB (Red+Green+Blue) = 255+239+178=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 239 (93.75% from 255 or 35.57% from 672); Blue value is 178 (69.92% from 255 or 26.49% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEFB2 is #00104D. Grayscale: #EDEDED. Windows color (decimal): -4174 or 11726847. OLE color: 11726847.

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

Color convert

RGB255239178-
CMYK00.060.300
HSL47.53º100%84.9%-
HSV(B)47.53º30.2%100%-
XYZ80.1486.2154.54-
YUV236.8394.8140.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.95%
GREEN value IS 239 (93.75% from 255) = 35.57%
BLUE value IS 178 (69.92% from 255) = 26.49%
R=37.95%
G=35.57%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523917800.060.30047.5310084.9
HexFFEFB2061E0306455
Octal3773572620636060144125
Binary111111111110111110110010011011110011000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFB2; }

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

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

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

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

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

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

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

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