Html Css Color HEX #EDF62F Golden Fizz

📋 copy color: '#EDF62F'

red 237 ◦ green 246 ◦ blue 47

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

Shades of Golden Fizz #EDF62F

Tints of Golden Fizz #EDF62F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.42%

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

R = 44.72%
G = 46.42%
B = 8.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#EDF62F (or 0xEDF62F) is known color: Golden Fizz. HEX triplet: ED, F6 and 2F. RGB value is (237,246,47). Sum of RGB (Red+Green+Blue) = 237+246+47=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 246 (96.48% from 255 or 46.42% from 530); Blue value is 47 (18.75% from 255 or 8.87% from 530); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF62F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF62F is #1209D0. Grayscale: #DDDDDD. Windows color (decimal): -1182161 or 3143405. OLE color: 3143405.

HSL color Cylindrical-coordinate representation of color #EDF62F: hue angle of 62.71º degrees, saturation: 0.92, 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 #EDF62F is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 47 -
CMYK 0.04 0 0.81 0.04
HSL 62.71º 0.92% 0.57% -
HSV(B) 62.71º 0.81% 0.96% -
XYZ 68.39 84.12 15.32 -
YUV 220.62 30.02 139.68 -
System Red Green Blue C M Y K H S L
Decimal 237 246 47 0.04 0 0.81 0.04 62.71 0.92 0.57
Hex ED F6 2F 4 0 51 4 3F 5C 39
Octal 355 366 57 4 0 121 4 77 134 71
Binary 11101101 11110110 101111 100 0 1010001 100 111111 1011100 111001

Color Harmonies of #EDF62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF62F

Black with #EDF62F

Text Example


Text Example

White with #EDF62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF62F; }

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

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

background-color css

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

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

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

border-color css

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

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

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