#EDF73A

Color #EDF73A Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #EDF73A

Tints of Golden Fizz #EDF73A

Color information

#EDF73A (or 0xEDF73A) is unknown color: approx Golden Fizz. HEX triplet: ED, F7 and 3A. RGB value is (237,247,58). Sum of RGB (Red+Green+Blue) = 237+247+58=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 247 (96.88% from 255 or 45.57% from 542); Blue value is 58 (23.05% from 255 or 10.70% from 542); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF73A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF73A is #1208C5. Grayscale: #DFDFDF. Windows color (decimal): -1181894 or 3864557. OLE color: 3864557.

HSL color Cylindrical-coordinate representation of color #EDF73A: hue angle of 63.17º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDF73A is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.

Color convert

RGB23724758-
CMYK0.0400.770.03
HSL63.17º92.2%59.8%-
HSV(B)63.17º76.52%96.86%-
XYZ68.9584.8316.74-
YUV222.4635.19138.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.73%
GREEN value IS 247 (96.88% from 255) = 45.57%
BLUE value IS 58 (23.05% from 255) = 10.70%
R=43.73%
G=45.57%
B=10.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal237247580.0400.770.0363.1792.259.8
HexEDF73A404D33f5c3c
Octal355367724011537713474
Binary111011011111011111101010001001101111111111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF73A; }

 p { color: rgb(237,247,58); }

 H1.HeaderClassName
 {
   color: #EDF73A;
 }
 .AnyTagClassName
 {
   color: #EDF73A;
 }
</style>
background-color css

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

 a { background-color: rgb(237,247,58); }

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

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

 span { border-color: rgb(237,247,58); }

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