#EDFD2E

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

Shades of Golden Fizz #EDFD2E

Tints of Golden Fizz #EDFD2E

Color information

#EDFD2E (or 0xEDFD2E) is unknown color: approx Golden Fizz. HEX triplet: ED, FD and 2E. RGB value is (237,253,46). Sum of RGB (Red+Green+Blue) = 237+253+46=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 46 (18.36% from 255 or 8.58% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFD2E is #1202D1. Grayscale: #E1E1E1. Windows color (decimal): -1180370 or 3079661. OLE color: 3079661.

HSL color Cylindrical-coordinate representation of color #EDFD2E: hue angle of 64.64º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDFD2E is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB23725346-
CMYK0.0600.820.01
HSL64.64º98.1%58.63%-
HSV(B)64.64º81.82%99.22%-
XYZ70.5488.4515.94-
YUV224.6227.2136.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.22%
GREEN value IS 253 (99.22% from 255) = 47.20%
BLUE value IS 46 (18.36% from 255) = 8.58%
R=44.22%
G=47.20%
B=8.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal237253460.0600.820.0164.6498.158.63
HexEDFD2E6052141623b
Octal3553755660122110114273
Binary111011011111110110111011001010010110000011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFD2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFD2E; }

 p { color: rgb(237,253,46); }

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

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

 a { background-color: rgb(237,253,46); }

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

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

 span { border-color: rgb(237,253,46); }

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