#FFEFB4

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

Shades of Banana Mania #FFEFB4

Tints of Banana Mania #FFEFB4

Color information

#FFEFB4 (or 0xFFEFB4) is unknown color: approx Banana Mania. HEX triplet: FF, EF and B4. RGB value is (255,239,180). Sum of RGB (Red+Green+Blue) = 255+239+180=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 239 (93.75% from 255 or 35.46% from 674); Blue value is 180 (70.70% from 255 or 26.71% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFB4 is #00104B. Grayscale: #EDEDED. Windows color (decimal): -4172 or 11857919. OLE color: 11857919.

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

Color convert

RGB255239180-
CMYK00.060.290
HSL47.2º100%85.29%-
HSV(B)47.2º29.41%100%-
XYZ80.3486.2955.6-
YUV237.0695.8140.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.83%
GREEN value IS 239 (93.75% from 255) = 35.46%
BLUE value IS 180 (70.70% from 255) = 26.71%
R=37.83%
G=35.46%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523918000.060.29047.210085.29
HexFFEFB4061D02f6455
Octal3773572640635057144125
Binary111111111110111110110100011011101010111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFB4; }

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

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

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

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

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

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

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

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