Shades of Golden Fizz #EDF322
Tints of Golden Fizz #EDF322
RGB
CMYK
RGB Variations
Color information
#EDF322 (or 0xEDF322) is known color: Golden Fizz. HEX triplet: ED, F3 and 22. RGB value is (237,243,34). Sum of RGB (Red+Green+Blue) = 237+243+34=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 34 (13.67% from 255 or 6.61% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF322 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF322 is #120CDD. Grayscale: #DADADA. Windows color (decimal): -1182942 or 2290669. OLE color: 2290669.
HSL color Cylindrical-coordinate representation of color #EDF322: hue angle of 61.72º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDF322 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 34 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.05 |
| HSL | 61.72º | 0.9% | 0.54% | - |
| HSV(B) | 61.72º | 0.86% | 0.95% | - |
| XYZ | 67.26 | 82.22 | 13.84 | - |
| YUV | 217.38 | 24.51 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 34 | 0.02 | 0 | 0.86 | 0.05 | 61.72 | 0.9 | 0.54 |
| Hex | ED | F3 | 22 | 2 | 0 | 56 | 5 | 3E | 5A | 36 |
| Octal | 355 | 363 | 42 | 2 | 0 | 126 | 5 | 76 | 132 | 66 |
| Binary | 11101101 | 11110011 | 100010 | 10 | 0 | 1010110 | 101 | 111110 | 1011010 | 110110 |
Color Harmonies of #EDF322
Complementary color
Monochromatic Colors of #EDF322
Black with #EDF322
Text Example
Text Example
White with #EDF322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF322; }
p { color: rgb(237,243,34); }
H1.HeaderClassName
{
color: #EDF322;
}
.AnyTagClassName
{
color: #EDF322;
}
</style>
background-color css
<style>
a { background-color: #EDF322; }
a { background-color: rgb(237,243,34); }
div.DivClassName
{
background-color: #EDF322;
}
.BgClassName
{
background-color: #EDF322;
}
</style>
border-color css
<style>
span { border-color: #EDF322; }
span { border-color: rgb(237,243,34); }
td.TdClassName
{
border-color: #EDF322;
}
.TagClassName
{
border-color: #EDF322;
}
</style>