Html Css Color HEX #EDF629 Golden Fizz

📋 copy color: '#EDF629'

red 237 ◦ green 246 ◦ blue 41

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

Shades of Golden Fizz #EDF629

Tints of Golden Fizz #EDF629

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.95%

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

R = 45.23%
G = 46.95%
B = 7.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#EDF629 (or 0xEDF629) is known color: Golden Fizz. HEX triplet: ED, F6 and 29. RGB value is (237,246,41). Sum of RGB (Red+Green+Blue) = 237+246+41=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 246 (96.48% from 255 or 46.95% from 524); Blue value is 41 (16.41% from 255 or 7.82% from 524); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF629 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF629 is #1209D6. Grayscale: #DCDCDC. Windows color (decimal): -1182167 or 2750189. OLE color: 2750189.

HSL color Cylindrical-coordinate representation of color #EDF629: hue angle of 62.63º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDF629 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 41 -
CMYK 0.04 0 0.83 0.04
HSL 62.63º 0.92% 0.56% -
HSV(B) 62.63º 0.83% 0.96% -
XYZ 68.28 84.08 14.73 -
YUV 219.94 27.02 140.17 -
System Red Green Blue C M Y K H S L
Decimal 237 246 41 0.04 0 0.83 0.04 62.63 0.92 0.56
Hex ED F6 29 4 0 53 4 3F 5C 38
Octal 355 366 51 4 0 123 4 77 134 70
Binary 11101101 11110110 101001 100 0 1010011 100 111111 1011100 111000

Color Harmonies of #EDF629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF629

Black with #EDF629

Text Example


Text Example

White with #EDF629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF629; }

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

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

background-color css

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

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

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

border-color css

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

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

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