Html Css Color HEX #EDFB36 Golden Fizz

📋 copy color: '#EDFB36'

red 237 ◦ green 251 ◦ blue 54

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

Shades of Golden Fizz #EDFB36

Tints of Golden Fizz #EDFB36

RGB

 RED value IS 237 (92.97% from 255) = 43.73%

 GREEN value IS 251 (98.44% from 255) = 46.31%

 BLUE value IS 54 (21.48% from 255) = 9.96%

R = 43.73%
G = 46.31%
B = 9.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#EDFB36 (or 0xEDFB36) is known color: Golden Fizz. HEX triplet: ED, FB and 36. RGB value is (237,251,54). Sum of RGB (Red+Green+Blue) = 237+251+54=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 54 (21.48% from 255 or 9.96% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB36 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFB36 is #1204C9. Grayscale: #E1E1E1. Windows color (decimal): -1180874 or 3603437. OLE color: 3603437.

HSL color Cylindrical-coordinate representation of color #EDFB36: hue angle of 64.26º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDFB36 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 251 54 -
CMYK 0.06 0 0.78 0.02
HSL 64.26º 0.96% 0.6% -
HSV(B) 64.26º 0.78% 0.98% -
XYZ 70.09 87.27 16.64 -
YUV 224.36 31.86 137.02 -
System Red Green Blue C M Y K H S L
Decimal 237 251 54 0.06 0 0.78 0.02 64.26 0.96 0.6
Hex ED FB 36 6 0 4E 2 40 60 3C
Octal 355 373 66 6 0 116 2 100 140 74
Binary 11101101 11111011 110110 110 0 1001110 10 1000000 1100000 111100

Color Harmonies of #EDFB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFB36

Black with #EDFB36

Text Example


Text Example

White with #EDFB36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFB36; }

 p { color: rgb(237,251,54); }

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

background-color css

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

 a { background-color: rgb(237,251,54); }

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

border-color css

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

 span { border-color: rgb(237,251,54); }

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