#FFEBAE

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

Shades of Banana Mania #FFEBAE

Tints of Banana Mania #FFEBAE

Color information

#FFEBAE (or 0xFFEBAE) is unknown color: approx Banana Mania. HEX triplet: FF, EB and AE. RGB value is (255,235,174). Sum of RGB (Red+Green+Blue) = 255+235+174=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 235 (92.19% from 255 or 35.39% from 664); Blue value is 174 (68.36% from 255 or 26.20% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEBAE is #001451. Grayscale: #EAEAEA. Windows color (decimal): -5202 or 11463679. OLE color: 11463679.

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

Color convert

RGB255235174-
CMYK00.080.320
HSL45.19º100%84.12%-
HSV(B)45.19º31.76%100%-
XYZ78.5983.7352.06-
YUV234.0394.13142.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.40%
GREEN value IS 235 (92.19% from 255) = 35.39%
BLUE value IS 174 (68.36% from 255) = 26.20%
R=38.40%
G=35.39%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523517400.080.32045.1910084.12
HexFFEBAE082002d6454
Octal37735325601040055144124
Binary11111111111010111010111001000100000010110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEBAE; }

 p { color: rgb(255,235,174); }

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

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

 a { background-color: rgb(255,235,174); }

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

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

 span { border-color: rgb(255,235,174); }

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