Html Css Color HEX #EDF02F Golden Fizz

📋 copy color: '#EDF02F'

red 237 ◦ green 240 ◦ blue 47

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

Shades of Golden Fizz #EDF02F

Tints of Golden Fizz #EDF02F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 8.97%

R = 45.23%
G = 45.8%
B = 8.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EDF02F (or 0xEDF02F) is known color: Golden Fizz. HEX triplet: ED, F0 and 2F. RGB value is (237,240,47). Sum of RGB (Red+Green+Blue) = 237+240+47=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 47 (18.75% from 255 or 8.97% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF02F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF02F is #120FD0. Grayscale: #D9D9D9. Windows color (decimal): -1183697 or 3141869. OLE color: 3141869.

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

Color convert

RGB 237 240 47 -
CMYK 0.01 0 0.80 0.06
HSL 60.93º 0.87% 0.56% -
HSV(B) 60.93º 0.8% 0.94% -
XYZ 66.6 80.53 14.72 -
YUV 217.1 32.01 142.19 -
System Red Green Blue C M Y K H S L
Decimal 237 240 47 0.01 0 0.80 0.06 60.93 0.87 0.56
Hex ED F0 2F 1 0 50 6 3D 57 38
Octal 355 360 57 1 0 120 6 75 127 70
Binary 11101101 11110000 101111 1 0 1010000 110 111101 1010111 111000

Color Harmonies of #EDF02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF02F

Black with #EDF02F

Text Example


Text Example

White with #EDF02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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