Html Css Color HEX #FFEBAF Banana Mania

📋 copy color: '#FFEBAF'

red 255 ◦ green 235 ◦ blue 175

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

Shades of Banana Mania #FFEBAF

Tints of Banana Mania #FFEBAF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.34%

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

R = 38.35%
G = 35.34%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFEBAF (or 0xFFEBAF) is known color: Banana Mania. HEX triplet: FF, EB and AF. RGB value is (255,235,175). Sum of RGB (Red+Green+Blue) = 255+235+175=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 175 (68.75% from 255 or 26.32% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEBAF is #001450. Grayscale: #EAEAEA. Windows color (decimal): -5201 or 11529215. OLE color: 11529215.

HSL color Cylindrical-coordinate representation of color #FFEBAF: hue angle of 45º 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 #FFEBAF is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 255 235 175 -
CMYK 0 0.08 0.31 0
HSL 45º 1% 0.84% -
HSV(B) 45º 0.31% 1% -
XYZ 78.69 83.77 52.58 -
YUV 234.14 94.63 142.88 -
System Red Green Blue C M Y K H S L
Decimal 255 235 175 0 0.08 0.31 0 45 1 0.84
Hex FF EB AF 0 8 1F 0 2D 64 54
Octal 377 353 257 0 10 37 0 55 144 124
Binary 11111111 11101011 10101111 0 1000 11111 0 101101 1100100 1010100

Color Harmonies of #FFEBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEBAF

Black with #FFEBAF

Text Example


Text Example

White with #FFEBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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