Html Css Color HEX #FFEEAA Banana Mania

📋 copy color: '#FFEEAA'

red 255 ◦ green 238 ◦ blue 170

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

Shades of Banana Mania #FFEEAA

Tints of Banana Mania #FFEEAA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.9%

 BLUE value IS 170 (66.8% from 255) = 25.64%

R = 38.46%
G = 35.9%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFEEAA (or 0xFFEEAA) is known color: Banana Mania. HEX triplet: FF, EE and AA. RGB value is (255,238,170). Sum of RGB (Red+Green+Blue) = 255+238+170=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 238 (93.36% from 255 or 35.90% from 663); Blue value is 170 (66.80% from 255 or 25.64% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEEAA is #001155. Grayscale: #EBEBEB. Windows color (decimal): -4438 or 11202303. OLE color: 11202303.

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

Color convert

RGB 255 238 170 -
CMYK 0 0.07 0.33 0
HSL 48º 1% 0.83% -
HSV(B) 48º 0.33% 1% -
XYZ 79.07 85.31 50.33 -
YUV 235.33 91.13 142.03 -
System Red Green Blue C M Y K H S L
Decimal 255 238 170 0 0.07 0.33 0 48 1 0.83
Hex FF EE AA 0 7 21 0 30 64 53
Octal 377 356 252 0 7 41 0 60 144 123
Binary 11111111 11101110 10101010 0 111 100001 0 110000 1100100 1010011

Color Harmonies of #FFEEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEEAA

Black with #FFEEAA

Text Example


Text Example

White with #FFEEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEEAA; }

 p { color: rgb(255,238,170); }

 H1.HeaderClassName
 {
   color: #FFEEAA;
 }
 .AnyTagClassName
 {
   color: #FFEEAA;
 }
</style>

background-color css

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

 a { background-color: rgb(255,238,170); }

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

border-color css

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

 span { border-color: rgb(255,238,170); }

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