Html Css Color HEX #EDFD37 Golden Fizz

📋 copy color: '#EDFD37'

red 237 ◦ green 253 ◦ blue 55

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

Shades of Golden Fizz #EDFD37

Tints of Golden Fizz #EDFD37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 10.09%

R = 43.49%
G = 46.42%
B = 10.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#EDFD37 (or 0xEDFD37) is known color: Golden Fizz. HEX triplet: ED, FD and 37. RGB value is (237,253,55). Sum of RGB (Red+Green+Blue) = 237+253+55=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 253 (99.22% from 255 or 46.42% from 545); Blue value is 55 (21.88% from 255 or 10.09% from 545); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD37 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFD37 is #1202C8. Grayscale: #E2E2E2. Windows color (decimal): -1180361 or 3669485. OLE color: 3669485.

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

Color convert

RGB 237 253 55 -
CMYK 0.06 0 0.78 0.01
HSL 64.85º 0.98% 0.6% -
HSV(B) 64.85º 0.78% 0.99% -
XYZ 70.74 88.53 16.97 -
YUV 225.64 31.7 136.1 -
System Red Green Blue C M Y K H S L
Decimal 237 253 55 0.06 0 0.78 0.01 64.85 0.98 0.6
Hex ED FD 37 6 0 4E 1 41 62 3C
Octal 355 375 67 6 0 116 1 101 142 74
Binary 11101101 11111101 110111 110 0 1001110 1 1000001 1100010 111100

Color Harmonies of #EDFD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFD37

Black with #EDFD37

Text Example


Text Example

White with #EDFD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFD37; }

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

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

background-color css

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

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

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

border-color css

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

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

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