Html Css Color HEX #EBFF2C Golden Fizz

📋 copy color: '#EBFF2C'

red 235 ◦ green 255 ◦ blue 44

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

Shades of Golden Fizz #EBFF2C

Tints of Golden Fizz #EBFF2C

RGB

 RED value IS 235 (92.19% from 255) = 44.01%

 GREEN value IS 255 (100% from 255) = 47.75%

 BLUE value IS 44 (17.58% from 255) = 8.24%

R = 44.01%
G = 47.75%
B = 8.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#EBFF2C (or 0xEBFF2C) is known color: Golden Fizz. HEX triplet: EB, FF and 2C. RGB value is (235,255,44). Sum of RGB (Red+Green+Blue) = 235+255+44=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 44 (17.58% from 255 or 8.24% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFF2C is #1400D3. Grayscale: #E1E1E1. Windows color (decimal): -1310932 or 2949099. OLE color: 2949099.

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

Color convert

RGB 235 255 44 -
CMYK 0.08 0 0.83 0
HSL 65.69º 1% 0.59% -
HSV(B) 65.69º 0.83% 1% -
XYZ 70.48 89.36 15.92 -
YUV 224.97 25.87 135.16 -
System Red Green Blue C M Y K H S L
Decimal 235 255 44 0.08 0 0.83 0 65.69 1 0.59
Hex EB FF 2C 8 0 53 0 42 64 3B
Octal 353 377 54 10 0 123 0 102 144 73
Binary 11101011 11111111 101100 1000 0 1010011 0 1000010 1100100 111011

Color Harmonies of #EBFF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFF2C

Black with #EBFF2C

Text Example


Text Example

White with #EBFF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFF2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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