Html Css Color HEX #EDFC3A Golden Fizz

📋 copy color: '#EDFC3A'

red 237 ◦ green 252 ◦ blue 58

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

Shades of Golden Fizz #EDFC3A

Tints of Golden Fizz #EDFC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 10.6%

R = 43.33%
G = 46.07%
B = 10.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#EDFC3A (or 0xEDFC3A) is known color: Golden Fizz. HEX triplet: ED, FC and 3A. RGB value is (237,252,58). Sum of RGB (Red+Green+Blue) = 237+252+58=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 58 (23.05% from 255 or 10.60% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFC3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFC3A is #1203C5. Grayscale: #E2E2E2. Windows color (decimal): -1180614 or 3865837. OLE color: 3865837.

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

Color convert

RGB 237 252 58 -
CMYK 0.06 0 0.77 0.01
HSL 64.64º 0.97% 0.61% -
HSV(B) 64.64º 0.77% 0.99% -
XYZ 70.5 87.93 17.26 -
YUV 225.4 33.53 136.27 -
System Red Green Blue C M Y K H S L
Decimal 237 252 58 0.06 0 0.77 0.01 64.64 0.97 0.61
Hex ED FC 3A 6 0 4D 1 41 61 3D
Octal 355 374 72 6 0 115 1 101 141 75
Binary 11101101 11111100 111010 110 0 1001101 1 1000001 1100001 111101

Color Harmonies of #EDFC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFC3A

Black with #EDFC3A

Text Example


Text Example

White with #EDFC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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