Shades of Golden Fizz #EFDA2C
Tints of Golden Fizz #EFDA2C
RGB
CMYK
RGB Variations
Color information
#EFDA2C (or 0xEFDA2C) is known color: Golden Fizz. HEX triplet: EF, DA and 2C. RGB value is (239,218,44). Sum of RGB (Red+Green+Blue) = 239+218+44=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 44 (17.58% from 255 or 8.78% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDA2C is #1025D3. Grayscale: #CDCDCD. Windows color (decimal): -1058260 or 2939631. OLE color: 2939631.
HSL color Cylindrical-coordinate representation of color #EFDA2C: hue angle of 53.54º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFDA2C is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 44 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.06 |
| HSL | 53.54º | 0.86% | 0.55% | - |
| HSV(B) | 53.54º | 0.82% | 0.94% | - |
| XYZ | 61.12 | 68.68 | 12.42 | - |
| YUV | 204.44 | 37.46 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 44 | 0 | 0.09 | 0.82 | 0.06 | 53.54 | 0.86 | 0.55 |
| Hex | EF | DA | 2C | 0 | 9 | 52 | 6 | 36 | 56 | 37 |
| Octal | 357 | 332 | 54 | 0 | 11 | 122 | 6 | 66 | 126 | 67 |
| Binary | 11101111 | 11011010 | 101100 | 0 | 1001 | 1010010 | 110 | 110110 | 1010110 | 110111 |
Color Harmonies of #EFDA2C
Complementary color
Monochromatic Colors of #EFDA2C
Black with #EFDA2C
Text Example
Text Example
White with #EFDA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA2C; }
p { color: rgb(239,218,44); }
H1.HeaderClassName
{
color: #EFDA2C;
}
.AnyTagClassName
{
color: #EFDA2C;
}
</style>
background-color css
<style>
a { background-color: #EFDA2C; }
a { background-color: rgb(239,218,44); }
div.DivClassName
{
background-color: #EFDA2C;
}
.BgClassName
{
background-color: #EFDA2C;
}
</style>
border-color css
<style>
span { border-color: #EFDA2C; }
span { border-color: rgb(239,218,44); }
td.TdClassName
{
border-color: #EFDA2C;
}
.TagClassName
{
border-color: #EFDA2C;
}
</style>