Html Css Color HEX #EDFE38 Golden Fizz

📋 copy color: '#EDFE38'

red 237 ◦ green 254 ◦ blue 56

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

Shades of Golden Fizz #EDFE38

Tints of Golden Fizz #EDFE38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 10.24%

R = 43.33%
G = 46.44%
B = 10.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.00

RGB Variations

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

Color information

#EDFE38 (or 0xEDFE38) is known color: Golden Fizz. HEX triplet: ED, FE and 38. RGB value is (237,254,56). Sum of RGB (Red+Green+Blue) = 237+254+56=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 56 (22.27% from 255 or 10.24% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE38 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE38 is #1201C7. Grayscale: #E3E3E3. Windows color (decimal): -1180104 or 3735277. OLE color: 3735277.

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

Color convert

RGB 237 254 56 -
CMYK 0.07 0 0.78 0.00
HSL 65.15º 0.99% 0.61% -
HSV(B) 65.15º 0.78% 1% -
XYZ 71.08 89.17 17.21 -
YUV 226.35 31.87 135.6 -
System Red Green Blue C M Y K H S L
Decimal 237 254 56 0.07 0 0.78 0.00 65.15 0.99 0.61
Hex ED FE 38 7 0 4E 0 41 63 3D
Octal 355 376 70 7 0 116 0 101 143 75
Binary 11101101 11111110 111000 111 0 1001110 0 1000001 1100011 111101

Color Harmonies of #EDFE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFE38

Black with #EDFE38

Text Example


Text Example

White with #EDFE38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFE38; }

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

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

background-color css

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

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

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

border-color css

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

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

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