Html Css Color HEX #EDF537 Golden Fizz

📋 copy color: '#EDF537'

red 237 ◦ green 245 ◦ blue 55

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

Shades of Golden Fizz #EDF537

Tints of Golden Fizz #EDF537

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.62%

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

R = 44.13%
G = 45.62%
B = 10.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#EDF537 (or 0xEDF537) is known color: Golden Fizz. HEX triplet: ED, F5 and 37. RGB value is (237,245,55). Sum of RGB (Red+Green+Blue) = 237+245+55=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 245 (96.09% from 255 or 45.62% from 537); Blue value is 55 (21.88% from 255 or 10.24% from 537); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF537 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF537 is #120AC8. Grayscale: #DDDDDD. Windows color (decimal): -1182409 or 3667437. OLE color: 3667437.

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

Color convert

RGB 237 245 55 -
CMYK 0.03 0 0.78 0.04
HSL 62.53º 0.9% 0.59% -
HSV(B) 62.53º 0.78% 0.96% -
XYZ 68.27 83.59 16.15 -
YUV 220.95 34.35 139.45 -
System Red Green Blue C M Y K H S L
Decimal 237 245 55 0.03 0 0.78 0.04 62.53 0.9 0.59
Hex ED F5 37 3 0 4E 4 3F 5A 3B
Octal 355 365 67 3 0 116 4 77 132 73
Binary 11101101 11110101 110111 11 0 1001110 100 111111 1011010 111011

Color Harmonies of #EDF537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF537

Black with #EDF537

Text Example


Text Example

White with #EDF537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF537; }

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

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

background-color css

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

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

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

border-color css

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

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

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