Html Css Color HEX #EDFE34 Golden Fizz

📋 copy color: '#EDFE34'

red 237 ◦ green 254 ◦ blue 52

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

Shades of Golden Fizz #EDFE34

Tints of Golden Fizz #EDFE34

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.78%

 BLUE value IS 52 (20.7% from 255) = 9.58%

R = 43.65%
G = 46.78%
B = 9.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#EDFE34 (or 0xEDFE34) is known color: Golden Fizz. HEX triplet: ED, FE and 34. RGB value is (237,254,52). Sum of RGB (Red+Green+Blue) = 237+254+52=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 52 (20.70% from 255 or 9.58% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE34 is #1201CB. Grayscale: #E2E2E2. Windows color (decimal): -1180108 or 3473133. OLE color: 3473133.

HSL color Cylindrical-coordinate representation of color #EDFE34: hue angle of 65.05º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDFE34 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 254 52 -
CMYK 0.07 0 0.80 0.00
HSL 65.05º 0.99% 0.6% -
HSV(B) 65.05º 0.8% 1% -
XYZ 70.99 89.14 16.71 -
YUV 225.89 29.87 135.93 -
System Red Green Blue C M Y K H S L
Decimal 237 254 52 0.07 0 0.80 0.00 65.05 0.99 0.6
Hex ED FE 34 7 0 50 0 41 63 3C
Octal 355 376 64 7 0 120 0 101 143 74
Binary 11101101 11111110 110100 111 0 1010000 0 1000001 1100011 111100

Color Harmonies of #EDFE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFE34

Black with #EDFE34

Text Example


Text Example

White with #EDFE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFE34; }

 p { color: rgb(237,254,52); }

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

background-color css

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

 a { background-color: rgb(237,254,52); }

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

border-color css

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

 span { border-color: rgb(237,254,52); }

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