Shades of Golden Fizz #EFF537
Tints of Golden Fizz #EFF537
RGB
CMYK
RGB Variations
Color information
#EFF537 (or 0xEFF537) is known color: Golden Fizz. HEX triplet: EF, F5 and 37. RGB value is (239,245,55). Sum of RGB (Red+Green+Blue) = 239+245+55=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 245 (96.09% from 255 or 45.45% from 539); Blue value is 55 (21.88% from 255 or 10.20% from 539); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF537 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF537 is #100AC8. Grayscale: #DEDEDE. Windows color (decimal): -1051337 or 3667439. OLE color: 3667439.
HSL color Cylindrical-coordinate representation of color #EFF537: hue angle of 61.89º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EFF537 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 55 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.04 |
| HSL | 61.89º | 0.9% | 0.59% | - |
| HSV(B) | 61.89º | 0.78% | 0.96% | - |
| XYZ | 68.94 | 83.93 | 16.18 | - |
| YUV | 221.55 | 34.01 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 55 | 0.02 | 0 | 0.78 | 0.04 | 61.89 | 0.9 | 0.59 |
| Hex | EF | F5 | 37 | 2 | 0 | 4E | 4 | 3E | 5A | 3B |
| Octal | 357 | 365 | 67 | 2 | 0 | 116 | 4 | 76 | 132 | 73 |
| Binary | 11101111 | 11110101 | 110111 | 10 | 0 | 1001110 | 100 | 111110 | 1011010 | 111011 |
Color Harmonies of #EFF537
Complementary color
Monochromatic Colors of #EFF537
Black with #EFF537
Text Example
Text Example
White with #EFF537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF537; }
p { color: rgb(239,245,55); }
H1.HeaderClassName
{
color: #EFF537;
}
.AnyTagClassName
{
color: #EFF537;
}
</style>
background-color css
<style>
a { background-color: #EFF537; }
a { background-color: rgb(239,245,55); }
div.DivClassName
{
background-color: #EFF537;
}
.BgClassName
{
background-color: #EFF537;
}
</style>
border-color css
<style>
span { border-color: #EFF537; }
span { border-color: rgb(239,245,55); }
td.TdClassName
{
border-color: #EFF537;
}
.TagClassName
{
border-color: #EFF537;
}
</style>