Shades of Golden Fizz #EFDA37
Tints of Golden Fizz #EFDA37
RGB
CMYK
RGB Variations
Color information
#EFDA37 (or 0xEFDA37) is known color: Golden Fizz. HEX triplet: EF, DA and 37. RGB value is (239,218,55). Sum of RGB (Red+Green+Blue) = 239+218+55=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 55 (21.88% from 255 or 10.74% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDA37 is #1025C8. Grayscale: #CECECE. Windows color (decimal): -1058249 or 3660527. OLE color: 3660527.
HSL color Cylindrical-coordinate representation of color #EFDA37: hue angle of 53.15º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFDA37 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 55 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.06 |
| HSL | 53.15º | 0.85% | 0.58% | - |
| HSV(B) | 53.15º | 0.77% | 0.94% | - |
| XYZ | 61.36 | 68.77 | 13.65 | - |
| YUV | 205.7 | 42.96 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 55 | 0 | 0.09 | 0.77 | 0.06 | 53.15 | 0.85 | 0.58 |
| Hex | EF | DA | 37 | 0 | 9 | 4D | 6 | 35 | 55 | 3A |
| Octal | 357 | 332 | 67 | 0 | 11 | 115 | 6 | 65 | 125 | 72 |
| Binary | 11101111 | 11011010 | 110111 | 0 | 1001 | 1001101 | 110 | 110101 | 1010101 | 111010 |
Color Harmonies of #EFDA37
Complementary color
Monochromatic Colors of #EFDA37
Black with #EFDA37
Text Example
Text Example
White with #EFDA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA37; }
p { color: rgb(239,218,55); }
H1.HeaderClassName
{
color: #EFDA37;
}
.AnyTagClassName
{
color: #EFDA37;
}
</style>
background-color css
<style>
a { background-color: #EFDA37; }
a { background-color: rgb(239,218,55); }
div.DivClassName
{
background-color: #EFDA37;
}
.BgClassName
{
background-color: #EFDA37;
}
</style>
border-color css
<style>
span { border-color: #EFDA37; }
span { border-color: rgb(239,218,55); }
td.TdClassName
{
border-color: #EFDA37;
}
.TagClassName
{
border-color: #EFDA37;
}
</style>