#FFEFB0

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

Shades of Banana Mania #FFEFB0

Tints of Banana Mania #FFEFB0

Color information

#FFEFB0 (or 0xFFEFB0) is unknown color: approx Banana Mania. HEX triplet: FF, EF and B0. RGB value is (255,239,176). Sum of RGB (Red+Green+Blue) = 255+239+176=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 239 (93.75% from 255 or 35.67% from 670); Blue value is 176 (69.14% from 255 or 26.27% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEFB0 is #00104F. Grayscale: #ECECEC. Windows color (decimal): -4176 or 11595775. OLE color: 11595775.

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

Color convert

RGB255239176-
CMYK00.060.310
HSL47.85º100%84.51%-
HSV(B)47.85º30.98%100%-
XYZ79.9486.1353.49-
YUV236.693.8141.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.06%
GREEN value IS 239 (93.75% from 255) = 35.67%
BLUE value IS 176 (69.14% from 255) = 26.27%
R=38.06%
G=35.67%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523917600.060.31047.8510084.51
HexFFEFB0061F0306455
Octal3773572600637060144125
Binary111111111110111110110000011011111011000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFB0; }

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

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

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

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

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

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

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

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