Html Css Color HEX #EDF92A Golden Fizz

📋 copy color: '#EDF92A'

red 237 ◦ green 249 ◦ blue 42

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

Shades of Golden Fizz #EDF92A

Tints of Golden Fizz #EDF92A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 7.95%

R = 44.89%
G = 47.16%
B = 7.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#EDF92A (or 0xEDF92A) is known color: Golden Fizz. HEX triplet: ED, F9 and 2A. RGB value is (237,249,42). Sum of RGB (Red+Green+Blue) = 237+249+42=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 249 (97.66% from 255 or 47.16% from 528); Blue value is 42 (16.80% from 255 or 7.95% from 528); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF92A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF92A is #1206D5. Grayscale: #DEDEDE. Windows color (decimal): -1181398 or 2816493. OLE color: 2816493.

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

Color convert

RGB 237 249 42 -
CMYK 0.05 0 0.83 0.02
HSL 63.48º 0.95% 0.57% -
HSV(B) 63.48º 0.83% 0.98% -
XYZ 69.22 85.92 15.13 -
YUV 221.81 26.52 138.83 -
System Red Green Blue C M Y K H S L
Decimal 237 249 42 0.05 0 0.83 0.02 63.48 0.95 0.57
Hex ED F9 2A 5 0 53 2 3F 5F 39
Octal 355 371 52 5 0 123 2 77 137 71
Binary 11101101 11111001 101010 101 0 1010011 10 111111 1011111 111001

Color Harmonies of #EDF92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF92A

Black with #EDF92A

Text Example


Text Example

White with #EDF92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF92A; }

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

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

background-color css

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

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

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

border-color css

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

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

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