Html Css Color HEX #EDFA3A Golden Fizz

📋 copy color: '#EDFA3A'

red 237 ◦ green 250 ◦ blue 58

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

Shades of Golden Fizz #EDFA3A

Tints of Golden Fizz #EDFA3A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.87%

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

R = 43.49%
G = 45.87%
B = 10.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#EDFA3A (or 0xEDFA3A) is known color: Golden Fizz. HEX triplet: ED, FA and 3A. RGB value is (237,250,58). Sum of RGB (Red+Green+Blue) = 237+250+58=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 58 (23.05% from 255 or 10.64% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFA3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFA3A is #1205C5. Grayscale: #E0E0E0. Windows color (decimal): -1181126 or 3865325. OLE color: 3865325.

HSL color Cylindrical-coordinate representation of color #EDFA3A: hue angle of 64.06º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDFA3A is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 250 58 -
CMYK 0.05 0 0.77 0.02
HSL 64.06º 0.95% 0.6% -
HSV(B) 64.06º 0.77% 0.98% -
XYZ 69.87 86.68 17.05 -
YUV 224.23 34.19 137.11 -
System Red Green Blue C M Y K H S L
Decimal 237 250 58 0.05 0 0.77 0.02 64.06 0.95 0.6
Hex ED FA 3A 5 0 4D 2 40 5F 3C
Octal 355 372 72 5 0 115 2 100 137 74
Binary 11101101 11111010 111010 101 0 1001101 10 1000000 1011111 111100

Color Harmonies of #EDFA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFA3A

Black with #EDFA3A

Text Example


Text Example

White with #EDFA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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