Html Css Color HEX #EDF73A Golden Fizz

📋 copy color: '#EDF73A'

red 237 ◦ green 247 ◦ blue 58

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

Shades of Golden Fizz #EDF73A

Tints of Golden Fizz #EDF73A

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.7%

R = 43.73%
G = 45.57%
B = 10.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#EDF73A (or 0xEDF73A) is known color: 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

RGB 237 247 58 -
CMYK 0.04 0 0.77 0.03
HSL 63.17º 0.92% 0.6% -
HSV(B) 63.17º 0.77% 0.97% -
XYZ 68.95 84.83 16.74 -
YUV 222.46 35.19 138.37 -
System Red Green Blue C M Y K H S L
Decimal 237 247 58 0.04 0 0.77 0.03 63.17 0.92 0.6
Hex ED F7 3A 4 0 4D 3 3F 5C 3C
Octal 355 367 72 4 0 115 3 77 134 74
Binary 11101101 11110111 111010 100 0 1001101 11 111111 1011100 111100

Color Harmonies of #EDF73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF73A

Black with #EDF73A

Text Example


Text Example

White with #EDF73A

Text Example


Text Example

HTML Codes & Css Web 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>