#EDF728

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

Shades of Golden Fizz #EDF728

Tints of Golden Fizz #EDF728

Color information

#EDF728 (or 0xEDF728) is unknown color: approx Golden Fizz. HEX triplet: ED, F7 and 28. RGB value is (237,247,40). Sum of RGB (Red+Green+Blue) = 237+247+40=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 247 (96.88% from 255 or 47.14% from 524); Blue value is 40 (16.02% from 255 or 7.63% from 524); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF728 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF728 is #1208D7. Grayscale: #DDDDDD. Windows color (decimal): -1181912 or 2684909. OLE color: 2684909.

HSL color Cylindrical-coordinate representation of color #EDF728: hue angle of 62.9º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDF728 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.

Color convert

RGB23724740-
CMYK0.0400.840.03
HSL62.9º92.83%56.27%-
HSV(B)62.9º83.81%96.86%-
XYZ68.5784.6814.74-
YUV220.4126.19139.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.23%
GREEN value IS 247 (96.88% from 255) = 47.14%
BLUE value IS 40 (16.02% from 255) = 7.63%
R=45.23%
G=47.14%
B=7.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal237247400.0400.840.0362.992.8356.27
HexEDF728405433f5d38
Octal355367504012437713570
Binary111011011111011110100010001010100111111111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF728; }

 p { color: rgb(237,247,40); }

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

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

 a { background-color: rgb(237,247,40); }

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

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

 span { border-color: rgb(237,247,40); }

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