#EDF327

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

Shades of Golden Fizz #EDF327

Tints of Golden Fizz #EDF327

Color information

#EDF327 (or 0xEDF327) is unknown color: approx Golden Fizz. HEX triplet: ED, F3 and 27. RGB value is (237,243,39). Sum of RGB (Red+Green+Blue) = 237+243+39=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 243 (95.31% from 255 or 46.82% from 519); Blue value is 39 (15.62% from 255 or 7.51% from 519); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF327 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF327 is #120CD8. Grayscale: #DADADA. Windows color (decimal): -1182937 or 2618349. OLE color: 2618349.

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

Color convert

RGB23724339-
CMYK0.0200.840.05
HSL61.76º89.47%55.29%-
HSV(B)61.76º83.95%95.29%-
XYZ67.3482.2514.25-
YUV217.9527.01141.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.66%
GREEN value IS 243 (95.31% from 255) = 46.82%
BLUE value IS 39 (15.62% from 255) = 7.51%
R=45.66%
G=46.82%
B=7.51%

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
Decimal237243390.0200.840.0561.7689.4755.29
HexEDF327205453e5937
Octal355363472012457613167
Binary111011011111001110011110010101001011111101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF327; }

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

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

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

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

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

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

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

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