Html Css Color HEX #EDF131 Golden Fizz

📋 copy color: '#EDF131'

red 237 ◦ green 241 ◦ blue 49

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

Shades of Golden Fizz #EDF131

Tints of Golden Fizz #EDF131

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.73%

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

R = 44.97%
G = 45.73%
B = 9.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#EDF131 (or 0xEDF131) is known color: Golden Fizz. HEX triplet: ED, F1 and 31. RGB value is (237,241,49). Sum of RGB (Red+Green+Blue) = 237+241+49=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 49 (19.53% from 255 or 9.30% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF131 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF131 is #120ECE. Grayscale: #DADADA. Windows color (decimal): -1183439 or 3273197. OLE color: 3273197.

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

Color convert

RGB 237 241 49 -
CMYK 0.02 0 0.80 0.05
HSL 61.25º 0.87% 0.57% -
HSV(B) 61.25º 0.8% 0.95% -
XYZ 66.93 81.14 15.04 -
YUV 217.92 32.67 141.61 -
System Red Green Blue C M Y K H S L
Decimal 237 241 49 0.02 0 0.80 0.05 61.25 0.87 0.57
Hex ED F1 31 2 0 50 5 3D 57 39
Octal 355 361 61 2 0 120 5 75 127 71
Binary 11101101 11110001 110001 10 0 1010000 101 111101 1010111 111001

Color Harmonies of #EDF131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF131

Black with #EDF131

Text Example


Text Example

White with #EDF131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF131; }

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

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

background-color css

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

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

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

border-color css

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

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

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