Html Css Color HEX #FFE6AE Banana Mania

📋 copy color: '#FFE6AE'

red 255 ◦ green 230 ◦ blue 174

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

Shades of Banana Mania #FFE6AE

Tints of Banana Mania #FFE6AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 26.4%

R = 38.69%
G = 34.9%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

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

RGB 255 230 174 -
CMYK 0 0.10 0.32 0
HSL 41.48º 1% 0.84% -
HSV(B) 41.48º 0.32% 1% -
XYZ 77.18 80.91 51.59 -
YUV 231.09 95.78 145.05 -
System Red Green Blue C M Y K H S L
Decimal 255 230 174 0 0.10 0.32 0 41.48 1 0.84
Hex FF E6 AE 0 A 20 0 29 64 54
Octal 377 346 256 0 12 40 0 51 144 124
Binary 11111111 11100110 10101110 0 1010 100000 0 101001 1100100 1010100

Color Harmonies of #FFE6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE6AE

Black with #FFE6AE

Text Example


Text Example

White with #FFE6AE

Text Example


Text Example

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