Html Css Color HEX #EDFE26 Golden Fizz

📋 copy color: '#EDFE26'

red 237 ◦ green 254 ◦ blue 38

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

Shades of Golden Fizz #EDFE26

Tints of Golden Fizz #EDFE26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.18%

R = 44.8%
G = 48.02%
B = 7.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#EDFE26 (or 0xEDFE26) is known color: Golden Fizz. HEX triplet: ED, FE and 26. RGB value is (237,254,38). Sum of RGB (Red+Green+Blue) = 237+254+38=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 38 (15.23% from 255 or 7.18% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE26 is #1201D9. Grayscale: #E1E1E1. Windows color (decimal): -1180122 or 2555629. OLE color: 2555629.

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

Color convert

RGB 237 254 38 -
CMYK 0.07 0 0.85 0.00
HSL 64.72º 0.99% 0.57% -
HSV(B) 64.72º 0.85% 1% -
XYZ 70.72 89.03 15.29 -
YUV 224.29 22.87 137.06 -
System Red Green Blue C M Y K H S L
Decimal 237 254 38 0.07 0 0.85 0.00 64.72 0.99 0.57
Hex ED FE 26 7 0 55 0 41 63 39
Octal 355 376 46 7 0 125 0 101 143 71
Binary 11101101 11111110 100110 111 0 1010101 0 1000001 1100011 111001

Color Harmonies of #EDFE26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFE26

Black with #EDFE26

Text Example


Text Example

White with #EDFE26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFE26; }

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

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

background-color css

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

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

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

border-color css

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

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

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