Html Css Color HEX #EDF72F Golden Fizz

📋 copy color: '#EDF72F'

red 237 ◦ green 247 ◦ blue 47

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

Shades of Golden Fizz #EDF72F

Tints of Golden Fizz #EDF72F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.52%

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

R = 44.63%
G = 46.52%
B = 8.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#EDF72F (or 0xEDF72F) is known color: Golden Fizz. HEX triplet: ED, F7 and 2F. RGB value is (237,247,47). Sum of RGB (Red+Green+Blue) = 237+247+47=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 47 (18.75% from 255 or 8.85% from 531); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF72F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF72F is #1208D0. Grayscale: #DDDDDD. Windows color (decimal): -1181905 or 3143661. OLE color: 3143661.

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

Color convert

RGB 237 247 47 -
CMYK 0.04 0 0.81 0.03
HSL 63º 0.93% 0.58% -
HSV(B) 63º 0.81% 0.97% -
XYZ 68.7 84.73 15.42 -
YUV 221.21 29.69 139.26 -
System Red Green Blue C M Y K H S L
Decimal 237 247 47 0.04 0 0.81 0.03 63 0.93 0.58
Hex ED F7 2F 4 0 51 3 3F 5D 3A
Octal 355 367 57 4 0 121 3 77 135 72
Binary 11101101 11110111 101111 100 0 1010001 11 111111 1011101 111010

Color Harmonies of #EDF72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF72F

Black with #EDF72F

Text Example


Text Example

White with #EDF72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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