#FFEBAD

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

Shades of Banana Mania #FFEBAD

Tints of Banana Mania #FFEBAD

Color information

#FFEBAD (or 0xFFEBAD) is unknown color: approx Banana Mania. HEX triplet: FF, EB and AD. RGB value is (255,235,173). Sum of RGB (Red+Green+Blue) = 255+235+173=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 235 (92.19% from 255 or 35.44% from 663); Blue value is 173 (67.97% from 255 or 26.09% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEBAD is #001452. Grayscale: #EAEAEA. Windows color (decimal): -5203 or 11398143. OLE color: 11398143.

HSL color Cylindrical-coordinate representation of color #FFEBAD: hue angle of 45.37º 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 #FFEBAD is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB255235173-
CMYK00.080.320
HSL45.37º100%83.92%-
HSV(B)45.37º32.16%100%-
XYZ78.4983.6951.55-
YUV233.9193.63143.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.46%
GREEN value IS 235 (92.19% from 255) = 35.44%
BLUE value IS 173 (67.97% from 255) = 26.09%
R=38.46%
G=35.44%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523517300.080.32045.3710083.92
HexFFEBAD082002d6454
Octal37735325501040055144124
Binary11111111111010111010110101000100000010110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEBAD; }

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

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

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

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

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

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

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

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