Html Css Color HEX #EDF034 Golden Fizz

📋 copy color: '#EDF034'

red 237 ◦ green 240 ◦ blue 52

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

Shades of Golden Fizz #EDF034

Tints of Golden Fizz #EDF034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.83%

R = 44.8%
G = 45.37%
B = 9.83%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EDF034 (or 0xEDF034) is known color: Golden Fizz. HEX triplet: ED, F0 and 34. RGB value is (237,240,52). Sum of RGB (Red+Green+Blue) = 237+240+52=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 52 (20.70% from 255 or 9.83% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF034 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF034 is #120FCB. Grayscale: #DADADA. Windows color (decimal): -1183692 or 3469549. OLE color: 3469549.

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

Color convert

RGB 237 240 52 -
CMYK 0.01 0 0.78 0.06
HSL 60.96º 0.86% 0.57% -
HSV(B) 60.96º 0.78% 0.94% -
XYZ 66.7 80.57 15.29 -
YUV 217.67 34.51 141.79 -
System Red Green Blue C M Y K H S L
Decimal 237 240 52 0.01 0 0.78 0.06 60.96 0.86 0.57
Hex ED F0 34 1 0 4E 6 3D 56 39
Octal 355 360 64 1 0 116 6 75 126 71
Binary 11101101 11110000 110100 1 0 1001110 110 111101 1010110 111001

Color Harmonies of #EDF034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF034

Black with #EDF034

Text Example


Text Example

White with #EDF034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF034; }

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

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

background-color css

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

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

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

border-color css

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

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

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