Html Css Color HEX #FFEFB4 Banana Mania

📋 copy color: '#FFEFB4'

red 255 ◦ green 239 ◦ blue 180

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

Shades of Banana Mania #FFEFB4

Tints of Banana Mania #FFEFB4

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.46%

 BLUE value IS 180 (70.7% from 255) = 26.71%

R = 37.83%
G = 35.46%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFEFB4 (or 0xFFEFB4) is known color: Banana Mania. HEX triplet: FF, EF and B4. RGB value is (255,239,180). Sum of RGB (Red+Green+Blue) = 255+239+180=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 239 (93.75% from 255 or 35.46% from 674); Blue value is 180 (70.70% from 255 or 26.71% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFB4 is #00104B. Grayscale: #EDEDED. Windows color (decimal): -4172 or 11857919. OLE color: 11857919.

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

Color convert

RGB 255 239 180 -
CMYK 0 0.06 0.29 0
HSL 47.2º 1% 0.85% -
HSV(B) 47.2º 0.29% 1% -
XYZ 80.34 86.29 55.6 -
YUV 237.06 95.8 140.8 -
System Red Green Blue C M Y K H S L
Decimal 255 239 180 0 0.06 0.29 0 47.2 1 0.85
Hex FF EF B4 0 6 1D 0 2F 64 55
Octal 377 357 264 0 6 35 0 57 144 125
Binary 11111111 11101111 10110100 0 110 11101 0 101111 1100100 1010101

Color Harmonies of #FFEFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEFB4

Black with #FFEFB4

Text Example


Text Example

White with #FFEFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEFB4; }

 p { color: rgb(255,239,180); }

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

background-color css

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

 a { background-color: rgb(255,239,180); }

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

border-color css

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

 span { border-color: rgb(255,239,180); }

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