Shades of Golden Fizz #EDF334
Tints of Golden Fizz #EDF334
RGB
CMYK
RGB Variations
Color information
#EDF334 (or 0xEDF334) is known color: Golden Fizz. HEX triplet: ED, F3 and 34. RGB value is (237,243,52). Sum of RGB (Red+Green+Blue) = 237+243+52=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 243 (95.31% from 255 or 45.68% from 532); Blue value is 52 (20.70% from 255 or 9.77% from 532); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF334 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF334 is #120CCB. Grayscale: #DCDCDC. Windows color (decimal): -1182924 or 3470317. OLE color: 3470317.
HSL color Cylindrical-coordinate representation of color #EDF334: hue angle of 61.88º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EDF334 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 52 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.05 |
| HSL | 61.88º | 0.89% | 0.58% | - |
| HSV(B) | 61.88º | 0.79% | 0.95% | - |
| XYZ | 67.6 | 82.35 | 15.58 | - |
| YUV | 219.43 | 33.51 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 52 | 0.02 | 0 | 0.79 | 0.05 | 61.88 | 0.89 | 0.58 |
| Hex | ED | F3 | 34 | 2 | 0 | 4F | 5 | 3E | 59 | 3A |
| Octal | 355 | 363 | 64 | 2 | 0 | 117 | 5 | 76 | 131 | 72 |
| Binary | 11101101 | 11110011 | 110100 | 10 | 0 | 1001111 | 101 | 111110 | 1011001 | 111010 |
Color Harmonies of #EDF334
Complementary color
Monochromatic Colors of #EDF334
Black with #EDF334
Text Example
Text Example
White with #EDF334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF334; }
p { color: rgb(237,243,52); }
H1.HeaderClassName
{
color: #EDF334;
}
.AnyTagClassName
{
color: #EDF334;
}
</style>
background-color css
<style>
a { background-color: #EDF334; }
a { background-color: rgb(237,243,52); }
div.DivClassName
{
background-color: #EDF334;
}
.BgClassName
{
background-color: #EDF334;
}
</style>
border-color css
<style>
span { border-color: #EDF334; }
span { border-color: rgb(237,243,52); }
td.TdClassName
{
border-color: #EDF334;
}
.TagClassName
{
border-color: #EDF334;
}
</style>