Shades of Golden Fizz #EDF433
Tints of Golden Fizz #EDF433
RGB
CMYK
RGB Variations
Color information
#EDF433 (or 0xEDF433) is known color: Golden Fizz. HEX triplet: ED, F4 and 33. RGB value is (237,244,51). Sum of RGB (Red+Green+Blue) = 237+244+51=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 244 (95.70% from 255 or 45.86% from 532); Blue value is 51 (20.31% from 255 or 9.59% from 532); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF433 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF433 is #120BCC. Grayscale: #DCDCDC. Windows color (decimal): -1182669 or 3405037. OLE color: 3405037.
HSL color Cylindrical-coordinate representation of color #EDF433: hue angle of 62.18º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EDF433 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 51 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.04 |
| HSL | 62.18º | 0.9% | 0.58% | - |
| HSV(B) | 62.18º | 0.79% | 0.96% | - |
| XYZ | 67.87 | 82.94 | 15.56 | - |
| YUV | 219.91 | 32.68 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 51 | 0.03 | 0 | 0.79 | 0.04 | 62.18 | 0.9 | 0.58 |
| Hex | ED | F4 | 33 | 3 | 0 | 4F | 4 | 3E | 5A | 3A |
| Octal | 355 | 364 | 63 | 3 | 0 | 117 | 4 | 76 | 132 | 72 |
| Binary | 11101101 | 11110100 | 110011 | 11 | 0 | 1001111 | 100 | 111110 | 1011010 | 111010 |
Color Harmonies of #EDF433
Complementary color
Monochromatic Colors of #EDF433
Black with #EDF433
Text Example
Text Example
White with #EDF433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF433; }
p { color: rgb(237,244,51); }
H1.HeaderClassName
{
color: #EDF433;
}
.AnyTagClassName
{
color: #EDF433;
}
</style>
background-color css
<style>
a { background-color: #EDF433; }
a { background-color: rgb(237,244,51); }
div.DivClassName
{
background-color: #EDF433;
}
.BgClassName
{
background-color: #EDF433;
}
</style>
border-color css
<style>
span { border-color: #EDF433; }
span { border-color: rgb(237,244,51); }
td.TdClassName
{
border-color: #EDF433;
}
.TagClassName
{
border-color: #EDF433;
}
</style>