Html Css Color HEX #EDF029 Golden Fizz

📋 copy color: '#EDF029'

red 237 ◦ green 240 ◦ blue 41

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

Shades of Golden Fizz #EDF029

Tints of Golden Fizz #EDF029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 7.92%

R = 45.75%
G = 46.33%
B = 7.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EDF029 (or 0xEDF029) is known color: Golden Fizz. HEX triplet: ED, F0 and 29. RGB value is (237,240,41). Sum of RGB (Red+Green+Blue) = 237+240+41=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 240 (94.14% from 255 or 46.33% from 518); Blue value is 41 (16.41% from 255 or 7.92% from 518); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF029 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF029 is #120FD6. Grayscale: #D9D9D9. Windows color (decimal): -1183703 or 2748653. OLE color: 2748653.

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

Color convert

RGB 237 240 41 -
CMYK 0.01 0 0.83 0.06
HSL 60.9º 0.87% 0.55% -
HSV(B) 60.9º 0.83% 0.94% -
XYZ 66.49 80.48 14.13 -
YUV 216.42 29.01 142.68 -
System Red Green Blue C M Y K H S L
Decimal 237 240 41 0.01 0 0.83 0.06 60.9 0.87 0.55
Hex ED F0 29 1 0 53 6 3D 57 37
Octal 355 360 51 1 0 123 6 75 127 67
Binary 11101101 11110000 101001 1 0 1010011 110 111101 1010111 110111

Color Harmonies of #EDF029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF029

Black with #EDF029

Text Example


Text Example

White with #EDF029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF029; }

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

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

background-color css

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

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

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

border-color css

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

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

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