Shades of Golden Fizz #EDF238
Tints of Golden Fizz #EDF238
RGB
CMYK
RGB Variations
Color information
#EDF238 (or 0xEDF238) is known color: Golden Fizz. HEX triplet: ED, F2 and 38. RGB value is (237,242,56). Sum of RGB (Red+Green+Blue) = 237+242+56=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 56 (22.27% from 255 or 10.47% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF238 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF238 is #120DC7. Grayscale: #DCDCDC. Windows color (decimal): -1183176 or 3732205. OLE color: 3732205.
HSL color Cylindrical-coordinate representation of color #EDF238: hue angle of 61.61º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDF238 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 56 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.05 |
| HSL | 61.61º | 0.88% | 0.58% | - |
| HSV(B) | 61.61º | 0.77% | 0.95% | - |
| XYZ | 67.39 | 81.79 | 15.98 | - |
| YUV | 219.3 | 35.84 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 56 | 0.02 | 0 | 0.77 | 0.05 | 61.61 | 0.88 | 0.58 |
| Hex | ED | F2 | 38 | 2 | 0 | 4D | 5 | 3E | 58 | 3A |
| Octal | 355 | 362 | 70 | 2 | 0 | 115 | 5 | 76 | 130 | 72 |
| Binary | 11101101 | 11110010 | 111000 | 10 | 0 | 1001101 | 101 | 111110 | 1011000 | 111010 |
Color Harmonies of #EDF238
Complementary color
Monochromatic Colors of #EDF238
Black with #EDF238
Text Example
Text Example
White with #EDF238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF238; }
p { color: rgb(237,242,56); }
H1.HeaderClassName
{
color: #EDF238;
}
.AnyTagClassName
{
color: #EDF238;
}
</style>
background-color css
<style>
a { background-color: #EDF238; }
a { background-color: rgb(237,242,56); }
div.DivClassName
{
background-color: #EDF238;
}
.BgClassName
{
background-color: #EDF238;
}
</style>
border-color css
<style>
span { border-color: #EDF238; }
span { border-color: rgb(237,242,56); }
td.TdClassName
{
border-color: #EDF238;
}
.TagClassName
{
border-color: #EDF238;
}
</style>