Shades of Golden Fizz #EFF72B
Tints of Golden Fizz #EFF72B
RGB
CMYK
RGB Variations
Color information
#EFF72B (or 0xEFF72B) is known color: Golden Fizz. HEX triplet: EF, F7 and 2B. RGB value is (239,247,43). Sum of RGB (Red+Green+Blue) = 239+247+43=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 43 (17.19% from 255 or 8.13% from 529); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF72B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF72B is #1008D4. Grayscale: #DEDEDE. Windows color (decimal): -1050837 or 2881519. OLE color: 2881519.
HSL color Cylindrical-coordinate representation of color #EFF72B: hue angle of 62.35º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EFF72B is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 43 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.03 |
| HSL | 62.35º | 0.93% | 0.57% | - |
| HSV(B) | 62.35º | 0.83% | 0.97% | - |
| XYZ | 69.29 | 85.05 | 15.05 | - |
| YUV | 221.35 | 27.35 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 43 | 0.03 | 0 | 0.83 | 0.03 | 62.35 | 0.93 | 0.57 |
| Hex | EF | F7 | 2B | 3 | 0 | 53 | 3 | 3E | 5D | 39 |
| Octal | 357 | 367 | 53 | 3 | 0 | 123 | 3 | 76 | 135 | 71 |
| Binary | 11101111 | 11110111 | 101011 | 11 | 0 | 1010011 | 11 | 111110 | 1011101 | 111001 |
Color Harmonies of #EFF72B
Complementary color
Monochromatic Colors of #EFF72B
Black with #EFF72B
Text Example
Text Example
White with #EFF72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF72B; }
p { color: rgb(239,247,43); }
H1.HeaderClassName
{
color: #EFF72B;
}
.AnyTagClassName
{
color: #EFF72B;
}
</style>
background-color css
<style>
a { background-color: #EFF72B; }
a { background-color: rgb(239,247,43); }
div.DivClassName
{
background-color: #EFF72B;
}
.BgClassName
{
background-color: #EFF72B;
}
</style>
border-color css
<style>
span { border-color: #EFF72B; }
span { border-color: rgb(239,247,43); }
td.TdClassName
{
border-color: #EFF72B;
}
.TagClassName
{
border-color: #EFF72B;
}
</style>