Shades of Golden Fizz #EFF535
Tints of Golden Fizz #EFF535
RGB
CMYK
RGB Variations
Color information
#EFF535 (or 0xEFF535) is known color: Golden Fizz. HEX triplet: EF, F5 and 35. RGB value is (239,245,53). Sum of RGB (Red+Green+Blue) = 239+245+53=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 245 (96.09% from 255 or 45.62% from 537); Blue value is 53 (21.09% from 255 or 9.87% from 537); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF535 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF535 is #100ACA. Grayscale: #DEDEDE. Windows color (decimal): -1051339 or 3536367. OLE color: 3536367.
HSL color Cylindrical-coordinate representation of color #EFF535: hue angle of 61.88º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EFF535 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 53 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.04 |
| HSL | 61.88º | 0.91% | 0.58% | - |
| HSV(B) | 61.88º | 0.78% | 0.96% | - |
| XYZ | 68.89 | 83.91 | 15.93 | - |
| YUV | 221.32 | 33.01 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 53 | 0.02 | 0 | 0.78 | 0.04 | 61.88 | 0.91 | 0.58 |
| Hex | EF | F5 | 35 | 2 | 0 | 4E | 4 | 3E | 5B | 3A |
| Octal | 357 | 365 | 65 | 2 | 0 | 116 | 4 | 76 | 133 | 72 |
| Binary | 11101111 | 11110101 | 110101 | 10 | 0 | 1001110 | 100 | 111110 | 1011011 | 111010 |
Color Harmonies of #EFF535
Complementary color
Monochromatic Colors of #EFF535
Black with #EFF535
Text Example
Text Example
White with #EFF535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF535; }
p { color: rgb(239,245,53); }
H1.HeaderClassName
{
color: #EFF535;
}
.AnyTagClassName
{
color: #EFF535;
}
</style>
background-color css
<style>
a { background-color: #EFF535; }
a { background-color: rgb(239,245,53); }
div.DivClassName
{
background-color: #EFF535;
}
.BgClassName
{
background-color: #EFF535;
}
</style>
border-color css
<style>
span { border-color: #EFF535; }
span { border-color: rgb(239,245,53); }
td.TdClassName
{
border-color: #EFF535;
}
.TagClassName
{
border-color: #EFF535;
}
</style>