Html Css Color HEX #EDF831 Golden Fizz

📋 copy color: '#EDF831'

red 237 ◦ green 248 ◦ blue 49

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

Shades of Golden Fizz #EDF831

Tints of Golden Fizz #EDF831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.18%

R = 44.38%
G = 46.44%
B = 9.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#EDF831 (or 0xEDF831) is known color: Golden Fizz. HEX triplet: ED, F8 and 31. RGB value is (237,248,49). Sum of RGB (Red+Green+Blue) = 237+248+49=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 248 (97.27% from 255 or 46.44% from 534); Blue value is 49 (19.53% from 255 or 9.18% from 534); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF831 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF831 is #1207CE. Grayscale: #DEDEDE. Windows color (decimal): -1181647 or 3274989. OLE color: 3274989.

HSL color Cylindrical-coordinate representation of color #EDF831: hue angle of 63.32º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDF831 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 248 49 -
CMYK 0.04 0 0.80 0.03
HSL 63.32º 0.93% 0.58% -
HSV(B) 63.32º 0.8% 0.97% -
XYZ 69.05 85.36 15.74 -
YUV 222.03 30.36 138.68 -
System Red Green Blue C M Y K H S L
Decimal 237 248 49 0.04 0 0.80 0.03 63.32 0.93 0.58
Hex ED F8 31 4 0 50 3 3F 5D 3A
Octal 355 370 61 4 0 120 3 77 135 72
Binary 11101101 11111000 110001 100 0 1010000 11 111111 1011101 111010

Color Harmonies of #EDF831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF831

Black with #EDF831

Text Example


Text Example

White with #EDF831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF831; }

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

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

background-color css

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

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

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

border-color css

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

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

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