Html Css Color HEX #EDF938 Golden Fizz

📋 copy color: '#EDF938'

red 237 ◦ green 249 ◦ blue 56

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

Shades of Golden Fizz #EDF938

Tints of Golden Fizz #EDF938

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.94%

 BLUE value IS 56 (22.27% from 255) = 10.33%

R = 43.73%
G = 45.94%
B = 10.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#EDF938 (or 0xEDF938) is known color: Golden Fizz. HEX triplet: ED, F9 and 38. RGB value is (237,249,56). Sum of RGB (Red+Green+Blue) = 237+249+56=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 249 (97.66% from 255 or 45.94% from 542); Blue value is 56 (22.27% from 255 or 10.33% from 542); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF938 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF938 is #1206C7. Grayscale: #E0E0E0. Windows color (decimal): -1181384 or 3733997. OLE color: 3733997.

HSL color Cylindrical-coordinate representation of color #EDF938: hue angle of 63.73º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDF938 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 249 56 -
CMYK 0.05 0 0.78 0.02
HSL 63.73º 0.94% 0.6% -
HSV(B) 63.73º 0.78% 0.98% -
XYZ 69.51 86.04 16.69 -
YUV 223.41 33.52 137.69 -
System Red Green Blue C M Y K H S L
Decimal 237 249 56 0.05 0 0.78 0.02 63.73 0.94 0.6
Hex ED F9 38 5 0 4E 2 40 5E 3C
Octal 355 371 70 5 0 116 2 100 136 74
Binary 11101101 11111001 111000 101 0 1001110 10 1000000 1011110 111100

Color Harmonies of #EDF938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF938

Black with #EDF938

Text Example


Text Example

White with #EDF938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF938; }

 p { color: rgb(237,249,56); }

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

background-color css

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

 a { background-color: rgb(237,249,56); }

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

border-color css

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

 span { border-color: rgb(237,249,56); }

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