Html Css Color HEX #EDF929 Golden Fizz

📋 copy color: '#EDF929'

red 237 ◦ green 249 ◦ blue 41

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

Shades of Golden Fizz #EDF929

Tints of Golden Fizz #EDF929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 7.78%

R = 44.97%
G = 47.25%
B = 7.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#EDF929 (or 0xEDF929) is known color: Golden Fizz. HEX triplet: ED, F9 and 29. RGB value is (237,249,41). Sum of RGB (Red+Green+Blue) = 237+249+41=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 41 (16.41% from 255 or 7.78% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF929 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF929 is #1206D6. Grayscale: #DEDEDE. Windows color (decimal): -1181399 or 2750957. OLE color: 2750957.

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

Color convert

RGB 237 249 41 -
CMYK 0.05 0 0.84 0.02
HSL 63.46º 0.95% 0.57% -
HSV(B) 63.46º 0.84% 0.98% -
XYZ 69.2 85.92 15.03 -
YUV 221.7 26.02 138.91 -
System Red Green Blue C M Y K H S L
Decimal 237 249 41 0.05 0 0.84 0.02 63.46 0.95 0.57
Hex ED F9 29 5 0 54 2 3F 5F 39
Octal 355 371 51 5 0 124 2 77 137 71
Binary 11101101 11111001 101001 101 0 1010100 10 111111 1011111 111001

Color Harmonies of #EDF929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF929

Black with #EDF929

Text Example


Text Example

White with #EDF929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF929; }

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

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

background-color css

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

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

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

border-color css

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

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

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