#FEE7B0

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

Shades of Banana Mania #FEE7B0

Tints of Banana Mania #FEE7B0

Color information

#FEE7B0 (or 0xFEE7B0) is unknown color: approx Banana Mania. HEX triplet: FE, E7 and B0. RGB value is (254,231,176). Sum of RGB (Red+Green+Blue) = 254+231+176=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 231 (90.62% from 255 or 34.95% from 661); Blue value is 176 (69.14% from 255 or 26.63% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE7B0 is #01184F. Grayscale: #E7E7E7. Windows color (decimal): -71760 or 11593726. OLE color: 11593726.

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

Color convert

RGB254231176-
CMYK00.090.310.00
HSL42.31º97.5%84.31%-
HSV(B)42.31º30.71%99.61%-
XYZ77.2981.3652.7-
YUV231.6196.62143.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.43%
GREEN value IS 231 (90.62% from 255) = 34.95%
BLUE value IS 176 (69.14% from 255) = 26.63%
R=38.43%
G=34.95%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423117600.090.310.0042.3197.584.31
HexFEE7B0091F02a6254
Octal37634726001137052142124
Binary1111111011100111101100000100111111010101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE7B0; }

 p { color: rgb(254,231,176); }

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

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

 a { background-color: rgb(254,231,176); }

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

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

 span { border-color: rgb(254,231,176); }

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