Shades of Golden Fizz #EFDA25
Tints of Golden Fizz #EFDA25
RGB
CMYK
RGB Variations
Color information
#EFDA25 (or 0xEFDA25) is known color: Golden Fizz. HEX triplet: EF, DA and 25. RGB value is (239,218,37). Sum of RGB (Red+Green+Blue) = 239+218+37=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 37 (14.84% from 255 or 7.49% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDA25 is #1025DA. Grayscale: #CCCCCC. Windows color (decimal): -1058267 or 2480879. OLE color: 2480879.
HSL color Cylindrical-coordinate representation of color #EFDA25: hue angle of 53.76º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EFDA25 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 37 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.06 |
| HSL | 53.76º | 0.86% | 0.54% | - |
| HSV(B) | 53.76º | 0.85% | 0.94% | - |
| XYZ | 61 | 68.63 | 11.78 | - |
| YUV | 203.65 | 33.96 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 37 | 0 | 0.09 | 0.85 | 0.06 | 53.76 | 0.86 | 0.54 |
| Hex | EF | DA | 25 | 0 | 9 | 55 | 6 | 36 | 56 | 36 |
| Octal | 357 | 332 | 45 | 0 | 11 | 125 | 6 | 66 | 126 | 66 |
| Binary | 11101111 | 11011010 | 100101 | 0 | 1001 | 1010101 | 110 | 110110 | 1010110 | 110110 |
Color Harmonies of #EFDA25
Complementary color
Monochromatic Colors of #EFDA25
Black with #EFDA25
Text Example
Text Example
White with #EFDA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA25; }
p { color: rgb(239,218,37); }
H1.HeaderClassName
{
color: #EFDA25;
}
.AnyTagClassName
{
color: #EFDA25;
}
</style>
background-color css
<style>
a { background-color: #EFDA25; }
a { background-color: rgb(239,218,37); }
div.DivClassName
{
background-color: #EFDA25;
}
.BgClassName
{
background-color: #EFDA25;
}
</style>
border-color css
<style>
span { border-color: #EFDA25; }
span { border-color: rgb(239,218,37); }
td.TdClassName
{
border-color: #EFDA25;
}
.TagClassName
{
border-color: #EFDA25;
}
</style>