#ffe6ae

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

Shades of Banana Mania #FFE6AE

Tints of Banana Mania #FFE6AE

Color information

#FFE6AE (or 0xFFE6AE) is unknown color: approx Banana Mania. HEX triplet: FF, E6 and AE. RGB value is (255,230,174). Sum of RGB (Red+Green+Blue) = 255+230+174=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 230 (90.23% from 255 or 34.90% from 659); Blue value is 174 (68.36% from 255 or 26.40% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE6AE is #001951. Grayscale: #E7E7E7. Windows color (decimal): -6482 or 11462399. OLE color: 11462399.

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

Color convert

RGB255230174-
CMYK00.100.320
HSL41.48º100%84.12%-
HSV(B)41.48º31.76%100%-
XYZ77.1880.9151.59-
YUV231.0995.78145.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.69%
GREEN value IS 230 (90.23% from 255) = 34.90%
BLUE value IS 174 (68.36% from 255) = 26.40%
R=38.69%
G=34.90%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523017400.100.32041.4810084.12
HexFFE6AE0A200296454
Octal37734625601240051144124
Binary11111111111001101010111001010100000010100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffe6ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffe6ae; }

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

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

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

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

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

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

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

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