Shades of Golden Fizz #EFDC3E
Tints of Golden Fizz #EFDC3E
RGB
CMYK
RGB Variations
Color information
#EFDC3E (or 0xEFDC3E) is known color: Golden Fizz. HEX triplet: EF, DC and 3E. RGB value is (239,220,62). Sum of RGB (Red+Green+Blue) = 239+220+62=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 62 (24.61% from 255 or 11.90% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC3E is #1023C1. Grayscale: #D0D0D0. Windows color (decimal): -1057730 or 4119791. OLE color: 4119791.
HSL color Cylindrical-coordinate representation of color #EFDC3E: hue angle of 53.56º 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 #EFDC3E is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 62 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.06 |
| HSL | 53.56º | 0.85% | 0.59% | - |
| HSV(B) | 53.56º | 0.74% | 0.94% | - |
| XYZ | 62.06 | 69.88 | 14.78 | - |
| YUV | 207.67 | 45.79 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 62 | 0 | 0.08 | 0.74 | 0.06 | 53.56 | 0.85 | 0.59 |
| Hex | EF | DC | 3E | 0 | 8 | 4A | 6 | 36 | 55 | 3B |
| Octal | 357 | 334 | 76 | 0 | 10 | 112 | 6 | 66 | 125 | 73 |
| Binary | 11101111 | 11011100 | 111110 | 0 | 1000 | 1001010 | 110 | 110110 | 1010101 | 111011 |
Color Harmonies of #EFDC3E
Complementary color
Monochromatic Colors of #EFDC3E
Black with #EFDC3E
Text Example
Text Example
White with #EFDC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC3E; }
p { color: rgb(239,220,62); }
H1.HeaderClassName
{
color: #EFDC3E;
}
.AnyTagClassName
{
color: #EFDC3E;
}
</style>
background-color css
<style>
a { background-color: #EFDC3E; }
a { background-color: rgb(239,220,62); }
div.DivClassName
{
background-color: #EFDC3E;
}
.BgClassName
{
background-color: #EFDC3E;
}
</style>
border-color css
<style>
span { border-color: #EFDC3E; }
span { border-color: rgb(239,220,62); }
td.TdClassName
{
border-color: #EFDC3E;
}
.TagClassName
{
border-color: #EFDC3E;
}
</style>