Html Css Color HEX #FFE6B0 Banana Mania

📋 copy color: '#FFE6B0'

red 255 ◦ green 230 ◦ blue 176

#FFE6B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Banana Mania #FFE6B0

Tints of Banana Mania #FFE6B0

RGB

 RED value IS 255 (100% from 255) = 38.58%

 GREEN value IS 230 (90.23% from 255) = 34.8%

 BLUE value IS 176 (69.14% from 255) = 26.63%

R = 38.58%
G = 34.8%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFE6B0 (or 0xFFE6B0) is known color: 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

RGB 255 230 176 -
CMYK 0 0.10 0.31 0
HSL 41.01º 1% 0.85% -
HSV(B) 41.01º 0.31% 1% -
XYZ 77.37 80.99 52.63 -
YUV 231.32 96.78 144.89 -
System Red Green Blue C M Y K H S L
Decimal 255 230 176 0 0.10 0.31 0 41.01 1 0.85
Hex FF E6 B0 0 A 1F 0 29 64 55
Octal 377 346 260 0 12 37 0 51 144 125
Binary 11111111 11100110 10110000 0 1010 11111 0 101001 1100100 1010101

Color Harmonies of #FFE6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE6B0

Black with #FFE6B0

Text Example


Text Example

White with #FFE6B0

Text Example


Text Example

HTML Codes & Css Web 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>