Html Css Color HEX #EDF424 Golden Fizz

📋 copy color: '#EDF424'

red 237 ◦ green 244 ◦ blue 36

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

Shades of Golden Fizz #EDF424

Tints of Golden Fizz #EDF424

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.2%

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

R = 45.84%
G = 47.2%
B = 6.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#EDF424 (or 0xEDF424) is known color: Golden Fizz. HEX triplet: ED, F4 and 24. RGB value is (237,244,36). Sum of RGB (Red+Green+Blue) = 237+244+36=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 244 (95.70% from 255 or 47.20% from 517); Blue value is 36 (14.45% from 255 or 6.96% from 517); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF424 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF424 is #120BDB. Grayscale: #DBDBDB. Windows color (decimal): -1182684 or 2421997. OLE color: 2421997.

HSL color Cylindrical-coordinate representation of color #EDF424: hue angle of 62.02º degrees, saturation: 0.9, 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 #EDF424 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 244 36 -
CMYK 0.03 0 0.85 0.04
HSL 62.02º 0.9% 0.55% -
HSV(B) 62.02º 0.85% 0.96% -
XYZ 67.59 82.83 14.09 -
YUV 218.2 25.18 141.41 -
System Red Green Blue C M Y K H S L
Decimal 237 244 36 0.03 0 0.85 0.04 62.02 0.9 0.55
Hex ED F4 24 3 0 55 4 3E 5A 37
Octal 355 364 44 3 0 125 4 76 132 67
Binary 11101101 11110100 100100 11 0 1010101 100 111110 1011010 110111

Color Harmonies of #EDF424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF424

Black with #EDF424

Text Example


Text Example

White with #EDF424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF424; }

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

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

background-color css

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

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

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

border-color css

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

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

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