Html Css Color HEX #EDF637 Golden Fizz

📋 copy color: '#EDF637'

red 237 ◦ green 246 ◦ blue 55

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

Shades of Golden Fizz #EDF637

Tints of Golden Fizz #EDF637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 10.22%

R = 44.05%
G = 45.72%
B = 10.22%

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

#EDF637 (or 0xEDF637) is known color: Golden Fizz. HEX triplet: ED, F6 and 37. RGB value is (237,246,55). Sum of RGB (Red+Green+Blue) = 237+246+55=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 246 (96.48% from 255 or 45.72% from 538); Blue value is 55 (21.88% from 255 or 10.22% from 538); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF637 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF637 is #1209C8. Grayscale: #DEDEDE. Windows color (decimal): -1182153 or 3667693. OLE color: 3667693.

HSL color Cylindrical-coordinate representation of color #EDF637: hue angle of 62.83º 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 #EDF637 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 55 -
CMYK 0.04 0 0.78 0.04
HSL 62.83º 0.91% 0.59% -
HSV(B) 62.83º 0.78% 0.96% -
XYZ 68.57 84.19 16.25 -
YUV 221.54 34.02 139.03 -
System Red Green Blue C M Y K H S L
Decimal 237 246 55 0.04 0 0.78 0.04 62.83 0.91 0.59
Hex ED F6 37 4 0 4E 4 3F 5B 3B
Octal 355 366 67 4 0 116 4 77 133 73
Binary 11101101 11110110 110111 100 0 1001110 100 111111 1011011 111011

Color Harmonies of #EDF637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF637

Black with #EDF637

Text Example


Text Example

White with #EDF637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF637; }

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

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

background-color css

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

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

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

border-color css

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

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

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