Shades of Golden Fizz #EDF935
Tints of Golden Fizz #EDF935
RGB
CMYK
RGB Variations
Color information
#EDF935 (or 0xEDF935) is known color: Golden Fizz. HEX triplet: ED, F9 and 35. RGB value is (237,249,53). Sum of RGB (Red+Green+Blue) = 237+249+53=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 53 (21.09% from 255 or 9.83% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF935 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF935 is #1206CA. Grayscale: #DFDFDF. Windows color (decimal): -1181387 or 3537389. OLE color: 3537389.
HSL color Cylindrical-coordinate representation of color #EDF935: hue angle of 63.67º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EDF935 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 53 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.02 |
| HSL | 63.67º | 0.94% | 0.59% | - |
| HSV(B) | 63.67º | 0.79% | 0.98% | - |
| XYZ | 69.44 | 86.01 | 16.31 | - |
| YUV | 223.07 | 32.02 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 53 | 0.05 | 0 | 0.79 | 0.02 | 63.67 | 0.94 | 0.59 |
| Hex | ED | F9 | 35 | 5 | 0 | 4F | 2 | 40 | 5E | 3B |
| Octal | 355 | 371 | 65 | 5 | 0 | 117 | 2 | 100 | 136 | 73 |
| Binary | 11101101 | 11111001 | 110101 | 101 | 0 | 1001111 | 10 | 1000000 | 1011110 | 111011 |
Color Harmonies of #EDF935
Complementary color
Monochromatic Colors of #EDF935
Black with #EDF935
Text Example
Text Example
White with #EDF935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF935; }
p { color: rgb(237,249,53); }
H1.HeaderClassName
{
color: #EDF935;
}
.AnyTagClassName
{
color: #EDF935;
}
</style>
background-color css
<style>
a { background-color: #EDF935; }
a { background-color: rgb(237,249,53); }
div.DivClassName
{
background-color: #EDF935;
}
.BgClassName
{
background-color: #EDF935;
}
</style>
border-color css
<style>
span { border-color: #EDF935; }
span { border-color: rgb(237,249,53); }
td.TdClassName
{
border-color: #EDF935;
}
.TagClassName
{
border-color: #EDF935;
}
</style>