Html Css Color HEX #EDF734 Golden Fizz

📋 copy color: '#EDF734'

red 237 ◦ green 247 ◦ blue 52

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

Shades of Golden Fizz #EDF734

Tints of Golden Fizz #EDF734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.7%

R = 44.22%
G = 46.08%
B = 9.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#EDF734 (or 0xEDF734) is known color: Golden Fizz. HEX triplet: ED, F7 and 34. RGB value is (237,247,52). Sum of RGB (Red+Green+Blue) = 237+247+52=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 247 (96.88% from 255 or 46.08% from 536); Blue value is 52 (20.70% from 255 or 9.70% from 536); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF734 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF734 is #1208CB. Grayscale: #DEDEDE. Windows color (decimal): -1181900 or 3471341. OLE color: 3471341.

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

Color convert

RGB 237 247 52 -
CMYK 0.04 0 0.79 0.03
HSL 63.08º 0.92% 0.59% -
HSV(B) 63.08º 0.79% 0.97% -
XYZ 68.81 84.77 15.99 -
YUV 221.78 32.19 138.86 -
System Red Green Blue C M Y K H S L
Decimal 237 247 52 0.04 0 0.79 0.03 63.08 0.92 0.59
Hex ED F7 34 4 0 4F 3 3F 5C 3B
Octal 355 367 64 4 0 117 3 77 134 73
Binary 11101101 11110111 110100 100 0 1001111 11 111111 1011100 111011

Color Harmonies of #EDF734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF734

Black with #EDF734

Text Example


Text Example

White with #EDF734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF734; }

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

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

background-color css

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

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

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

border-color css

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

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

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