Shades of Golden Fizz #EDF030
Tints of Golden Fizz #EDF030
RGB
CMYK
RGB Variations
Color information
#EDF030 (or 0xEDF030) is known color: Golden Fizz. HEX triplet: ED, F0 and 30. RGB value is (237,240,48). Sum of RGB (Red+Green+Blue) = 237+240+48=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 48 (19.14% from 255 or 9.14% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF030 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF030 is #120FCF. Grayscale: #D9D9D9. Windows color (decimal): -1183696 or 3207405. OLE color: 3207405.
HSL color Cylindrical-coordinate representation of color #EDF030: hue angle of 60.94º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDF030 is Cyan = 0.01, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 48 | - |
| CMYK | 0.01 | 0 | 0.8 | 0.06 |
| HSL | 60.94º | 0.86% | 0.56% | - |
| HSV(B) | 60.94º | 0.8% | 0.94% | - |
| XYZ | 66.62 | 80.54 | 14.83 | - |
| YUV | 217.22 | 32.51 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 48 | 0.01 | 0 | 0.8 | 0.06 | 60.94 | 0.86 | 0.56 |
| Hex | ED | F0 | 30 | 1 | 0 | 50 | 6 | 3D | 56 | 38 |
| Octal | 355 | 360 | 60 | 1 | 0 | 120 | 6 | 75 | 126 | 70 |
| Binary | 11101101 | 11110000 | 110000 | 1 | 0 | 1010000 | 110 | 111101 | 1010110 | 111000 |
Color Harmonies of #EDF030
Complementary color
Monochromatic Colors of #EDF030
Black with #EDF030
Text Example
Text Example
White with #EDF030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF030; }
p { color: rgb(237,240,48); }
H1.HeaderClassName
{
color: #EDF030;
}
.AnyTagClassName
{
color: #EDF030;
}
</style>
background-color css
<style>
a { background-color: #EDF030; }
a { background-color: rgb(237,240,48); }
div.DivClassName
{
background-color: #EDF030;
}
.BgClassName
{
background-color: #EDF030;
}
</style>
border-color css
<style>
span { border-color: #EDF030; }
span { border-color: rgb(237,240,48); }
td.TdClassName
{
border-color: #EDF030;
}
.TagClassName
{
border-color: #EDF030;
}
</style>