Shades of Golden Fizz #EDF033
Tints of Golden Fizz #EDF033
RGB
CMYK
RGB Variations
Color information
#EDF033 (or 0xEDF033) is known color: Golden Fizz. HEX triplet: ED, F0 and 33. RGB value is (237,240,51). Sum of RGB (Red+Green+Blue) = 237+240+51=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 240 (94.14% from 255 or 45.45% from 528); Blue value is 51 (20.31% from 255 or 9.66% from 528); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF033 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF033 is #120FCC. Grayscale: #DADADA. Windows color (decimal): -1183693 or 3404013. OLE color: 3404013.
HSL color Cylindrical-coordinate representation of color #EDF033: hue angle of 60.95º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EDF033 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 51 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.06 |
| HSL | 60.95º | 0.86% | 0.57% | - |
| HSV(B) | 60.95º | 0.79% | 0.94% | - |
| XYZ | 66.68 | 80.56 | 15.17 | - |
| YUV | 217.56 | 34.01 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 51 | 0.01 | 0 | 0.79 | 0.06 | 60.95 | 0.86 | 0.57 |
| Hex | ED | F0 | 33 | 1 | 0 | 4F | 6 | 3D | 56 | 39 |
| Octal | 355 | 360 | 63 | 1 | 0 | 117 | 6 | 75 | 126 | 71 |
| Binary | 11101101 | 11110000 | 110011 | 1 | 0 | 1001111 | 110 | 111101 | 1010110 | 111001 |
Color Harmonies of #EDF033
Complementary color
Monochromatic Colors of #EDF033
Black with #EDF033
Text Example
Text Example
White with #EDF033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF033; }
p { color: rgb(237,240,51); }
H1.HeaderClassName
{
color: #EDF033;
}
.AnyTagClassName
{
color: #EDF033;
}
</style>
background-color css
<style>
a { background-color: #EDF033; }
a { background-color: rgb(237,240,51); }
div.DivClassName
{
background-color: #EDF033;
}
.BgClassName
{
background-color: #EDF033;
}
</style>
border-color css
<style>
span { border-color: #EDF033; }
span { border-color: rgb(237,240,51); }
td.TdClassName
{
border-color: #EDF033;
}
.TagClassName
{
border-color: #EDF033;
}
</style>