Html Css Color HEX #EDF52F Golden Fizz

📋 copy color: '#EDF52F'

red 237 ◦ green 245 ◦ blue 47

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

Shades of Golden Fizz #EDF52F

Tints of Golden Fizz #EDF52F

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.31%

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

R = 44.8%
G = 46.31%
B = 8.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#EDF52F (or 0xEDF52F) is known color: Golden Fizz. HEX triplet: ED, F5 and 2F. RGB value is (237,245,47). Sum of RGB (Red+Green+Blue) = 237+245+47=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 245 (96.09% from 255 or 46.31% from 529); Blue value is 47 (18.75% from 255 or 8.88% from 529); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF52F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF52F is #120AD0. Grayscale: #DCDCDC. Windows color (decimal): -1182417 or 3143149. OLE color: 3143149.

HSL color Cylindrical-coordinate representation of color #EDF52F: hue angle of 62.42º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDF52F is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 245 47 -
CMYK 0.03 0 0.81 0.04
HSL 62.42º 0.91% 0.57% -
HSV(B) 62.42º 0.81% 0.96% -
XYZ 68.09 83.51 15.22 -
YUV 220.04 30.35 140.1 -
System Red Green Blue C M Y K H S L
Decimal 237 245 47 0.03 0 0.81 0.04 62.42 0.91 0.57
Hex ED F5 2F 3 0 51 4 3E 5B 39
Octal 355 365 57 3 0 121 4 76 133 71
Binary 11101101 11110101 101111 11 0 1010001 100 111110 1011011 111001

Color Harmonies of #EDF52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF52F

Black with #EDF52F

Text Example


Text Example

White with #EDF52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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