#FFE6B0

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

Shades of Banana Mania #FFE6B0

Tints of Banana Mania #FFE6B0

Color information

#FFE6B0 (or 0xFFE6B0) is unknown color: approx Banana Mania. HEX triplet: FF, E6 and B0. RGB value is (255,230,176). Sum of RGB (Red+Green+Blue) = 255+230+176=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 230 (90.23% from 255 or 34.80% from 661); Blue value is 176 (69.14% from 255 or 26.63% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE6B0 is #00194F. Grayscale: #E7E7E7. Windows color (decimal): -6480 or 11593471. OLE color: 11593471.

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

Color convert

RGB255230176-
CMYK00.100.310
HSL41.01º100%84.51%-
HSV(B)41.01º30.98%100%-
XYZ77.3780.9952.63-
YUV231.3296.78144.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.58%
GREEN value IS 230 (90.23% from 255) = 34.80%
BLUE value IS 176 (69.14% from 255) = 26.63%
R=38.58%
G=34.80%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523017600.100.31041.0110084.51
HexFFE6B00A1F0296455
Octal37734626001237051144125
Binary1111111111100110101100000101011111010100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE6B0; }

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

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

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

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

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

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

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

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