Shades of Golden Fizz #EDF32E
Tints of Golden Fizz #EDF32E
RGB
CMYK
RGB Variations
Color information
#EDF32E (or 0xEDF32E) is known color: Golden Fizz. HEX triplet: ED, F3 and 2E. RGB value is (237,243,46). Sum of RGB (Red+Green+Blue) = 237+243+46=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 243 (95.31% from 255 or 46.20% from 526); Blue value is 46 (18.36% from 255 or 8.75% from 526); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF32E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF32E is #120CD1. Grayscale: #DBDBDB. Windows color (decimal): -1182930 or 3077101. OLE color: 3077101.
HSL color Cylindrical-coordinate representation of color #EDF32E: hue angle of 61.83º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDF32E is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 46 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.05 |
| HSL | 61.83º | 0.89% | 0.57% | - |
| HSV(B) | 61.83º | 0.81% | 0.95% | - |
| XYZ | 67.47 | 82.3 | 14.91 | - |
| YUV | 218.75 | 30.51 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 46 | 0.02 | 0 | 0.81 | 0.05 | 61.83 | 0.89 | 0.57 |
| Hex | ED | F3 | 2E | 2 | 0 | 51 | 5 | 3E | 59 | 39 |
| Octal | 355 | 363 | 56 | 2 | 0 | 121 | 5 | 76 | 131 | 71 |
| Binary | 11101101 | 11110011 | 101110 | 10 | 0 | 1010001 | 101 | 111110 | 1011001 | 111001 |
Color Harmonies of #EDF32E
Complementary color
Monochromatic Colors of #EDF32E
Black with #EDF32E
Text Example
Text Example
White with #EDF32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF32E; }
p { color: rgb(237,243,46); }
H1.HeaderClassName
{
color: #EDF32E;
}
.AnyTagClassName
{
color: #EDF32E;
}
</style>
background-color css
<style>
a { background-color: #EDF32E; }
a { background-color: rgb(237,243,46); }
div.DivClassName
{
background-color: #EDF32E;
}
.BgClassName
{
background-color: #EDF32E;
}
</style>
border-color css
<style>
span { border-color: #EDF32E; }
span { border-color: rgb(237,243,46); }
td.TdClassName
{
border-color: #EDF32E;
}
.TagClassName
{
border-color: #EDF32E;
}
</style>