Html Css Color HEX #EDF724 Golden Fizz

📋 copy color: '#EDF724'

red 237 ◦ green 247 ◦ blue 36

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

Shades of Golden Fizz #EDF724

Tints of Golden Fizz #EDF724

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.5%

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

R = 45.58%
G = 47.5%
B = 6.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#EDF724 (or 0xEDF724) is known color: Golden Fizz. HEX triplet: ED, F7 and 24. RGB value is (237,247,36). Sum of RGB (Red+Green+Blue) = 237+247+36=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 247 (96.88% from 255 or 47.5% from 520); Blue value is 36 (14.45% from 255 or 6.92% from 520); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF724 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF724 is #1208DB. Grayscale: #DCDCDC. Windows color (decimal): -1181916 or 2422765. OLE color: 2422765.

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

Color convert

RGB 237 247 36 -
CMYK 0.04 0 0.85 0.03
HSL 62.84º 0.93% 0.55% -
HSV(B) 62.84º 0.85% 0.97% -
XYZ 68.5 84.65 14.4 -
YUV 219.96 24.19 140.16 -
System Red Green Blue C M Y K H S L
Decimal 237 247 36 0.04 0 0.85 0.03 62.84 0.93 0.55
Hex ED F7 24 4 0 55 3 3F 5D 37
Octal 355 367 44 4 0 125 3 77 135 67
Binary 11101101 11110111 100100 100 0 1010101 11 111111 1011101 110111

Color Harmonies of #EDF724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF724

Black with #EDF724

Text Example


Text Example

White with #EDF724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF724; }

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

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

background-color css

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

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

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

border-color css

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

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

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