Html Css Color HEX #EDF12F Golden Fizz

📋 copy color: '#EDF12F'

red 237 ◦ green 241 ◦ blue 47

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

Shades of Golden Fizz #EDF12F

Tints of Golden Fizz #EDF12F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 8.95%

R = 45.14%
G = 45.9%
B = 8.95%

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

#EDF12F (or 0xEDF12F) is known color: Golden Fizz. HEX triplet: ED, F1 and 2F. RGB value is (237,241,47). Sum of RGB (Red+Green+Blue) = 237+241+47=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 47 (18.75% from 255 or 8.95% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF12F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF12F is #120ED0. Grayscale: #DADADA. Windows color (decimal): -1183441 or 3142125. OLE color: 3142125.

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

Color convert

RGB 237 241 47 -
CMYK 0.02 0 0.80 0.05
HSL 61.24º 0.87% 0.56% -
HSV(B) 61.24º 0.8% 0.95% -
XYZ 66.89 81.12 14.82 -
YUV 217.69 31.67 141.77 -
System Red Green Blue C M Y K H S L
Decimal 237 241 47 0.02 0 0.80 0.05 61.24 0.87 0.56
Hex ED F1 2F 2 0 50 5 3D 57 38
Octal 355 361 57 2 0 120 5 75 127 70
Binary 11101101 11110001 101111 10 0 1010000 101 111101 1010111 111000

Color Harmonies of #EDF12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF12F

Black with #EDF12F

Text Example


Text Example

White with #EDF12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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