Shades of Golden Fizz #EFF93A
Tints of Golden Fizz #EFF93A
RGB
CMYK
RGB Variations
Color information
#EFF93A (or 0xEFF93A) is known color: Golden Fizz. HEX triplet: EF, F9 and 3A. RGB value is (239,249,58). Sum of RGB (Red+Green+Blue) = 239+249+58=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 249 (97.66% from 255 or 45.60% from 546); Blue value is 58 (23.05% from 255 or 10.62% from 546); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF93A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF93A is #1006C5. Grayscale: #E0E0E0. Windows color (decimal): -1050310 or 3865071. OLE color: 3865071.
HSL color Cylindrical-coordinate representation of color #EFF93A: hue angle of 63.14º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFF93A is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 58 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.02 |
| HSL | 63.14º | 0.94% | 0.6% | - |
| HSV(B) | 63.14º | 0.77% | 0.98% | - |
| XYZ | 70.24 | 86.41 | 16.98 | - |
| YUV | 224.24 | 34.19 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 58 | 0.04 | 0 | 0.77 | 0.02 | 63.14 | 0.94 | 0.6 |
| Hex | EF | F9 | 3A | 4 | 0 | 4D | 2 | 3F | 5E | 3C |
| Octal | 357 | 371 | 72 | 4 | 0 | 115 | 2 | 77 | 136 | 74 |
| Binary | 11101111 | 11111001 | 111010 | 100 | 0 | 1001101 | 10 | 111111 | 1011110 | 111100 |
Color Harmonies of #EFF93A
Complementary color
Monochromatic Colors of #EFF93A
Black with #EFF93A
Text Example
Text Example
White with #EFF93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF93A; }
p { color: rgb(239,249,58); }
H1.HeaderClassName
{
color: #EFF93A;
}
.AnyTagClassName
{
color: #EFF93A;
}
</style>
background-color css
<style>
a { background-color: #EFF93A; }
a { background-color: rgb(239,249,58); }
div.DivClassName
{
background-color: #EFF93A;
}
.BgClassName
{
background-color: #EFF93A;
}
</style>
border-color css
<style>
span { border-color: #EFF93A; }
span { border-color: rgb(239,249,58); }
td.TdClassName
{
border-color: #EFF93A;
}
.TagClassName
{
border-color: #EFF93A;
}
</style>