Shades of Golden Fizz #EFDA3E
Tints of Golden Fizz #EFDA3E
RGB
CMYK
RGB Variations
Color information
#EFDA3E (or 0xEFDA3E) is known color: Golden Fizz. HEX triplet: EF, DA and 3E. RGB value is (239,218,62). Sum of RGB (Red+Green+Blue) = 239+218+62=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 62 (24.61% from 255 or 11.95% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDA3E is #1025C1. Grayscale: #CFCFCF. Windows color (decimal): -1058242 or 4119279. OLE color: 4119279.
HSL color Cylindrical-coordinate representation of color #EFDA3E: hue angle of 52.88º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EFDA3E is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 62 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.06 |
| HSL | 52.88º | 0.85% | 0.59% | - |
| HSV(B) | 52.88º | 0.74% | 0.94% | - |
| XYZ | 61.54 | 68.84 | 14.6 | - |
| YUV | 206.5 | 46.46 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 62 | 0 | 0.09 | 0.74 | 0.06 | 52.88 | 0.85 | 0.59 |
| Hex | EF | DA | 3E | 0 | 9 | 4A | 6 | 35 | 55 | 3B |
| Octal | 357 | 332 | 76 | 0 | 11 | 112 | 6 | 65 | 125 | 73 |
| Binary | 11101111 | 11011010 | 111110 | 0 | 1001 | 1001010 | 110 | 110101 | 1010101 | 111011 |
Color Harmonies of #EFDA3E
Complementary color
Monochromatic Colors of #EFDA3E
Black with #EFDA3E
Text Example
Text Example
White with #EFDA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA3E; }
p { color: rgb(239,218,62); }
H1.HeaderClassName
{
color: #EFDA3E;
}
.AnyTagClassName
{
color: #EFDA3E;
}
</style>
background-color css
<style>
a { background-color: #EFDA3E; }
a { background-color: rgb(239,218,62); }
div.DivClassName
{
background-color: #EFDA3E;
}
.BgClassName
{
background-color: #EFDA3E;
}
</style>
border-color css
<style>
span { border-color: #EFDA3E; }
span { border-color: rgb(239,218,62); }
td.TdClassName
{
border-color: #EFDA3E;
}
.TagClassName
{
border-color: #EFDA3E;
}
</style>