Shades of Golden Fizz #EDF837
Tints of Golden Fizz #EDF837
RGB
CMYK
RGB Variations
Color information
#EDF837 (or 0xEDF837) is known color: Golden Fizz. HEX triplet: ED, F8 and 37. RGB value is (237,248,55). Sum of RGB (Red+Green+Blue) = 237+248+55=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 248 (97.27% from 255 or 45.93% from 540); Blue value is 55 (21.88% from 255 or 10.19% from 540); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF837 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF837 is #1207C8. Grayscale: #DFDFDF. Windows color (decimal): -1181641 or 3668205. OLE color: 3668205.
HSL color Cylindrical-coordinate representation of color #EDF837: hue angle of 63.42º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDF837 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 55 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.03 |
| HSL | 63.42º | 0.93% | 0.59% | - |
| HSV(B) | 63.42º | 0.78% | 0.97% | - |
| XYZ | 69.18 | 85.42 | 16.45 | - |
| YUV | 222.71 | 33.36 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 55 | 0.04 | 0 | 0.78 | 0.03 | 63.42 | 0.93 | 0.59 |
| Hex | ED | F8 | 37 | 4 | 0 | 4E | 3 | 3F | 5D | 3B |
| Octal | 355 | 370 | 67 | 4 | 0 | 116 | 3 | 77 | 135 | 73 |
| Binary | 11101101 | 11111000 | 110111 | 100 | 0 | 1001110 | 11 | 111111 | 1011101 | 111011 |
Color Harmonies of #EDF837
Complementary color
Monochromatic Colors of #EDF837
Black with #EDF837
Text Example
Text Example
White with #EDF837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF837; }
p { color: rgb(237,248,55); }
H1.HeaderClassName
{
color: #EDF837;
}
.AnyTagClassName
{
color: #EDF837;
}
</style>
background-color css
<style>
a { background-color: #EDF837; }
a { background-color: rgb(237,248,55); }
div.DivClassName
{
background-color: #EDF837;
}
.BgClassName
{
background-color: #EDF837;
}
</style>
border-color css
<style>
span { border-color: #EDF837; }
span { border-color: rgb(237,248,55); }
td.TdClassName
{
border-color: #EDF837;
}
.TagClassName
{
border-color: #EDF837;
}
</style>