#edf127

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

Shades of Golden Fizz #EDF127

Tints of Golden Fizz #EDF127

Color information

#EDF127 (or 0xEDF127) is unknown color: approx Golden Fizz. HEX triplet: ED, F1 and 27. RGB value is (237,241,39). Sum of RGB (Red+Green+Blue) = 237+241+39=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 39 (15.62% from 255 or 7.54% from 517); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF127 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF127 is #120ED8. Grayscale: #D9D9D9. Windows color (decimal): -1183449 or 2617837. OLE color: 2617837.

HSL color Cylindrical-coordinate representation of color #EDF127: hue angle of 61.19º 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 #EDF127 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB23724139-
CMYK0.0200.840.05
HSL61.19º87.83%54.9%-
HSV(B)61.19º83.82%94.51%-
XYZ66.7581.0614.05-
YUV216.7827.67142.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.84%
GREEN value IS 241 (94.53% from 255) = 46.62%
BLUE value IS 39 (15.62% from 255) = 7.54%
R=45.84%
G=46.62%
B=7.54%

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
Decimal237241390.0200.840.0561.1987.8354.9
HexEDF127205453d5837
Octal355361472012457513067
Binary111011011111000110011110010101001011111011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edf127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edf127; }

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

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

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

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

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

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

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

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