Shades of Golden Fizz #EFDA2D
Tints of Golden Fizz #EFDA2D
RGB
CMYK
RGB Variations
Color information
#EFDA2D (or 0xEFDA2D) is known color: Golden Fizz. HEX triplet: EF, DA and 2D. RGB value is (239,218,45). Sum of RGB (Red+Green+Blue) = 239+218+45=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 45 (17.97% from 255 or 8.96% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDA2D is #1025D2. Grayscale: #CDCDCD. Windows color (decimal): -1058259 or 3005167. OLE color: 3005167.
HSL color Cylindrical-coordinate representation of color #EFDA2D: hue angle of 53.51º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFDA2D is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 45 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.06 |
| HSL | 53.51º | 0.86% | 0.56% | - |
| HSV(B) | 53.51º | 0.81% | 0.94% | - |
| XYZ | 61.14 | 68.68 | 12.52 | - |
| YUV | 204.56 | 37.96 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 45 | 0 | 0.09 | 0.81 | 0.06 | 53.51 | 0.86 | 0.56 |
| Hex | EF | DA | 2D | 0 | 9 | 51 | 6 | 36 | 56 | 38 |
| Octal | 357 | 332 | 55 | 0 | 11 | 121 | 6 | 66 | 126 | 70 |
| Binary | 11101111 | 11011010 | 101101 | 0 | 1001 | 1010001 | 110 | 110110 | 1010110 | 111000 |
Color Harmonies of #EFDA2D
Complementary color
Monochromatic Colors of #EFDA2D
Black with #EFDA2D
Text Example
Text Example
White with #EFDA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA2D; }
p { color: rgb(239,218,45); }
H1.HeaderClassName
{
color: #EFDA2D;
}
.AnyTagClassName
{
color: #EFDA2D;
}
</style>
background-color css
<style>
a { background-color: #EFDA2D; }
a { background-color: rgb(239,218,45); }
div.DivClassName
{
background-color: #EFDA2D;
}
.BgClassName
{
background-color: #EFDA2D;
}
</style>
border-color css
<style>
span { border-color: #EFDA2D; }
span { border-color: rgb(239,218,45); }
td.TdClassName
{
border-color: #EFDA2D;
}
.TagClassName
{
border-color: #EFDA2D;
}
</style>