Html Css Color HEX #EBF124 Golden Fizz

📋 copy color: '#EBF124'

red 235 ◦ green 241 ◦ blue 36

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

Shades of Golden Fizz #EBF124

Tints of Golden Fizz #EBF124

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.07%

 BLUE value IS 36 (14.45% from 255) = 7.03%

R = 45.9%
G = 47.07%
B = 7.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#EBF124 (or 0xEBF124) is known color: Golden Fizz. HEX triplet: EB, F1 and 24. RGB value is (235,241,36). Sum of RGB (Red+Green+Blue) = 235+241+36=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 36 (14.45% from 255 or 7.03% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF124 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF124 is #140EDB. Grayscale: #D8D8D8. Windows color (decimal): -1314524 or 2421227. OLE color: 2421227.

HSL color Cylindrical-coordinate representation of color #EBF124: hue angle of 61.76º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EBF124 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 241 36 -
CMYK 0.02 0 0.85 0.05
HSL 61.76º 0.88% 0.54% -
HSV(B) 61.76º 0.85% 0.95% -
XYZ 66.03 80.7 13.77 -
YUV 215.84 26.51 141.67 -
System Red Green Blue C M Y K H S L
Decimal 235 241 36 0.02 0 0.85 0.05 61.76 0.88 0.54
Hex EB F1 24 2 0 55 5 3E 58 36
Octal 353 361 44 2 0 125 5 76 130 66
Binary 11101011 11110001 100100 10 0 1010101 101 111110 1011000 110110

Color Harmonies of #EBF124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF124

Black with #EBF124

Text Example


Text Example

White with #EBF124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF124; }

 p { color: rgb(235,241,36); }

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

background-color css

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

 a { background-color: rgb(235,241,36); }

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

border-color css

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

 span { border-color: rgb(235,241,36); }

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