Html Css Color HEX #FFEFAF Banana Mania

📋 copy color: '#FFEFAF'

red 255 ◦ green 239 ◦ blue 175

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

Shades of Banana Mania #FFEFAF

Tints of Banana Mania #FFEFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 26.16%

R = 38.12%
G = 35.72%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFEFAF (or 0xFFEFAF) is known color: Banana Mania. HEX triplet: FF, EF and AF. RGB value is (255,239,175). Sum of RGB (Red+Green+Blue) = 255+239+175=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 175 (68.75% from 255 or 26.16% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEFAF is #001050. Grayscale: #ECECEC. Windows color (decimal): -4177 or 11530239. OLE color: 11530239.

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

Color convert

RGB 255 239 175 -
CMYK 0 0.06 0.31 0
HSL 48º 1% 0.84% -
HSV(B) 48º 0.31% 1% -
XYZ 79.84 86.09 52.97 -
YUV 236.49 93.3 141.2 -
System Red Green Blue C M Y K H S L
Decimal 255 239 175 0 0.06 0.31 0 48 1 0.84
Hex FF EF AF 0 6 1F 0 30 64 54
Octal 377 357 257 0 6 37 0 60 144 124
Binary 11111111 11101111 10101111 0 110 11111 0 110000 1100100 1010100

Color Harmonies of #FFEFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEFAF

Black with #FFEFAF

Text Example


Text Example

White with #FFEFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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