Shades of Golden Fizz #EDF93A
Tints of Golden Fizz #EDF93A
RGB
CMYK
RGB Variations
Color information
#EDF93A (or 0xEDF93A) is known color: Golden Fizz. HEX triplet: ED, F9 and 3A. RGB value is (237,249,58). Sum of RGB (Red+Green+Blue) = 237+249+58=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 58 (23.05% from 255 or 10.66% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF93A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF93A is #1206C5. Grayscale: #E0E0E0. Windows color (decimal): -1181382 or 3865069. OLE color: 3865069.
HSL color Cylindrical-coordinate representation of color #EDF93A: hue angle of 63.77º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDF93A is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 58 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.02 |
| HSL | 63.77º | 0.94% | 0.6% | - |
| HSV(B) | 63.77º | 0.77% | 0.98% | - |
| XYZ | 69.56 | 86.06 | 16.95 | - |
| YUV | 223.64 | 34.52 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 58 | 0.05 | 0 | 0.77 | 0.02 | 63.77 | 0.94 | 0.6 |
| Hex | ED | F9 | 3A | 5 | 0 | 4D | 2 | 40 | 5E | 3C |
| Octal | 355 | 371 | 72 | 5 | 0 | 115 | 2 | 100 | 136 | 74 |
| Binary | 11101101 | 11111001 | 111010 | 101 | 0 | 1001101 | 10 | 1000000 | 1011110 | 111100 |
Color Harmonies of #EDF93A
Complementary color
Monochromatic Colors of #EDF93A
Black with #EDF93A
Text Example
Text Example
White with #EDF93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF93A; }
p { color: rgb(237,249,58); }
H1.HeaderClassName
{
color: #EDF93A;
}
.AnyTagClassName
{
color: #EDF93A;
}
</style>
background-color css
<style>
a { background-color: #EDF93A; }
a { background-color: rgb(237,249,58); }
div.DivClassName
{
background-color: #EDF93A;
}
.BgClassName
{
background-color: #EDF93A;
}
</style>
border-color css
<style>
span { border-color: #EDF93A; }
span { border-color: rgb(237,249,58); }
td.TdClassName
{
border-color: #EDF93A;
}
.TagClassName
{
border-color: #EDF93A;
}
</style>