Html Css Color HEX #EDF829 Golden Fizz

📋 copy color: '#EDF829'

red 237 ◦ green 248 ◦ blue 41

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

Shades of Golden Fizz #EDF829

Tints of Golden Fizz #EDF829

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.15%

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

R = 45.06%
G = 47.15%
B = 7.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#EDF829 (or 0xEDF829) is known color: Golden Fizz. HEX triplet: ED, F8 and 29. RGB value is (237,248,41). Sum of RGB (Red+Green+Blue) = 237+248+41=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 248 (97.27% from 255 or 47.15% from 526); Blue value is 41 (16.41% from 255 or 7.79% from 526); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF829 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF829 is #1207D6. Grayscale: #DDDDDD. Windows color (decimal): -1181655 or 2750701. OLE color: 2750701.

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

Color convert

RGB 237 248 41 -
CMYK 0.04 0 0.83 0.03
HSL 63.19º 0.94% 0.57% -
HSV(B) 63.19º 0.83% 0.97% -
XYZ 68.89 85.3 14.93 -
YUV 221.11 26.36 139.33 -
System Red Green Blue C M Y K H S L
Decimal 237 248 41 0.04 0 0.83 0.03 63.19 0.94 0.57
Hex ED F8 29 4 0 53 3 3F 5E 39
Octal 355 370 51 4 0 123 3 77 136 71
Binary 11101101 11111000 101001 100 0 1010011 11 111111 1011110 111001

Color Harmonies of #EDF829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF829

Black with #EDF829

Text Example


Text Example

White with #EDF829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF829; }

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

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

background-color css

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

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

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

border-color css

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

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

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