#FFEBAF

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

Shades of Banana Mania #FFEBAF

Tints of Banana Mania #FFEBAF

Color information

#FFEBAF (or 0xFFEBAF) is unknown color: approx Banana Mania. HEX triplet: FF, EB and AF. RGB value is (255,235,175). Sum of RGB (Red+Green+Blue) = 255+235+175=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 175 (68.75% from 255 or 26.32% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEBAF is #001450. Grayscale: #EAEAEA. Windows color (decimal): -5201 or 11529215. OLE color: 11529215.

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

Color convert

RGB255235175-
CMYK00.080.310
HSL45º100%84.31%-
HSV(B)45º31.37%100%-
XYZ78.6983.7752.58-
YUV234.1494.63142.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.35%
GREEN value IS 235 (92.19% from 255) = 35.34%
BLUE value IS 175 (68.75% from 255) = 26.32%
R=38.35%
G=35.34%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523517500.080.3104510084.31
HexFFEBAF081F02d6454
Octal37735325701037055144124
Binary1111111111101011101011110100011111010110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEBAF; }

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

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

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

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

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

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

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

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