Shades of Golden Fizz #EFDC3C
Tints of Golden Fizz #EFDC3C
RGB
CMYK
RGB Variations
Color information
#EFDC3C (or 0xEFDC3C) is known color: Golden Fizz. HEX triplet: EF, DC and 3C. RGB value is (239,220,60). Sum of RGB (Red+Green+Blue) = 239+220+60=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 60 (23.83% from 255 or 11.56% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC3C is #1023C3. Grayscale: #D0D0D0. Windows color (decimal): -1057732 or 3988719. OLE color: 3988719.
HSL color Cylindrical-coordinate representation of color #EFDC3C: hue angle of 53.63º 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 #EFDC3C is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 60 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.06 |
| HSL | 53.63º | 0.85% | 0.59% | - |
| HSV(B) | 53.63º | 0.75% | 0.94% | - |
| XYZ | 62.01 | 69.86 | 14.49 | - |
| YUV | 207.44 | 44.79 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 60 | 0 | 0.08 | 0.75 | 0.06 | 53.63 | 0.85 | 0.59 |
| Hex | EF | DC | 3C | 0 | 8 | 4B | 6 | 36 | 55 | 3B |
| Octal | 357 | 334 | 74 | 0 | 10 | 113 | 6 | 66 | 125 | 73 |
| Binary | 11101111 | 11011100 | 111100 | 0 | 1000 | 1001011 | 110 | 110110 | 1010101 | 111011 |
Color Harmonies of #EFDC3C
Complementary color
Monochromatic Colors of #EFDC3C
Black with #EFDC3C
Text Example
Text Example
White with #EFDC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC3C; }
p { color: rgb(239,220,60); }
H1.HeaderClassName
{
color: #EFDC3C;
}
.AnyTagClassName
{
color: #EFDC3C;
}
</style>
background-color css
<style>
a { background-color: #EFDC3C; }
a { background-color: rgb(239,220,60); }
div.DivClassName
{
background-color: #EFDC3C;
}
.BgClassName
{
background-color: #EFDC3C;
}
</style>
border-color css
<style>
span { border-color: #EFDC3C; }
span { border-color: rgb(239,220,60); }
td.TdClassName
{
border-color: #EFDC3C;
}
.TagClassName
{
border-color: #EFDC3C;
}
</style>