Html Css Color HEX #EDFD2E Golden Fizz

📋 copy color: '#EDFD2E'

red 237 ◦ green 253 ◦ blue 46

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

Shades of Golden Fizz #EDFD2E

Tints of Golden Fizz #EDFD2E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.2%

 BLUE value IS 46 (18.36% from 255) = 8.58%

R = 44.22%
G = 47.2%
B = 8.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

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

RGB 237 253 46 -
CMYK 0.06 0 0.82 0.01
HSL 64.64º 0.98% 0.59% -
HSV(B) 64.64º 0.82% 0.99% -
XYZ 70.54 88.45 15.94 -
YUV 224.62 27.2 136.83 -
System Red Green Blue C M Y K H S L
Decimal 237 253 46 0.06 0 0.82 0.01 64.64 0.98 0.59
Hex ED FD 2E 6 0 52 1 41 62 3B
Octal 355 375 56 6 0 122 1 101 142 73
Binary 11101101 11111101 101110 110 0 1010010 1 1000001 1100010 111011

Color Harmonies of #EDFD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFD2E

Black with #EDFD2E

Text Example


Text Example

White with #EDFD2E

Text Example


Text Example

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