Html Css Color HEX #EDF328 Golden Fizz

📋 copy color: '#EDF328'

red 237 ◦ green 243 ◦ blue 40

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

Shades of Golden Fizz #EDF328

Tints of Golden Fizz #EDF328

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.73%

 BLUE value IS 40 (16.02% from 255) = 7.69%

R = 45.58%
G = 46.73%
B = 7.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#EDF328 (or 0xEDF328) is known color: Golden Fizz. HEX triplet: ED, F3 and 28. RGB value is (237,243,40). Sum of RGB (Red+Green+Blue) = 237+243+40=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 40 (16.02% from 255 or 7.69% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF328 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF328 is #120CD7. Grayscale: #DADADA. Windows color (decimal): -1182936 or 2683885. OLE color: 2683885.

HSL color Cylindrical-coordinate representation of color #EDF328: hue angle of 61.77º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDF328 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 243 40 -
CMYK 0.02 0 0.84 0.05
HSL 61.77º 0.89% 0.55% -
HSV(B) 61.77º 0.84% 0.95% -
XYZ 67.36 82.26 14.33 -
YUV 218.06 27.51 141.51 -
System Red Green Blue C M Y K H S L
Decimal 237 243 40 0.02 0 0.84 0.05 61.77 0.89 0.55
Hex ED F3 28 2 0 54 5 3E 59 37
Octal 355 363 50 2 0 124 5 76 131 67
Binary 11101101 11110011 101000 10 0 1010100 101 111110 1011001 110111

Color Harmonies of #EDF328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF328

Black with #EDF328

Text Example


Text Example

White with #EDF328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF328; }

 p { color: rgb(237,243,40); }

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

background-color css

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

 a { background-color: rgb(237,243,40); }

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

border-color css

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

 span { border-color: rgb(237,243,40); }

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