Html Css Color HEX #EDF62C Golden Fizz

📋 copy color: '#EDF62C'

red 237 ◦ green 246 ◦ blue 44

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

Shades of Golden Fizz #EDF62C

Tints of Golden Fizz #EDF62C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.35%

R = 44.97%
G = 46.68%
B = 8.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#EDF62C (or 0xEDF62C) is known color: Golden Fizz. HEX triplet: ED, F6 and 2C. RGB value is (237,246,44). Sum of RGB (Red+Green+Blue) = 237+246+44=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 246 (96.48% from 255 or 46.68% from 527); Blue value is 44 (17.58% from 255 or 8.35% from 527); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF62C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF62C is #1209D3. Grayscale: #DDDDDD. Windows color (decimal): -1182164 or 2946797. OLE color: 2946797.

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

Color convert

RGB 237 246 44 -
CMYK 0.04 0 0.82 0.04
HSL 62.67º 0.92% 0.57% -
HSV(B) 62.67º 0.82% 0.96% -
XYZ 68.34 84.1 15.01 -
YUV 220.28 28.52 139.93 -
System Red Green Blue C M Y K H S L
Decimal 237 246 44 0.04 0 0.82 0.04 62.67 0.92 0.57
Hex ED F6 2C 4 0 52 4 3F 5C 39
Octal 355 366 54 4 0 122 4 77 134 71
Binary 11101101 11110110 101100 100 0 1010010 100 111111 1011100 111001

Color Harmonies of #EDF62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF62C

Black with #EDF62C

Text Example


Text Example

White with #EDF62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF62C; }

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

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

background-color css

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

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

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

border-color css

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

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

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