Html Css Color HEX #EDFC2C Golden Fizz

📋 copy color: '#EDFC2C'

red 237 ◦ green 252 ◦ blue 44

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

Shades of Golden Fizz #EDFC2C

Tints of Golden Fizz #EDFC2C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.28%

 BLUE value IS 44 (17.58% from 255) = 8.26%

R = 44.47%
G = 47.28%
B = 8.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#EDFC2C (or 0xEDFC2C) is known color: Golden Fizz. HEX triplet: ED, FC and 2C. RGB value is (237,252,44). Sum of RGB (Red+Green+Blue) = 237+252+44=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 44 (17.58% from 255 or 8.26% from 533); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFC2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFC2C is #1203D3. Grayscale: #E0E0E0. Windows color (decimal): -1180628 or 2948333. OLE color: 2948333.

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

Color convert

RGB 237 252 44 -
CMYK 0.06 0 0.83 0.01
HSL 64.33º 0.97% 0.58% -
HSV(B) 64.33º 0.83% 0.99% -
XYZ 70.19 87.81 15.63 -
YUV 223.8 26.53 137.41 -
System Red Green Blue C M Y K H S L
Decimal 237 252 44 0.06 0 0.83 0.01 64.33 0.97 0.58
Hex ED FC 2C 6 0 53 1 40 61 3A
Octal 355 374 54 6 0 123 1 100 141 72
Binary 11101101 11111100 101100 110 0 1010011 1 1000000 1100001 111010

Color Harmonies of #EDFC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFC2C

Black with #EDFC2C

Text Example


Text Example

White with #EDFC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFC2C; }

 p { color: rgb(237,252,44); }

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

background-color css

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

 a { background-color: rgb(237,252,44); }

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

border-color css

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

 span { border-color: rgb(237,252,44); }

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