Shades of Golden Fizz #EFDA34
Tints of Golden Fizz #EFDA34
RGB
CMYK
RGB Variations
Color information
#EFDA34 (or 0xEFDA34) is known color: Golden Fizz. HEX triplet: EF, DA and 34. RGB value is (239,218,52). Sum of RGB (Red+Green+Blue) = 239+218+52=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 52 (20.70% from 255 or 10.22% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDA34 is #1025CB. Grayscale: #CECECE. Windows color (decimal): -1058252 or 3463919. OLE color: 3463919.
HSL color Cylindrical-coordinate representation of color #EFDA34: hue angle of 53.26º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EFDA34 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 52 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.06 |
| HSL | 53.26º | 0.85% | 0.57% | - |
| HSV(B) | 53.26º | 0.78% | 0.94% | - |
| XYZ | 61.29 | 68.74 | 13.29 | - |
| YUV | 205.36 | 41.46 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 52 | 0 | 0.09 | 0.78 | 0.06 | 53.26 | 0.85 | 0.57 |
| Hex | EF | DA | 34 | 0 | 9 | 4E | 6 | 35 | 55 | 39 |
| Octal | 357 | 332 | 64 | 0 | 11 | 116 | 6 | 65 | 125 | 71 |
| Binary | 11101111 | 11011010 | 110100 | 0 | 1001 | 1001110 | 110 | 110101 | 1010101 | 111001 |
Color Harmonies of #EFDA34
Complementary color
Monochromatic Colors of #EFDA34
Black with #EFDA34
Text Example
Text Example
White with #EFDA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA34; }
p { color: rgb(239,218,52); }
H1.HeaderClassName
{
color: #EFDA34;
}
.AnyTagClassName
{
color: #EFDA34;
}
</style>
background-color css
<style>
a { background-color: #EFDA34; }
a { background-color: rgb(239,218,52); }
div.DivClassName
{
background-color: #EFDA34;
}
.BgClassName
{
background-color: #EFDA34;
}
</style>
border-color css
<style>
span { border-color: #EFDA34; }
span { border-color: rgb(239,218,52); }
td.TdClassName
{
border-color: #EFDA34;
}
.TagClassName
{
border-color: #EFDA34;
}
</style>