Html Css Color HEX #EDF228 Golden Fizz

📋 copy color: '#EDF228'

red 237 ◦ green 242 ◦ blue 40

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

Shades of Golden Fizz #EDF228

Tints of Golden Fizz #EDF228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.71%

R = 45.66%
G = 46.63%
B = 7.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#EDF228 (or 0xEDF228) is known color: Golden Fizz. HEX triplet: ED, F2 and 28. RGB value is (237,242,40). Sum of RGB (Red+Green+Blue) = 237+242+40=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 40 (16.02% from 255 or 7.71% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF228 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF228 is #120DD7. Grayscale: #DADADA. Windows color (decimal): -1183192 or 2683629. OLE color: 2683629.

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

Color convert

RGB 237 242 40 -
CMYK 0.02 0 0.83 0.05
HSL 61.49º 0.89% 0.55% -
HSV(B) 61.49º 0.83% 0.95% -
XYZ 67.06 81.66 14.24 -
YUV 217.48 27.84 141.93 -
System Red Green Blue C M Y K H S L
Decimal 237 242 40 0.02 0 0.83 0.05 61.49 0.89 0.55
Hex ED F2 28 2 0 53 5 3D 59 37
Octal 355 362 50 2 0 123 5 75 131 67
Binary 11101101 11110010 101000 10 0 1010011 101 111101 1011001 110111

Color Harmonies of #EDF228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF228

Black with #EDF228

Text Example


Text Example

White with #EDF228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF228; }

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

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

background-color css

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

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

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

border-color css

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

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

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