Shades of Golden Fizz #EFF925
Tints of Golden Fizz #EFF925
RGB
CMYK
RGB Variations
Color information
#EFF925 (or 0xEFF925) is known color: Golden Fizz. HEX triplet: EF, F9 and 25. RGB value is (239,249,37). Sum of RGB (Red+Green+Blue) = 239+249+37=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 37 (14.84% from 255 or 7.05% from 525); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF925 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF925 is #1006DA. Grayscale: #DEDEDE. Windows color (decimal): -1050331 or 2488815. OLE color: 2488815.
HSL color Cylindrical-coordinate representation of color #EFF925: hue angle of 62.83º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EFF925 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 37 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.02 |
| HSL | 62.83º | 0.95% | 0.56% | - |
| HSV(B) | 62.83º | 0.85% | 0.98% | - |
| XYZ | 69.81 | 86.24 | 14.72 | - |
| YUV | 221.84 | 23.69 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 37 | 0.04 | 0 | 0.85 | 0.02 | 62.83 | 0.95 | 0.56 |
| Hex | EF | F9 | 25 | 4 | 0 | 55 | 2 | 3F | 5F | 38 |
| Octal | 357 | 371 | 45 | 4 | 0 | 125 | 2 | 77 | 137 | 70 |
| Binary | 11101111 | 11111001 | 100101 | 100 | 0 | 1010101 | 10 | 111111 | 1011111 | 111000 |
Color Harmonies of #EFF925
Complementary color
Monochromatic Colors of #EFF925
Black with #EFF925
Text Example
Text Example
White with #EFF925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF925; }
p { color: rgb(239,249,37); }
H1.HeaderClassName
{
color: #EFF925;
}
.AnyTagClassName
{
color: #EFF925;
}
</style>
background-color css
<style>
a { background-color: #EFF925; }
a { background-color: rgb(239,249,37); }
div.DivClassName
{
background-color: #EFF925;
}
.BgClassName
{
background-color: #EFF925;
}
</style>
border-color css
<style>
span { border-color: #EFF925; }
span { border-color: rgb(239,249,37); }
td.TdClassName
{
border-color: #EFF925;
}
.TagClassName
{
border-color: #EFF925;
}
</style>