Shades of Golden Fizz #EDF233
Tints of Golden Fizz #EDF233
RGB
CMYK
RGB Variations
Color information
#EDF233 (or 0xEDF233) is known color: Golden Fizz. HEX triplet: ED, F2 and 33. RGB value is (237,242,51). Sum of RGB (Red+Green+Blue) = 237+242+51=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 51 (20.31% from 255 or 9.62% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF233 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF233 is #120DCC. Grayscale: #DBDBDB. Windows color (decimal): -1183181 or 3404525. OLE color: 3404525.
HSL color Cylindrical-coordinate representation of color #EDF233: hue angle of 61.57º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EDF233 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 51 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.05 |
| HSL | 61.57º | 0.88% | 0.57% | - |
| HSV(B) | 61.57º | 0.79% | 0.95% | - |
| XYZ | 67.27 | 81.75 | 15.37 | - |
| YUV | 218.73 | 33.34 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 51 | 0.02 | 0 | 0.79 | 0.05 | 61.57 | 0.88 | 0.57 |
| Hex | ED | F2 | 33 | 2 | 0 | 4F | 5 | 3E | 58 | 39 |
| Octal | 355 | 362 | 63 | 2 | 0 | 117 | 5 | 76 | 130 | 71 |
| Binary | 11101101 | 11110010 | 110011 | 10 | 0 | 1001111 | 101 | 111110 | 1011000 | 111001 |
Color Harmonies of #EDF233
Complementary color
Monochromatic Colors of #EDF233
Black with #EDF233
Text Example
Text Example
White with #EDF233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF233; }
p { color: rgb(237,242,51); }
H1.HeaderClassName
{
color: #EDF233;
}
.AnyTagClassName
{
color: #EDF233;
}
</style>
background-color css
<style>
a { background-color: #EDF233; }
a { background-color: rgb(237,242,51); }
div.DivClassName
{
background-color: #EDF233;
}
.BgClassName
{
background-color: #EDF233;
}
</style>
border-color css
<style>
span { border-color: #EDF233; }
span { border-color: rgb(237,242,51); }
td.TdClassName
{
border-color: #EDF233;
}
.TagClassName
{
border-color: #EDF233;
}
</style>