Shades of Golden Fizz #EFDA3D
Tints of Golden Fizz #EFDA3D
RGB
CMYK
RGB Variations
Color information
#EFDA3D (or 0xEFDA3D) is known color: Golden Fizz. HEX triplet: EF, DA and 3D. RGB value is (239,218,61). Sum of RGB (Red+Green+Blue) = 239+218+61=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 61 (24.22% from 255 or 11.78% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDA3D is #1025C2. Grayscale: #CFCFCF. Windows color (decimal): -1058243 or 4053743. OLE color: 4053743.
HSL color Cylindrical-coordinate representation of color #EFDA3D: hue angle of 52.92º 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 #EFDA3D is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 61 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.06 |
| HSL | 52.92º | 0.85% | 0.59% | - |
| HSV(B) | 52.92º | 0.74% | 0.94% | - |
| XYZ | 61.51 | 68.83 | 14.46 | - |
| YUV | 206.38 | 45.96 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 61 | 0 | 0.09 | 0.74 | 0.06 | 52.92 | 0.85 | 0.59 |
| Hex | EF | DA | 3D | 0 | 9 | 4A | 6 | 35 | 55 | 3B |
| Octal | 357 | 332 | 75 | 0 | 11 | 112 | 6 | 65 | 125 | 73 |
| Binary | 11101111 | 11011010 | 111101 | 0 | 1001 | 1001010 | 110 | 110101 | 1010101 | 111011 |
Color Harmonies of #EFDA3D
Complementary color
Monochromatic Colors of #EFDA3D
Black with #EFDA3D
Text Example
Text Example
White with #EFDA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA3D; }
p { color: rgb(239,218,61); }
H1.HeaderClassName
{
color: #EFDA3D;
}
.AnyTagClassName
{
color: #EFDA3D;
}
</style>
background-color css
<style>
a { background-color: #EFDA3D; }
a { background-color: rgb(239,218,61); }
div.DivClassName
{
background-color: #EFDA3D;
}
.BgClassName
{
background-color: #EFDA3D;
}
</style>
border-color css
<style>
span { border-color: #EFDA3D; }
span { border-color: rgb(239,218,61); }
td.TdClassName
{
border-color: #EFDA3D;
}
.TagClassName
{
border-color: #EFDA3D;
}
</style>