#FEE5AF

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

Shades of Banana Mania #FEE5AF

Tints of Banana Mania #FEE5AF

Color information

#FEE5AF (or 0xFEE5AF) is unknown color: approx Banana Mania. HEX triplet: FE, E5 and AF. RGB value is (254,229,175). Sum of RGB (Red+Green+Blue) = 254+229+175=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 229 (89.84% from 255 or 34.80% from 658); Blue value is 175 (68.75% from 255 or 26.60% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE5AF is #011A50. Grayscale: #E6E6E6. Windows color (decimal): -72273 or 11527678. OLE color: 11527678.

HSL color Cylindrical-coordinate representation of color #FEE5AF: hue angle of 41.01º 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 #FEE5AF is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB254229175-
CMYK00.100.310.00
HSL41.01º97.53%84.12%-
HSV(B)41.01º31.1%99.61%-
XYZ76.6380.252-
YUV230.3296.78144.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.60%
GREEN value IS 229 (89.84% from 255) = 34.80%
BLUE value IS 175 (68.75% from 255) = 26.60%
R=38.60%
G=34.80%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422917500.100.310.0041.0197.5384.12
HexFEE5AF0A1F0296254
Octal37634525701237051142124
Binary1111111011100101101011110101011111010100111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE5AF; }

 p { color: rgb(254,229,175); }

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

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

 a { background-color: rgb(254,229,175); }

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

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

 span { border-color: rgb(254,229,175); }

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