Html Css Color HEX #EDF224 Golden Fizz

📋 copy color: '#EDF224'

red 237 ◦ green 242 ◦ blue 36

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

Shades of Golden Fizz #EDF224

Tints of Golden Fizz #EDF224

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.99%

 BLUE value IS 36 (14.45% from 255) = 6.99%

R = 46.02%
G = 46.99%
B = 6.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#EDF224 (or 0xEDF224) is known color: Golden Fizz. HEX triplet: ED, F2 and 24. RGB value is (237,242,36). Sum of RGB (Red+Green+Blue) = 237+242+36=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 36 (14.45% from 255 or 6.99% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF224 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF224 is #120DDB. Grayscale: #D9D9D9. Windows color (decimal): -1183196 or 2421485. OLE color: 2421485.

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

Color convert

RGB 237 242 36 -
CMYK 0.02 0 0.85 0.05
HSL 61.46º 0.89% 0.55% -
HSV(B) 61.46º 0.85% 0.95% -
XYZ 67 81.64 13.9 -
YUV 217.02 25.84 142.25 -
System Red Green Blue C M Y K H S L
Decimal 237 242 36 0.02 0 0.85 0.05 61.46 0.89 0.55
Hex ED F2 24 2 0 55 5 3D 59 37
Octal 355 362 44 2 0 125 5 75 131 67
Binary 11101101 11110010 100100 10 0 1010101 101 111101 1011001 110111

Color Harmonies of #EDF224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF224

Black with #EDF224

Text Example


Text Example

White with #EDF224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF224; }

 p { color: rgb(237,242,36); }

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

background-color css

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

 a { background-color: rgb(237,242,36); }

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

border-color css

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

 span { border-color: rgb(237,242,36); }

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