Shades of Golden Fizz #EDF630
Tints of Golden Fizz #EDF630
RGB
CMYK
RGB Variations
Color information
#EDF630 (or 0xEDF630) is known color: Golden Fizz. HEX triplet: ED, F6 and 30. RGB value is (237,246,48). Sum of RGB (Red+Green+Blue) = 237+246+48=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 246 (96.48% from 255 or 46.33% from 531); Blue value is 48 (19.14% from 255 or 9.04% from 531); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF630 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF630 is #1209CF. Grayscale: #DDDDDD. Windows color (decimal): -1182160 or 3208941. OLE color: 3208941.
HSL color Cylindrical-coordinate representation of color #EDF630: hue angle of 62.73º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDF630 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 48 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.04 |
| HSL | 62.73º | 0.92% | 0.58% | - |
| HSV(B) | 62.73º | 0.8% | 0.96% | - |
| XYZ | 68.41 | 84.13 | 15.43 | - |
| YUV | 220.74 | 30.52 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 48 | 0.04 | 0 | 0.80 | 0.04 | 62.73 | 0.92 | 0.58 |
| Hex | ED | F6 | 30 | 4 | 0 | 50 | 4 | 3F | 5C | 3A |
| Octal | 355 | 366 | 60 | 4 | 0 | 120 | 4 | 77 | 134 | 72 |
| Binary | 11101101 | 11110110 | 110000 | 100 | 0 | 1010000 | 100 | 111111 | 1011100 | 111010 |
Color Harmonies of #EDF630
Complementary color
Monochromatic Colors of #EDF630
Black with #EDF630
Text Example
Text Example
White with #EDF630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF630; }
p { color: rgb(237,246,48); }
H1.HeaderClassName
{
color: #EDF630;
}
.AnyTagClassName
{
color: #EDF630;
}
</style>
background-color css
<style>
a { background-color: #EDF630; }
a { background-color: rgb(237,246,48); }
div.DivClassName
{
background-color: #EDF630;
}
.BgClassName
{
background-color: #EDF630;
}
</style>
border-color css
<style>
span { border-color: #EDF630; }
span { border-color: rgb(237,246,48); }
td.TdClassName
{
border-color: #EDF630;
}
.TagClassName
{
border-color: #EDF630;
}
</style>