Html Css Color HEX #EDF934 Golden Fizz

📋 copy color: '#EDF934'

red 237 ◦ green 249 ◦ blue 52

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

Shades of Golden Fizz #EDF934

Tints of Golden Fizz #EDF934

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.28%

 BLUE value IS 52 (20.7% from 255) = 9.67%

R = 44.05%
G = 46.28%
B = 9.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#EDF934 (or 0xEDF934) is known color: Golden Fizz. HEX triplet: ED, F9 and 34. RGB value is (237,249,52). Sum of RGB (Red+Green+Blue) = 237+249+52=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 52 (20.70% from 255 or 9.67% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF934 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF934 is #1206CB. Grayscale: #DFDFDF. Windows color (decimal): -1181388 or 3471853. OLE color: 3471853.

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

Color convert

RGB 237 249 52 -
CMYK 0.05 0 0.79 0.02
HSL 63.65º 0.94% 0.59% -
HSV(B) 63.65º 0.79% 0.98% -
XYZ 69.42 86 16.19 -
YUV 222.95 31.52 138.02 -
System Red Green Blue C M Y K H S L
Decimal 237 249 52 0.05 0 0.79 0.02 63.65 0.94 0.59
Hex ED F9 34 5 0 4F 2 40 5E 3B
Octal 355 371 64 5 0 117 2 100 136 73
Binary 11101101 11111001 110100 101 0 1001111 10 1000000 1011110 111011

Color Harmonies of #EDF934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF934

Black with #EDF934

Text Example


Text Example

White with #EDF934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF934; }

 p { color: rgb(237,249,52); }

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

background-color css

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

 a { background-color: rgb(237,249,52); }

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

border-color css

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

 span { border-color: rgb(237,249,52); }

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