Html Css Color HEX #EDF122 Golden Fizz

📋 copy color: '#EDF122'

red 237 ◦ green 241 ◦ blue 34

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

Shades of Golden Fizz #EDF122

Tints of Golden Fizz #EDF122

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.07%

 BLUE value IS 34 (13.67% from 255) = 6.64%

R = 46.29%
G = 47.07%
B = 6.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#EDF122 (or 0xEDF122) is known color: Golden Fizz. HEX triplet: ED, F1 and 22. RGB value is (237,241,34). Sum of RGB (Red+Green+Blue) = 237+241+34=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 34 (13.67% from 255 or 6.64% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF122 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF122 is #120EDD. Grayscale: #D9D9D9. Windows color (decimal): -1183454 or 2290157. OLE color: 2290157.

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

Color convert

RGB 237 241 34 -
CMYK 0.02 0 0.86 0.05
HSL 61.16º 0.88% 0.54% -
HSV(B) 61.16º 0.86% 0.95% -
XYZ 66.67 81.03 13.64 -
YUV 216.21 25.17 142.83 -
System Red Green Blue C M Y K H S L
Decimal 237 241 34 0.02 0 0.86 0.05 61.16 0.88 0.54
Hex ED F1 22 2 0 56 5 3D 58 36
Octal 355 361 42 2 0 126 5 75 130 66
Binary 11101101 11110001 100010 10 0 1010110 101 111101 1011000 110110

Color Harmonies of #EDF122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF122

Black with #EDF122

Text Example


Text Example

White with #EDF122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF122; }

 p { color: rgb(237,241,34); }

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

background-color css

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

 a { background-color: rgb(237,241,34); }

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

border-color css

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

 span { border-color: rgb(237,241,34); }

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