#EDF126

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

Shades of Golden Fizz #EDF126

Tints of Golden Fizz #EDF126

Color information

#EDF126 (or 0xEDF126) is unknown color: approx Golden Fizz. HEX triplet: ED, F1 and 26. RGB value is (237,241,38). Sum of RGB (Red+Green+Blue) = 237+241+38=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 38 (15.23% from 255 or 7.36% from 516); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF126 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF126 is #120ED9. Grayscale: #D9D9D9. Windows color (decimal): -1183450 or 2552301. OLE color: 2552301.

HSL color Cylindrical-coordinate representation of color #EDF126: hue angle of 61.18º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDF126 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB23724138-
CMYK0.0200.840.05
HSL61.18º87.88%54.71%-
HSV(B)61.18º84.23%94.51%-
XYZ66.7381.0613.96-
YUV216.6627.17142.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.93%
GREEN value IS 241 (94.53% from 255) = 46.71%
BLUE value IS 38 (15.23% from 255) = 7.36%
R=45.93%
G=46.71%
B=7.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal237241380.0200.840.0561.1887.8854.71
HexEDF126205453d5837
Octal355361462012457513067
Binary111011011111000110011010010101001011111011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF126; }

 p { color: rgb(237,241,38); }

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

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

 a { background-color: rgb(237,241,38); }

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

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

 span { border-color: rgb(237,241,38); }

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