#EDF531

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

Shades of Golden Fizz #EDF531

Tints of Golden Fizz #EDF531

Color information

#EDF531 (or 0xEDF531) is unknown color: approx Golden Fizz. HEX triplet: ED, F5 and 31. RGB value is (237,245,49). Sum of RGB (Red+Green+Blue) = 237+245+49=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 245 (96.09% from 255 or 46.14% from 531); Blue value is 49 (19.53% from 255 or 9.23% from 531); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF531 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF531 is #120ACE. Grayscale: #DDDDDD. Windows color (decimal): -1182415 or 3274221. OLE color: 3274221.

HSL color Cylindrical-coordinate representation of color #EDF531: hue angle of 62.45º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDF531 is Cyan = 0.03, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.04.

Color convert

RGB23724549-
CMYK0.0300.80.04
HSL62.45º90.74%57.65%-
HSV(B)62.45º80%96.08%-
XYZ68.1383.5315.44-
YUV220.2631.35139.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.63%
GREEN value IS 245 (96.09% from 255) = 46.14%
BLUE value IS 49 (19.53% from 255) = 9.23%
R=44.63%
G=46.14%
B=9.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal237245490.0300.80.0462.4590.7457.65
HexEDF531305043e5b3a
Octal355365613012047613372
Binary111011011111010111000111010100001001111101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF531; }

 p { color: rgb(237,245,49); }

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

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

 a { background-color: rgb(237,245,49); }

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

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

 span { border-color: rgb(237,245,49); }

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