Html Css Color HEX #EDF039 Golden Fizz

📋 copy color: '#EDF039'

red 237 ◦ green 240 ◦ blue 57

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

Shades of Golden Fizz #EDF039

Tints of Golden Fizz #EDF039

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.94%

 BLUE value IS 57 (22.66% from 255) = 10.67%

R = 44.38%
G = 44.94%
B = 10.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EDF039 (or 0xEDF039) is known color: Golden Fizz. HEX triplet: ED, F0 and 39. RGB value is (237,240,57). Sum of RGB (Red+Green+Blue) = 237+240+57=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 57 (22.66% from 255 or 10.67% from 534); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF039 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF039 is #120FC6. Grayscale: #DADADA. Windows color (decimal): -1183687 or 3797229. OLE color: 3797229.

HSL color Cylindrical-coordinate representation of color #EDF039: hue angle of 60.98º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDF039 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 57 -
CMYK 0.01 0 0.76 0.06
HSL 60.98º 0.86% 0.58% -
HSV(B) 60.98º 0.76% 0.94% -
XYZ 66.82 80.62 15.91 -
YUV 218.24 37.01 141.38 -
System Red Green Blue C M Y K H S L
Decimal 237 240 57 0.01 0 0.76 0.06 60.98 0.86 0.58
Hex ED F0 39 1 0 4C 6 3D 56 3A
Octal 355 360 71 1 0 114 6 75 126 72
Binary 11101101 11110000 111001 1 0 1001100 110 111101 1010110 111010

Color Harmonies of #EDF039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF039

Black with #EDF039

Text Example


Text Example

White with #EDF039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF039; }

 p { color: rgb(237,240,57); }

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

background-color css

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

 a { background-color: rgb(237,240,57); }

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

border-color css

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

 span { border-color: rgb(237,240,57); }

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