Shades of Golden Fizz #EFF538
Tints of Golden Fizz #EFF538
RGB
CMYK
RGB Variations
Color information
#EFF538 (or 0xEFF538) is known color: Golden Fizz. HEX triplet: EF, F5 and 38. RGB value is (239,245,56). Sum of RGB (Red+Green+Blue) = 239+245+56=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 245 (96.09% from 255 or 45.37% from 540); Blue value is 56 (22.27% from 255 or 10.37% from 540); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF538 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF538 is #100AC7. Grayscale: #DEDEDE. Windows color (decimal): -1051336 or 3732975. OLE color: 3732975.
HSL color Cylindrical-coordinate representation of color #EFF538: hue angle of 61.9º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFF538 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 56 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.04 |
| HSL | 61.9º | 0.9% | 0.59% | - |
| HSV(B) | 61.9º | 0.77% | 0.96% | - |
| XYZ | 68.96 | 83.94 | 16.31 | - |
| YUV | 221.66 | 34.51 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 56 | 0.02 | 0 | 0.77 | 0.04 | 61.9 | 0.9 | 0.59 |
| Hex | EF | F5 | 38 | 2 | 0 | 4D | 4 | 3E | 5A | 3B |
| Octal | 357 | 365 | 70 | 2 | 0 | 115 | 4 | 76 | 132 | 73 |
| Binary | 11101111 | 11110101 | 111000 | 10 | 0 | 1001101 | 100 | 111110 | 1011010 | 111011 |
Color Harmonies of #EFF538
Complementary color
Monochromatic Colors of #EFF538
Black with #EFF538
Text Example
Text Example
White with #EFF538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF538; }
p { color: rgb(239,245,56); }
H1.HeaderClassName
{
color: #EFF538;
}
.AnyTagClassName
{
color: #EFF538;
}
</style>
background-color css
<style>
a { background-color: #EFF538; }
a { background-color: rgb(239,245,56); }
div.DivClassName
{
background-color: #EFF538;
}
.BgClassName
{
background-color: #EFF538;
}
</style>
border-color css
<style>
span { border-color: #EFF538; }
span { border-color: rgb(239,245,56); }
td.TdClassName
{
border-color: #EFF538;
}
.TagClassName
{
border-color: #EFF538;
}
</style>