Shades of Golden Fizz #EFF427
Tints of Golden Fizz #EFF427
RGB
CMYK
RGB Variations
Color information
#EFF427 (or 0xEFF427) is known color: Golden Fizz. HEX triplet: EF, F4 and 27. RGB value is (239,244,39). Sum of RGB (Red+Green+Blue) = 239+244+39=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 244 (95.70% from 255 or 46.74% from 522); Blue value is 39 (15.62% from 255 or 7.47% from 522); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF427 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF427 is #100BD8. Grayscale: #DBDBDB. Windows color (decimal): -1051609 or 2618607. OLE color: 2618607.
HSL color Cylindrical-coordinate representation of color #EFF427: hue angle of 61.46º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EFF427 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 39 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.04 |
| HSL | 61.46º | 0.9% | 0.55% | - |
| HSV(B) | 61.46º | 0.84% | 0.96% | - |
| XYZ | 68.31 | 83.2 | 14.38 | - |
| YUV | 219.14 | 26.34 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 39 | 0.02 | 0 | 0.84 | 0.04 | 61.46 | 0.9 | 0.55 |
| Hex | EF | F4 | 27 | 2 | 0 | 54 | 4 | 3D | 5A | 37 |
| Octal | 357 | 364 | 47 | 2 | 0 | 124 | 4 | 75 | 132 | 67 |
| Binary | 11101111 | 11110100 | 100111 | 10 | 0 | 1010100 | 100 | 111101 | 1011010 | 110111 |
Color Harmonies of #EFF427
Complementary color
Monochromatic Colors of #EFF427
Black with #EFF427
Text Example
Text Example
White with #EFF427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF427; }
p { color: rgb(239,244,39); }
H1.HeaderClassName
{
color: #EFF427;
}
.AnyTagClassName
{
color: #EFF427;
}
</style>
background-color css
<style>
a { background-color: #EFF427; }
a { background-color: rgb(239,244,39); }
div.DivClassName
{
background-color: #EFF427;
}
.BgClassName
{
background-color: #EFF427;
}
</style>
border-color css
<style>
span { border-color: #EFF427; }
span { border-color: rgb(239,244,39); }
td.TdClassName
{
border-color: #EFF427;
}
.TagClassName
{
border-color: #EFF427;
}
</style>