Shades of Golden Fizz #EFDA3C
Tints of Golden Fizz #EFDA3C
RGB
CMYK
RGB Variations
Color information
#EFDA3C (or 0xEFDA3C) is known color: Golden Fizz. HEX triplet: EF, DA and 3C. RGB value is (239,218,60). Sum of RGB (Red+Green+Blue) = 239+218+60=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 60 (23.83% from 255 or 11.61% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDA3C is #1025C3. Grayscale: #CECECE. Windows color (decimal): -1058244 or 3988207. OLE color: 3988207.
HSL color Cylindrical-coordinate representation of color #EFDA3C: hue angle of 52.96º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EFDA3C is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 60 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.06 |
| HSL | 52.96º | 0.85% | 0.59% | - |
| HSV(B) | 52.96º | 0.75% | 0.94% | - |
| XYZ | 61.48 | 68.82 | 14.32 | - |
| YUV | 206.27 | 45.46 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 60 | 0 | 0.09 | 0.75 | 0.06 | 52.96 | 0.85 | 0.59 |
| Hex | EF | DA | 3C | 0 | 9 | 4B | 6 | 35 | 55 | 3B |
| Octal | 357 | 332 | 74 | 0 | 11 | 113 | 6 | 65 | 125 | 73 |
| Binary | 11101111 | 11011010 | 111100 | 0 | 1001 | 1001011 | 110 | 110101 | 1010101 | 111011 |
Color Harmonies of #EFDA3C
Complementary color
Monochromatic Colors of #EFDA3C
Black with #EFDA3C
Text Example
Text Example
White with #EFDA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA3C; }
p { color: rgb(239,218,60); }
H1.HeaderClassName
{
color: #EFDA3C;
}
.AnyTagClassName
{
color: #EFDA3C;
}
</style>
background-color css
<style>
a { background-color: #EFDA3C; }
a { background-color: rgb(239,218,60); }
div.DivClassName
{
background-color: #EFDA3C;
}
.BgClassName
{
background-color: #EFDA3C;
}
</style>
border-color css
<style>
span { border-color: #EFDA3C; }
span { border-color: rgb(239,218,60); }
td.TdClassName
{
border-color: #EFDA3C;
}
.TagClassName
{
border-color: #EFDA3C;
}
</style>