Shades of Golden Fizz #EDF72A
Tints of Golden Fizz #EDF72A
RGB
CMYK
RGB Variations
Color information
#EDF72A (or 0xEDF72A) is known color: Golden Fizz. HEX triplet: ED, F7 and 2A. RGB value is (237,247,42). Sum of RGB (Red+Green+Blue) = 237+247+42=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 247 (96.88% from 255 or 46.96% from 526); Blue value is 42 (16.80% from 255 or 7.98% from 526); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF72A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF72A is #1208D5. Grayscale: #DDDDDD. Windows color (decimal): -1181910 or 2815981. OLE color: 2815981.
HSL color Cylindrical-coordinate representation of color #EDF72A: hue angle of 62.93º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDF72A is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 42 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.03 |
| HSL | 62.93º | 0.93% | 0.57% | - |
| HSV(B) | 62.93º | 0.83% | 0.97% | - |
| XYZ | 68.6 | 84.69 | 14.92 | - |
| YUV | 220.64 | 27.19 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 42 | 0.04 | 0 | 0.83 | 0.03 | 62.93 | 0.93 | 0.57 |
| Hex | ED | F7 | 2A | 4 | 0 | 53 | 3 | 3F | 5D | 39 |
| Octal | 355 | 367 | 52 | 4 | 0 | 123 | 3 | 77 | 135 | 71 |
| Binary | 11101101 | 11110111 | 101010 | 100 | 0 | 1010011 | 11 | 111111 | 1011101 | 111001 |
Color Harmonies of #EDF72A
Complementary color
Monochromatic Colors of #EDF72A
Black with #EDF72A
Text Example
Text Example
White with #EDF72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF72A; }
p { color: rgb(237,247,42); }
H1.HeaderClassName
{
color: #EDF72A;
}
.AnyTagClassName
{
color: #EDF72A;
}
</style>
background-color css
<style>
a { background-color: #EDF72A; }
a { background-color: rgb(237,247,42); }
div.DivClassName
{
background-color: #EDF72A;
}
.BgClassName
{
background-color: #EDF72A;
}
</style>
border-color css
<style>
span { border-color: #EDF72A; }
span { border-color: rgb(237,247,42); }
td.TdClassName
{
border-color: #EDF72A;
}
.TagClassName
{
border-color: #EDF72A;
}
</style>