Shades of Golden Fizz #EDF635
Tints of Golden Fizz #EDF635
RGB
CMYK
RGB Variations
Color information
#EDF635 (or 0xEDF635) is known color: Golden Fizz. HEX triplet: ED, F6 and 35. RGB value is (237,246,53). Sum of RGB (Red+Green+Blue) = 237+246+53=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 246 (96.48% from 255 or 45.90% from 536); Blue value is 53 (21.09% from 255 or 9.89% from 536); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF635 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF635 is #1209CA. Grayscale: #DEDEDE. Windows color (decimal): -1182155 or 3536621. OLE color: 3536621.
HSL color Cylindrical-coordinate representation of color #EDF635: hue angle of 62.8º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDF635 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 53 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.04 |
| HSL | 62.8º | 0.91% | 0.59% | - |
| HSV(B) | 62.8º | 0.78% | 0.96% | - |
| XYZ | 68.52 | 84.17 | 16 | - |
| YUV | 221.31 | 33.02 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 53 | 0.04 | 0 | 0.78 | 0.04 | 62.8 | 0.91 | 0.59 |
| Hex | ED | F6 | 35 | 4 | 0 | 4E | 4 | 3F | 5B | 3B |
| Octal | 355 | 366 | 65 | 4 | 0 | 116 | 4 | 77 | 133 | 73 |
| Binary | 11101101 | 11110110 | 110101 | 100 | 0 | 1001110 | 100 | 111111 | 1011011 | 111011 |
Color Harmonies of #EDF635
Complementary color
Monochromatic Colors of #EDF635
Black with #EDF635
Text Example
Text Example
White with #EDF635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF635; }
p { color: rgb(237,246,53); }
H1.HeaderClassName
{
color: #EDF635;
}
.AnyTagClassName
{
color: #EDF635;
}
</style>
background-color css
<style>
a { background-color: #EDF635; }
a { background-color: rgb(237,246,53); }
div.DivClassName
{
background-color: #EDF635;
}
.BgClassName
{
background-color: #EDF635;
}
</style>
border-color css
<style>
span { border-color: #EDF635; }
span { border-color: rgb(237,246,53); }
td.TdClassName
{
border-color: #EDF635;
}
.TagClassName
{
border-color: #EDF635;
}
</style>