Shades of Golden Fizz #EDF831
Tints of Golden Fizz #EDF831
RGB
CMYK
RGB Variations
Color information
#EDF831 (or 0xEDF831) is known color: Golden Fizz. HEX triplet: ED, F8 and 31. RGB value is (237,248,49). Sum of RGB (Red+Green+Blue) = 237+248+49=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 248 (97.27% from 255 or 46.44% from 534); Blue value is 49 (19.53% from 255 or 9.18% from 534); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF831 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF831 is #1207CE. Grayscale: #DEDEDE. Windows color (decimal): -1181647 or 3274989. OLE color: 3274989.
HSL color Cylindrical-coordinate representation of color #EDF831: hue angle of 63.32º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDF831 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 49 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.03 |
| HSL | 63.32º | 0.93% | 0.58% | - |
| HSV(B) | 63.32º | 0.8% | 0.97% | - |
| XYZ | 69.05 | 85.36 | 15.74 | - |
| YUV | 222.03 | 30.36 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 49 | 0.04 | 0 | 0.80 | 0.03 | 63.32 | 0.93 | 0.58 |
| Hex | ED | F8 | 31 | 4 | 0 | 50 | 3 | 3F | 5D | 3A |
| Octal | 355 | 370 | 61 | 4 | 0 | 120 | 3 | 77 | 135 | 72 |
| Binary | 11101101 | 11111000 | 110001 | 100 | 0 | 1010000 | 11 | 111111 | 1011101 | 111010 |
Color Harmonies of #EDF831
Complementary color
Monochromatic Colors of #EDF831
Black with #EDF831
Text Example
Text Example
White with #EDF831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF831; }
p { color: rgb(237,248,49); }
H1.HeaderClassName
{
color: #EDF831;
}
.AnyTagClassName
{
color: #EDF831;
}
</style>
background-color css
<style>
a { background-color: #EDF831; }
a { background-color: rgb(237,248,49); }
div.DivClassName
{
background-color: #EDF831;
}
.BgClassName
{
background-color: #EDF831;
}
</style>
border-color css
<style>
span { border-color: #EDF831; }
span { border-color: rgb(237,248,49); }
td.TdClassName
{
border-color: #EDF831;
}
.TagClassName
{
border-color: #EDF831;
}
</style>