Shades of Golden Fizz #EFF628
Tints of Golden Fizz #EFF628
RGB
CMYK
RGB Variations
Color information
#EFF628 (or 0xEFF628) is known color: Golden Fizz. HEX triplet: EF, F6 and 28. RGB value is (239,246,40). Sum of RGB (Red+Green+Blue) = 239+246+40=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 246 (96.48% from 255 or 46.86% from 525); Blue value is 40 (16.02% from 255 or 7.62% from 525); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF628 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF628 is #1009D7. Grayscale: #DDDDDD. Windows color (decimal): -1051096 or 2684655. OLE color: 2684655.
HSL color Cylindrical-coordinate representation of color #EFF628: hue angle of 62.04º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EFF628 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 40 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.04 |
| HSL | 62.04º | 0.92% | 0.56% | - |
| HSV(B) | 62.04º | 0.84% | 0.96% | - |
| XYZ | 68.94 | 84.42 | 14.67 | - |
| YUV | 220.42 | 26.18 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 40 | 0.03 | 0 | 0.84 | 0.04 | 62.04 | 0.92 | 0.56 |
| Hex | EF | F6 | 28 | 3 | 0 | 54 | 4 | 3E | 5C | 38 |
| Octal | 357 | 366 | 50 | 3 | 0 | 124 | 4 | 76 | 134 | 70 |
| Binary | 11101111 | 11110110 | 101000 | 11 | 0 | 1010100 | 100 | 111110 | 1011100 | 111000 |
Color Harmonies of #EFF628
Complementary color
Monochromatic Colors of #EFF628
Black with #EFF628
Text Example
Text Example
White with #EFF628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF628; }
p { color: rgb(239,246,40); }
H1.HeaderClassName
{
color: #EFF628;
}
.AnyTagClassName
{
color: #EFF628;
}
</style>
background-color css
<style>
a { background-color: #EFF628; }
a { background-color: rgb(239,246,40); }
div.DivClassName
{
background-color: #EFF628;
}
.BgClassName
{
background-color: #EFF628;
}
</style>
border-color css
<style>
span { border-color: #EFF628; }
span { border-color: rgb(239,246,40); }
td.TdClassName
{
border-color: #EFF628;
}
.TagClassName
{
border-color: #EFF628;
}
</style>