Html Css Color HEX #EDF636 Golden Fizz

📋 copy color: '#EDF636'

red 237 ◦ green 246 ◦ blue 54

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

Shades of Golden Fizz #EDF636

Tints of Golden Fizz #EDF636

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.81%

 BLUE value IS 54 (21.48% from 255) = 10.06%

R = 44.13%
G = 45.81%
B = 10.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#EDF636 (or 0xEDF636) is known color: Golden Fizz. HEX triplet: ED, F6 and 36. RGB value is (237,246,54). Sum of RGB (Red+Green+Blue) = 237+246+54=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 246 (96.48% from 255 or 45.81% from 537); Blue value is 54 (21.48% from 255 or 10.06% from 537); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF636 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF636 is #1209C9. Grayscale: #DEDEDE. Windows color (decimal): -1182154 or 3602157. OLE color: 3602157.

HSL color Cylindrical-coordinate representation of color #EDF636: hue angle of 62.81º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDF636 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 54 -
CMYK 0.04 0 0.78 0.04
HSL 62.81º 0.91% 0.59% -
HSV(B) 62.81º 0.78% 0.96% -
XYZ 68.55 84.18 16.13 -
YUV 221.42 33.52 139.11 -
System Red Green Blue C M Y K H S L
Decimal 237 246 54 0.04 0 0.78 0.04 62.81 0.91 0.59
Hex ED F6 36 4 0 4E 4 3F 5B 3B
Octal 355 366 66 4 0 116 4 77 133 73
Binary 11101101 11110110 110110 100 0 1001110 100 111111 1011011 111011

Color Harmonies of #EDF636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF636

Black with #EDF636

Text Example


Text Example

White with #EDF636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF636; }

 p { color: rgb(237,246,54); }

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

background-color css

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

 a { background-color: rgb(237,246,54); }

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

border-color css

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

 span { border-color: rgb(237,246,54); }

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