#EDF939

Color #EDF939 Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #EDF939

Tints of Golden Fizz #EDF939

Color information

#EDF939 (or 0xEDF939) is unknown color: approx Golden Fizz. HEX triplet: ED, F9 and 39. RGB value is (237,249,57). Sum of RGB (Red+Green+Blue) = 237+249+57=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 249 (97.66% from 255 or 45.86% from 543); Blue value is 57 (22.66% from 255 or 10.50% from 543); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF939 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF939 is #1206C6. Grayscale: #E0E0E0. Windows color (decimal): -1181383 or 3799533. OLE color: 3799533.

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

Color convert

RGB23724957-
CMYK0.0500.770.02
HSL63.75º94.12%60%-
HSV(B)63.75º77.11%97.65%-
XYZ69.5486.0516.82-
YUV223.5234.02137.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.65%
GREEN value IS 249 (97.66% from 255) = 45.86%
BLUE value IS 57 (22.66% from 255) = 10.50%
R=43.65%
G=45.86%
B=10.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal237249570.0500.770.0263.7594.1260
HexEDF939504D2405e3c
Octal3553717150115210013674
Binary1110110111111001111001101010011011010000001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF939; }

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

 H1.HeaderClassName
 {
   color: #EDF939;
 }
 .AnyTagClassName
 {
   color: #EDF939;
 }
</style>
background-color css

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

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

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

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

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

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