Html Css Color HEX #EDF22D Golden Fizz

📋 copy color: '#EDF22D'

red 237 ◦ green 242 ◦ blue 45

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

Shades of Golden Fizz #EDF22D

Tints of Golden Fizz #EDF22D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.59%

R = 45.23%
G = 46.18%
B = 8.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#EDF22D (or 0xEDF22D) is known color: Golden Fizz. HEX triplet: ED, F2 and 2D. RGB value is (237,242,45). Sum of RGB (Red+Green+Blue) = 237+242+45=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 45 (17.97% from 255 or 8.59% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF22D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF22D is #120DD2. Grayscale: #DADADA. Windows color (decimal): -1183187 or 3011309. OLE color: 3011309.

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

Color convert

RGB 237 242 45 -
CMYK 0.02 0 0.81 0.05
HSL 61.52º 0.88% 0.56% -
HSV(B) 61.52º 0.81% 0.95% -
XYZ 67.15 81.7 14.71 -
YUV 218.05 30.34 141.52 -
System Red Green Blue C M Y K H S L
Decimal 237 242 45 0.02 0 0.81 0.05 61.52 0.88 0.56
Hex ED F2 2D 2 0 51 5 3E 58 38
Octal 355 362 55 2 0 121 5 76 130 70
Binary 11101101 11110010 101101 10 0 1010001 101 111110 1011000 111000

Color Harmonies of #EDF22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF22D

Black with #EDF22D

Text Example


Text Example

White with #EDF22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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