Html Css Color HEX #EDFB29 Golden Fizz

📋 copy color: '#EDFB29'

red 237 ◦ green 251 ◦ blue 41

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

Shades of Golden Fizz #EDFB29

Tints of Golden Fizz #EDFB29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 7.75%

R = 44.8%
G = 47.45%
B = 7.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#EDFB29 (or 0xEDFB29) is known color: Golden Fizz. HEX triplet: ED, FB and 29. RGB value is (237,251,41). Sum of RGB (Red+Green+Blue) = 237+251+41=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 251 (98.44% from 255 or 47.45% from 529); Blue value is 41 (16.41% from 255 or 7.75% from 529); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFB29 is #1204D6. Grayscale: #DFDFDF. Windows color (decimal): -1180887 or 2751469. OLE color: 2751469.

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

Color convert

RGB 237 251 41 -
CMYK 0.06 0 0.84 0.02
HSL 64º 0.96% 0.57% -
HSV(B) 64º 0.84% 0.98% -
XYZ 69.82 87.16 15.24 -
YUV 222.87 25.36 138.08 -
System Red Green Blue C M Y K H S L
Decimal 237 251 41 0.06 0 0.84 0.02 64 0.96 0.57
Hex ED FB 29 6 0 54 2 40 60 39
Octal 355 373 51 6 0 124 2 100 140 71
Binary 11101101 11111011 101001 110 0 1010100 10 1000000 1100000 111001

Color Harmonies of #EDFB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFB29

Black with #EDFB29

Text Example


Text Example

White with #EDFB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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