Html Css Color HEX #EDF437 Golden Fizz

📋 copy color: '#EDF437'

red 237 ◦ green 244 ◦ blue 55

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

Shades of Golden Fizz #EDF437

Tints of Golden Fizz #EDF437

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.52%

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

R = 44.22%
G = 45.52%
B = 10.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#EDF437 (or 0xEDF437) is known color: Golden Fizz. HEX triplet: ED, F4 and 37. RGB value is (237,244,55). Sum of RGB (Red+Green+Blue) = 237+244+55=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 244 (95.70% from 255 or 45.52% from 536); Blue value is 55 (21.88% from 255 or 10.26% from 536); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF437 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF437 is #120BC8. Grayscale: #DDDDDD. Windows color (decimal): -1182665 or 3667181. OLE color: 3667181.

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

Color convert

RGB 237 244 55 -
CMYK 0.03 0 0.77 0.04
HSL 62.22º 0.9% 0.59% -
HSV(B) 62.22º 0.77% 0.96% -
XYZ 67.97 82.98 16.05 -
YUV 220.36 34.68 139.87 -
System Red Green Blue C M Y K H S L
Decimal 237 244 55 0.03 0 0.77 0.04 62.22 0.9 0.59
Hex ED F4 37 3 0 4D 4 3E 5A 3B
Octal 355 364 67 3 0 115 4 76 132 73
Binary 11101101 11110100 110111 11 0 1001101 100 111110 1011010 111011

Color Harmonies of #EDF437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF437

Black with #EDF437

Text Example


Text Example

White with #EDF437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF437; }

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

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

background-color css

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

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

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

border-color css

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

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

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