Html Css Color HEX #EDF429 Golden Fizz

📋 copy color: '#EDF429'

red 237 ◦ green 244 ◦ blue 41

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

Shades of Golden Fizz #EDF429

Tints of Golden Fizz #EDF429

RGB

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

 GREEN value IS 244 (95.7% from 255) = 46.74%

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

R = 45.4%
G = 46.74%
B = 7.85%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#EDF429 (or 0xEDF429) is known color: Golden Fizz. HEX triplet: ED, F4 and 29. RGB value is (237,244,41). Sum of RGB (Red+Green+Blue) = 237+244+41=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 244 (95.70% from 255 or 46.74% from 522); Blue value is 41 (16.41% from 255 or 7.85% from 522); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF429 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF429 is #120BD6. Grayscale: #DBDBDB. Windows color (decimal): -1182679 or 2749677. OLE color: 2749677.

HSL color Cylindrical-coordinate representation of color #EDF429: hue angle of 62.07º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDF429 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 244 41 -
CMYK 0.03 0 0.83 0.04
HSL 62.07º 0.9% 0.56% -
HSV(B) 62.07º 0.83% 0.96% -
XYZ 67.68 82.87 14.53 -
YUV 218.77 27.68 141.01 -
System Red Green Blue C M Y K H S L
Decimal 237 244 41 0.03 0 0.83 0.04 62.07 0.9 0.56
Hex ED F4 29 3 0 53 4 3E 5A 38
Octal 355 364 51 3 0 123 4 76 132 70
Binary 11101101 11110100 101001 11 0 1010011 100 111110 1011010 111000

Color Harmonies of #EDF429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF429

Black with #EDF429

Text Example


Text Example

White with #EDF429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF429; }

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

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

background-color css

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

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

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

border-color css

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

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

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