Shades of Golden Fizz #EFF527
Tints of Golden Fizz #EFF527
RGB
CMYK
RGB Variations
Color information
#EFF527 (or 0xEFF527) is known color: Golden Fizz. HEX triplet: EF, F5 and 27. RGB value is (239,245,39). Sum of RGB (Red+Green+Blue) = 239+245+39=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 245 (96.09% from 255 or 46.85% from 523); Blue value is 39 (15.62% from 255 or 7.46% from 523); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF527 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF527 is #100AD8. Grayscale: #DCDCDC. Windows color (decimal): -1051353 or 2618863. OLE color: 2618863.
HSL color Cylindrical-coordinate representation of color #EFF527: hue angle of 61.75º degrees, saturation: 0.91, 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 #EFF527 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 39 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.04 |
| HSL | 61.75º | 0.91% | 0.56% | - |
| HSV(B) | 61.75º | 0.84% | 0.96% | - |
| XYZ | 68.62 | 83.8 | 14.48 | - |
| YUV | 219.72 | 26.01 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 39 | 0.02 | 0 | 0.84 | 0.04 | 61.75 | 0.91 | 0.56 |
| Hex | EF | F5 | 27 | 2 | 0 | 54 | 4 | 3E | 5B | 38 |
| Octal | 357 | 365 | 47 | 2 | 0 | 124 | 4 | 76 | 133 | 70 |
| Binary | 11101111 | 11110101 | 100111 | 10 | 0 | 1010100 | 100 | 111110 | 1011011 | 111000 |
Color Harmonies of #EFF527
Complementary color
Monochromatic Colors of #EFF527
Black with #EFF527
Text Example
Text Example
White with #EFF527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF527; }
p { color: rgb(239,245,39); }
H1.HeaderClassName
{
color: #EFF527;
}
.AnyTagClassName
{
color: #EFF527;
}
</style>
background-color css
<style>
a { background-color: #EFF527; }
a { background-color: rgb(239,245,39); }
div.DivClassName
{
background-color: #EFF527;
}
.BgClassName
{
background-color: #EFF527;
}
</style>
border-color css
<style>
span { border-color: #EFF527; }
span { border-color: rgb(239,245,39); }
td.TdClassName
{
border-color: #EFF527;
}
.TagClassName
{
border-color: #EFF527;
}
</style>