Shades of Golden Fizz #EFF126
Tints of Golden Fizz #EFF126
RGB
CMYK
RGB Variations
Color information
#EFF126 (or 0xEFF126) is known color: Golden Fizz. HEX triplet: EF, F1 and 26. RGB value is (239,241,38). Sum of RGB (Red+Green+Blue) = 239+241+38=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 38 (15.23% from 255 or 7.34% from 518); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF126 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF126 is #100ED9. Grayscale: #DADADA. Windows color (decimal): -1052378 or 2552303. OLE color: 2552303.
HSL color Cylindrical-coordinate representation of color #EFF126: hue angle of 60.59º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EFF126 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 38 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.05 |
| HSL | 60.59º | 0.88% | 0.55% | - |
| HSV(B) | 60.59º | 0.84% | 0.95% | - |
| XYZ | 67.4 | 81.4 | 13.99 | - |
| YUV | 217.26 | 26.84 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 38 | 0.01 | 0 | 0.84 | 0.05 | 60.59 | 0.88 | 0.55 |
| Hex | EF | F1 | 26 | 1 | 0 | 54 | 5 | 3D | 58 | 37 |
| Octal | 357 | 361 | 46 | 1 | 0 | 124 | 5 | 75 | 130 | 67 |
| Binary | 11101111 | 11110001 | 100110 | 1 | 0 | 1010100 | 101 | 111101 | 1011000 | 110111 |
Color Harmonies of #EFF126
Complementary color
Monochromatic Colors of #EFF126
Black with #EFF126
Text Example
Text Example
White with #EFF126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF126; }
p { color: rgb(239,241,38); }
H1.HeaderClassName
{
color: #EFF126;
}
.AnyTagClassName
{
color: #EFF126;
}
</style>
background-color css
<style>
a { background-color: #EFF126; }
a { background-color: rgb(239,241,38); }
div.DivClassName
{
background-color: #EFF126;
}
.BgClassName
{
background-color: #EFF126;
}
</style>
border-color css
<style>
span { border-color: #EFF126; }
span { border-color: rgb(239,241,38); }
td.TdClassName
{
border-color: #EFF126;
}
.TagClassName
{
border-color: #EFF126;
}
</style>