Shades of Golden Fizz #EFF027
Tints of Golden Fizz #EFF027
RGB
CMYK
RGB Variations
Color information
#EFF027 (or 0xEFF027) is known color: Golden Fizz. HEX triplet: EF, F0 and 27. RGB value is (239,240,39). Sum of RGB (Red+Green+Blue) = 239+240+39=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 240 (94.14% from 255 or 46.33% from 518); Blue value is 39 (15.62% from 255 or 7.53% from 518); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF027 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF027 is #100FD8. Grayscale: #D9D9D9. Windows color (decimal): -1052633 or 2617583. OLE color: 2617583.
HSL color Cylindrical-coordinate representation of color #EFF027: hue angle of 60.3º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EFF027 is Cyan = 0.00, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 39 | - |
| CMYK | 0.00 | 0 | 0.84 | 0.06 |
| HSL | 60.3º | 0.87% | 0.55% | - |
| HSV(B) | 60.3º | 0.84% | 0.94% | - |
| XYZ | 67.12 | 80.82 | 13.98 | - |
| YUV | 216.79 | 27.67 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 39 | 0.00 | 0 | 0.84 | 0.06 | 60.3 | 0.87 | 0.55 |
| Hex | EF | F0 | 27 | 0 | 0 | 54 | 6 | 3C | 57 | 37 |
| Octal | 357 | 360 | 47 | 0 | 0 | 124 | 6 | 74 | 127 | 67 |
| Binary | 11101111 | 11110000 | 100111 | 0 | 0 | 1010100 | 110 | 111100 | 1010111 | 110111 |
Color Harmonies of #EFF027
Complementary color
Monochromatic Colors of #EFF027
Black with #EFF027
Text Example
Text Example
White with #EFF027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF027; }
p { color: rgb(239,240,39); }
H1.HeaderClassName
{
color: #EFF027;
}
.AnyTagClassName
{
color: #EFF027;
}
</style>
background-color css
<style>
a { background-color: #EFF027; }
a { background-color: rgb(239,240,39); }
div.DivClassName
{
background-color: #EFF027;
}
.BgClassName
{
background-color: #EFF027;
}
</style>
border-color css
<style>
span { border-color: #EFF027; }
span { border-color: rgb(239,240,39); }
td.TdClassName
{
border-color: #EFF027;
}
.TagClassName
{
border-color: #EFF027;
}
</style>