Shades of Golden Fizz #EDF230
Tints of Golden Fizz #EDF230
RGB
CMYK
RGB Variations
Color information
#EDF230 (or 0xEDF230) is known color: Golden Fizz. HEX triplet: ED, F2 and 30. RGB value is (237,242,48). Sum of RGB (Red+Green+Blue) = 237+242+48=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 48 (19.14% from 255 or 9.11% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF230 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF230 is #120DCF. Grayscale: #DBDBDB. Windows color (decimal): -1183184 or 3207917. OLE color: 3207917.
HSL color Cylindrical-coordinate representation of color #EDF230: 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 #EDF230 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 48 | - |
| 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.21 | 81.72 | 15.03 | - |
| YUV | 218.39 | 31.84 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 48 | 0.02 | 0 | 0.80 | 0.05 | 61.55 | 0.88 | 0.57 |
| Hex | ED | F2 | 30 | 2 | 0 | 50 | 5 | 3E | 58 | 39 |
| Octal | 355 | 362 | 60 | 2 | 0 | 120 | 5 | 76 | 130 | 71 |
| Binary | 11101101 | 11110010 | 110000 | 10 | 0 | 1010000 | 101 | 111110 | 1011000 | 111001 |
Color Harmonies of #EDF230
Complementary color
Monochromatic Colors of #EDF230
Black with #EDF230
Text Example
Text Example
White with #EDF230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF230; }
p { color: rgb(237,242,48); }
H1.HeaderClassName
{
color: #EDF230;
}
.AnyTagClassName
{
color: #EDF230;
}
</style>
background-color css
<style>
a { background-color: #EDF230; }
a { background-color: rgb(237,242,48); }
div.DivClassName
{
background-color: #EDF230;
}
.BgClassName
{
background-color: #EDF230;
}
</style>
border-color css
<style>
span { border-color: #EDF230; }
span { border-color: rgb(237,242,48); }
td.TdClassName
{
border-color: #EDF230;
}
.TagClassName
{
border-color: #EDF230;
}
</style>