Shades of Golden Fizz #EDF231
Tints of Golden Fizz #EDF231
RGB
CMYK
RGB Variations
Color information
#EDF231 (or 0xEDF231) is known color: Golden Fizz. HEX triplet: ED, F2 and 31. RGB value is (237,242,49). Sum of RGB (Red+Green+Blue) = 237+242+49=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 49 (19.53% from 255 or 9.28% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF231 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF231 is #120DCE. Grayscale: #DBDBDB. Windows color (decimal): -1183183 or 3273453. OLE color: 3273453.
HSL color Cylindrical-coordinate representation of color #EDF231: hue angle of 61.55º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDF231 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 49 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.05 |
| HSL | 61.55º | 0.88% | 0.57% | - |
| HSV(B) | 61.55º | 0.8% | 0.95% | - |
| XYZ | 67.23 | 81.73 | 15.14 | - |
| YUV | 218.5 | 32.34 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 49 | 0.02 | 0 | 0.80 | 0.05 | 61.55 | 0.88 | 0.57 |
| Hex | ED | F2 | 31 | 2 | 0 | 50 | 5 | 3E | 58 | 39 |
| Octal | 355 | 362 | 61 | 2 | 0 | 120 | 5 | 76 | 130 | 71 |
| Binary | 11101101 | 11110010 | 110001 | 10 | 0 | 1010000 | 101 | 111110 | 1011000 | 111001 |
Color Harmonies of #EDF231
Complementary color
Monochromatic Colors of #EDF231
Black with #EDF231
Text Example
Text Example
White with #EDF231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF231; }
p { color: rgb(237,242,49); }
H1.HeaderClassName
{
color: #EDF231;
}
.AnyTagClassName
{
color: #EDF231;
}
</style>
background-color css
<style>
a { background-color: #EDF231; }
a { background-color: rgb(237,242,49); }
div.DivClassName
{
background-color: #EDF231;
}
.BgClassName
{
background-color: #EDF231;
}
</style>
border-color css
<style>
span { border-color: #EDF231; }
span { border-color: rgb(237,242,49); }
td.TdClassName
{
border-color: #EDF231;
}
.TagClassName
{
border-color: #EDF231;
}
</style>