Html Css Color HEX #EDF624 Golden Fizz

📋 copy color: '#EDF624'

red 237 ◦ green 246 ◦ blue 36

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

Shades of Golden Fizz #EDF624

Tints of Golden Fizz #EDF624

RGB

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

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

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

R = 45.66%
G = 47.4%
B = 6.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#EDF624 (or 0xEDF624) is known color: Golden Fizz. HEX triplet: ED, F6 and 24. RGB value is (237,246,36). Sum of RGB (Red+Green+Blue) = 237+246+36=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 246 (96.48% from 255 or 47.40% from 519); Blue value is 36 (14.45% from 255 or 6.94% from 519); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF624 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF624 is #1209DB. Grayscale: #DCDCDC. Windows color (decimal): -1182172 or 2422509. OLE color: 2422509.

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

Color convert

RGB 237 246 36 -
CMYK 0.04 0 0.85 0.04
HSL 62.57º 0.92% 0.55% -
HSV(B) 62.57º 0.85% 0.96% -
XYZ 68.2 84.04 14.3 -
YUV 219.37 24.52 140.58 -
System Red Green Blue C M Y K H S L
Decimal 237 246 36 0.04 0 0.85 0.04 62.57 0.92 0.55
Hex ED F6 24 4 0 55 4 3F 5C 37
Octal 355 366 44 4 0 125 4 77 134 67
Binary 11101101 11110110 100100 100 0 1010101 100 111111 1011100 110111

Color Harmonies of #EDF624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF624

Black with #EDF624

Text Example


Text Example

White with #EDF624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF624; }

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

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

background-color css

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

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

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

border-color css

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

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

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