Html Css Color HEX #EDF42F Golden Fizz

📋 copy color: '#EDF42F'

red 237 ◦ green 244 ◦ blue 47

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

Shades of Golden Fizz #EDF42F

Tints of Golden Fizz #EDF42F

RGB

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

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

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

R = 44.89%
G = 46.21%
B = 8.9%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#EDF42F (or 0xEDF42F) is known color: Golden Fizz. HEX triplet: ED, F4 and 2F. RGB value is (237,244,47). Sum of RGB (Red+Green+Blue) = 237+244+47=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 244 (95.70% from 255 or 46.21% from 528); Blue value is 47 (18.75% from 255 or 8.90% from 528); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF42F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF42F is #120BD0. Grayscale: #DCDCDC. Windows color (decimal): -1182673 or 3142893. OLE color: 3142893.

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

Color convert

RGB 237 244 47 -
CMYK 0.03 0 0.81 0.04
HSL 62.13º 0.9% 0.57% -
HSV(B) 62.13º 0.81% 0.96% -
XYZ 67.79 82.91 15.12 -
YUV 219.45 30.68 140.52 -
System Red Green Blue C M Y K H S L
Decimal 237 244 47 0.03 0 0.81 0.04 62.13 0.9 0.57
Hex ED F4 2F 3 0 51 4 3E 5A 39
Octal 355 364 57 3 0 121 4 76 132 71
Binary 11101101 11110100 101111 11 0 1010001 100 111110 1011010 111001

Color Harmonies of #EDF42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF42F

Black with #EDF42F

Text Example


Text Example

White with #EDF42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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