Shades of Golden Fizz #EFF428
Tints of Golden Fizz #EFF428
RGB
CMYK
RGB Variations
Color information
#EFF428 (or 0xEFF428) is known color: Golden Fizz. HEX triplet: EF, F4 and 28. RGB value is (239,244,40). Sum of RGB (Red+Green+Blue) = 239+244+40=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 244 (95.70% from 255 or 46.65% from 523); Blue value is 40 (16.02% from 255 or 7.65% from 523); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF428 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF428 is #100BD7. Grayscale: #DCDCDC. Windows color (decimal): -1051608 or 2684143. OLE color: 2684143.
HSL color Cylindrical-coordinate representation of color #EFF428: hue angle of 61.47º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EFF428 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 40 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.04 |
| HSL | 61.47º | 0.9% | 0.56% | - |
| HSV(B) | 61.47º | 0.84% | 0.96% | - |
| XYZ | 68.33 | 83.21 | 14.47 | - |
| YUV | 219.25 | 26.84 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 40 | 0.02 | 0 | 0.84 | 0.04 | 61.47 | 0.9 | 0.56 |
| Hex | EF | F4 | 28 | 2 | 0 | 54 | 4 | 3D | 5A | 38 |
| Octal | 357 | 364 | 50 | 2 | 0 | 124 | 4 | 75 | 132 | 70 |
| Binary | 11101111 | 11110100 | 101000 | 10 | 0 | 1010100 | 100 | 111101 | 1011010 | 111000 |
Color Harmonies of #EFF428
Complementary color
Monochromatic Colors of #EFF428
Black with #EFF428
Text Example
Text Example
White with #EFF428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF428; }
p { color: rgb(239,244,40); }
H1.HeaderClassName
{
color: #EFF428;
}
.AnyTagClassName
{
color: #EFF428;
}
</style>
background-color css
<style>
a { background-color: #EFF428; }
a { background-color: rgb(239,244,40); }
div.DivClassName
{
background-color: #EFF428;
}
.BgClassName
{
background-color: #EFF428;
}
</style>
border-color css
<style>
span { border-color: #EFF428; }
span { border-color: rgb(239,244,40); }
td.TdClassName
{
border-color: #EFF428;
}
.TagClassName
{
border-color: #EFF428;
}
</style>