Shades of Golden Fizz #EFF530
Tints of Golden Fizz #EFF530
RGB
CMYK
RGB Variations
Color information
#EFF530 (or 0xEFF530) is known color: Golden Fizz. HEX triplet: EF, F5 and 30. RGB value is (239,245,48). Sum of RGB (Red+Green+Blue) = 239+245+48=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 245 (96.09% from 255 or 46.05% from 532); Blue value is 48 (19.14% from 255 or 9.02% from 532); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF530 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF530 is #100ACF. Grayscale: #DDDDDD. Windows color (decimal): -1051344 or 3208687. OLE color: 3208687.
HSL color Cylindrical-coordinate representation of color #EFF530: hue angle of 61.83º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFF530 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 48 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.04 |
| HSL | 61.83º | 0.91% | 0.57% | - |
| HSV(B) | 61.83º | 0.8% | 0.96% | - |
| XYZ | 68.78 | 83.87 | 15.36 | - |
| YUV | 220.75 | 30.51 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 48 | 0.02 | 0 | 0.80 | 0.04 | 61.83 | 0.91 | 0.57 |
| Hex | EF | F5 | 30 | 2 | 0 | 50 | 4 | 3E | 5B | 39 |
| Octal | 357 | 365 | 60 | 2 | 0 | 120 | 4 | 76 | 133 | 71 |
| Binary | 11101111 | 11110101 | 110000 | 10 | 0 | 1010000 | 100 | 111110 | 1011011 | 111001 |
Color Harmonies of #EFF530
Complementary color
Monochromatic Colors of #EFF530
Black with #EFF530
Text Example
Text Example
White with #EFF530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF530; }
p { color: rgb(239,245,48); }
H1.HeaderClassName
{
color: #EFF530;
}
.AnyTagClassName
{
color: #EFF530;
}
</style>
background-color css
<style>
a { background-color: #EFF530; }
a { background-color: rgb(239,245,48); }
div.DivClassName
{
background-color: #EFF530;
}
.BgClassName
{
background-color: #EFF530;
}
</style>
border-color css
<style>
span { border-color: #EFF530; }
span { border-color: rgb(239,245,48); }
td.TdClassName
{
border-color: #EFF530;
}
.TagClassName
{
border-color: #EFF530;
}
</style>