Shades of Golden Fizz #EFF23A
Tints of Golden Fizz #EFF23A
RGB
CMYK
RGB Variations
Color information
#EFF23A (or 0xEFF23A) is known color: Golden Fizz. HEX triplet: EF, F2 and 3A. RGB value is (239,242,58). Sum of RGB (Red+Green+Blue) = 239+242+58=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 58 (23.05% from 255 or 10.76% from 539); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF23A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF23A is #100DC5. Grayscale: #DCDCDC. Windows color (decimal): -1052102 or 3863279. OLE color: 3863279.
HSL color Cylindrical-coordinate representation of color #EFF23A: hue angle of 60.98º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFF23A is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 58 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.05 |
| HSL | 60.98º | 0.88% | 0.59% | - |
| HSV(B) | 60.98º | 0.76% | 0.95% | - |
| XYZ | 68.11 | 82.16 | 16.27 | - |
| YUV | 220.13 | 36.51 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 58 | 0.01 | 0 | 0.76 | 0.05 | 60.98 | 0.88 | 0.59 |
| Hex | EF | F2 | 3A | 1 | 0 | 4C | 5 | 3D | 58 | 3B |
| Octal | 357 | 362 | 72 | 1 | 0 | 114 | 5 | 75 | 130 | 73 |
| Binary | 11101111 | 11110010 | 111010 | 1 | 0 | 1001100 | 101 | 111101 | 1011000 | 111011 |
Color Harmonies of #EFF23A
Complementary color
Monochromatic Colors of #EFF23A
Black with #EFF23A
Text Example
Text Example
White with #EFF23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF23A; }
p { color: rgb(239,242,58); }
H1.HeaderClassName
{
color: #EFF23A;
}
.AnyTagClassName
{
color: #EFF23A;
}
</style>
background-color css
<style>
a { background-color: #EFF23A; }
a { background-color: rgb(239,242,58); }
div.DivClassName
{
background-color: #EFF23A;
}
.BgClassName
{
background-color: #EFF23A;
}
</style>
border-color css
<style>
span { border-color: #EFF23A; }
span { border-color: rgb(239,242,58); }
td.TdClassName
{
border-color: #EFF23A;
}
.TagClassName
{
border-color: #EFF23A;
}
</style>