#FFE6AF

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

Shades of Banana Mania #FFE6AF

Tints of Banana Mania #FFE6AF

Color information

#FFE6AF (or 0xFFE6AF) is unknown color: approx Banana Mania. HEX triplet: FF, E6 and AF. RGB value is (255,230,175). Sum of RGB (Red+Green+Blue) = 255+230+175=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 230 (90.23% from 255 or 34.85% from 660); Blue value is 175 (68.75% from 255 or 26.52% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE6AF is #001950. Grayscale: #E7E7E7. Windows color (decimal): -6481 or 11527935. OLE color: 11527935.

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

Color convert

RGB255230175-
CMYK00.100.310
HSL41.25º100%84.31%-
HSV(B)41.25º31.37%100%-
XYZ77.2780.9552.11-
YUV231.296.28144.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.64%
GREEN value IS 230 (90.23% from 255) = 34.85%
BLUE value IS 175 (68.75% from 255) = 26.52%
R=38.64%
G=34.85%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523017500.100.31041.2510084.31
HexFFE6AF0A1F0296454
Octal37734625701237051144124
Binary1111111111100110101011110101011111010100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE6AF; }

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

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

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

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

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

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

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

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