Shades of Golden Fizz #EFF231
Tints of Golden Fizz #EFF231
RGB
CMYK
RGB Variations
Color information
#EFF231 (or 0xEFF231) is known color: Golden Fizz. HEX triplet: EF, F2 and 31. RGB value is (239,242,49). Sum of RGB (Red+Green+Blue) = 239+242+49=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 49 (19.53% from 255 or 9.25% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF231 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF231 is #100DCE. Grayscale: #DBDBDB. Windows color (decimal): -1052111 or 3273455. OLE color: 3273455.
HSL color Cylindrical-coordinate representation of color #EFF231: hue angle of 60.93º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFF231 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 49 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.05 |
| HSL | 60.93º | 0.88% | 0.57% | - |
| HSV(B) | 60.93º | 0.8% | 0.95% | - |
| XYZ | 67.9 | 82.08 | 15.17 | - |
| YUV | 219.1 | 32.01 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 49 | 0.01 | 0 | 0.80 | 0.05 | 60.93 | 0.88 | 0.57 |
| Hex | EF | F2 | 31 | 1 | 0 | 50 | 5 | 3D | 58 | 39 |
| Octal | 357 | 362 | 61 | 1 | 0 | 120 | 5 | 75 | 130 | 71 |
| Binary | 11101111 | 11110010 | 110001 | 1 | 0 | 1010000 | 101 | 111101 | 1011000 | 111001 |
Color Harmonies of #EFF231
Complementary color
Monochromatic Colors of #EFF231
Black with #EFF231
Text Example
Text Example
White with #EFF231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF231; }
p { color: rgb(239,242,49); }
H1.HeaderClassName
{
color: #EFF231;
}
.AnyTagClassName
{
color: #EFF231;
}
</style>
background-color css
<style>
a { background-color: #EFF231; }
a { background-color: rgb(239,242,49); }
div.DivClassName
{
background-color: #EFF231;
}
.BgClassName
{
background-color: #EFF231;
}
</style>
border-color css
<style>
span { border-color: #EFF231; }
span { border-color: rgb(239,242,49); }
td.TdClassName
{
border-color: #EFF231;
}
.TagClassName
{
border-color: #EFF231;
}
</style>