#F7EDB4

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

Shades of Banana Mania #F7EDB4

Tints of Banana Mania #F7EDB4

Color information

#F7EDB4 (or 0xF7EDB4) is unknown color: approx Banana Mania. HEX triplet: F7, ED and B4. RGB value is (247,237,180). Sum of RGB (Red+Green+Blue) = 247+237+180=664 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.20% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 180 (70.70% from 255 or 27.11% from 664); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EDB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EDB4 is #08124B. Grayscale: #E9E9E9. Windows color (decimal): -528972 or 11857399. OLE color: 11857399.

HSL color Cylindrical-coordinate representation of color #F7EDB4: hue angle of 51.04º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F7EDB4 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB247237180-
CMYK00.040.270.03
HSL51.04º80.72%83.73%-
HSV(B)51.04º27.13%96.86%-
XYZ76.8883.6455.27-
YUV233.4997.81137.63-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.20%
GREEN value IS 237 (92.97% from 255) = 35.69%
BLUE value IS 180 (70.70% from 255) = 27.11%
R=37.20%
G=35.69%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723718000.040.270.0351.0480.7283.73
HexF7EDB4041B3335154
Octal3673552640433363121124
Binary1111011111101101101101000100110111111001110100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EDB4; }

 p { color: rgb(247,237,180); }

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

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

 a { background-color: rgb(247,237,180); }

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

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

 span { border-color: rgb(247,237,180); }

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