Shades of Golden Fizz #EDF123
Tints of Golden Fizz #EDF123
RGB
CMYK
RGB Variations
Color information
#EDF123 (or 0xEDF123) is known color: Golden Fizz. HEX triplet: ED, F1 and 23. RGB value is (237,241,35). Sum of RGB (Red+Green+Blue) = 237+241+35=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 35 (14.06% from 255 or 6.82% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF123 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF123 is #120EDC. Grayscale: #D9D9D9. Windows color (decimal): -1183453 or 2355693. OLE color: 2355693.
HSL color Cylindrical-coordinate representation of color #EDF123: hue angle of 61.17º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDF123 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 35 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.05 |
| HSL | 61.17º | 0.88% | 0.54% | - |
| HSV(B) | 61.17º | 0.85% | 0.95% | - |
| XYZ | 66.68 | 81.04 | 13.72 | - |
| YUV | 216.32 | 25.67 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 35 | 0.02 | 0 | 0.85 | 0.05 | 61.17 | 0.88 | 0.54 |
| Hex | ED | F1 | 23 | 2 | 0 | 55 | 5 | 3D | 58 | 36 |
| Octal | 355 | 361 | 43 | 2 | 0 | 125 | 5 | 75 | 130 | 66 |
| Binary | 11101101 | 11110001 | 100011 | 10 | 0 | 1010101 | 101 | 111101 | 1011000 | 110110 |
Color Harmonies of #EDF123
Complementary color
Monochromatic Colors of #EDF123
Black with #EDF123
Text Example
Text Example
White with #EDF123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF123; }
p { color: rgb(237,241,35); }
H1.HeaderClassName
{
color: #EDF123;
}
.AnyTagClassName
{
color: #EDF123;
}
</style>
background-color css
<style>
a { background-color: #EDF123; }
a { background-color: rgb(237,241,35); }
div.DivClassName
{
background-color: #EDF123;
}
.BgClassName
{
background-color: #EDF123;
}
</style>
border-color css
<style>
span { border-color: #EDF123; }
span { border-color: rgb(237,241,35); }
td.TdClassName
{
border-color: #EDF123;
}
.TagClassName
{
border-color: #EDF123;
}
</style>