Html Css Color HEX #EDF625 Golden Fizz

📋 copy color: '#EDF625'

red 237 ◦ green 246 ◦ blue 37

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

Shades of Golden Fizz #EDF625

Tints of Golden Fizz #EDF625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.12%

R = 45.58%
G = 47.31%
B = 7.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#EDF625 (or 0xEDF625) is known color: Golden Fizz. HEX triplet: ED, F6 and 25. RGB value is (237,246,37). Sum of RGB (Red+Green+Blue) = 237+246+37=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 37 (14.84% from 255 or 7.12% from 520); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF625 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF625 is #1209DA. Grayscale: #DCDCDC. Windows color (decimal): -1182171 or 2488045. OLE color: 2488045.

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

Color convert

RGB 237 246 37 -
CMYK 0.04 0 0.85 0.04
HSL 62.58º 0.92% 0.55% -
HSV(B) 62.58º 0.85% 0.96% -
XYZ 68.21 84.05 14.38 -
YUV 219.48 25.02 140.49 -
System Red Green Blue C M Y K H S L
Decimal 237 246 37 0.04 0 0.85 0.04 62.58 0.92 0.55
Hex ED F6 25 4 0 55 4 3F 5C 37
Octal 355 366 45 4 0 125 4 77 134 67
Binary 11101101 11110110 100101 100 0 1010101 100 111111 1011100 110111

Color Harmonies of #EDF625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF625

Black with #EDF625

Text Example


Text Example

White with #EDF625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF625; }

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

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

background-color css

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

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

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

border-color css

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

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

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