Shades of Golden Fizz #EFDC37
Tints of Golden Fizz #EFDC37
RGB
CMYK
RGB Variations
Color information
#EFDC37 (or 0xEFDC37) is known color: Golden Fizz. HEX triplet: EF, DC and 37. RGB value is (239,220,55). Sum of RGB (Red+Green+Blue) = 239+220+55=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 55 (21.88% from 255 or 10.70% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC37 is #1023C8. Grayscale: #CFCFCF. Windows color (decimal): -1057737 or 3661039. OLE color: 3661039.
HSL color Cylindrical-coordinate representation of color #EFDC37: hue angle of 53.8º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFDC37 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 55 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.06 |
| HSL | 53.8º | 0.85% | 0.58% | - |
| HSV(B) | 53.8º | 0.77% | 0.94% | - |
| XYZ | 61.88 | 69.81 | 13.83 | - |
| YUV | 206.87 | 42.29 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 55 | 0 | 0.08 | 0.77 | 0.06 | 53.8 | 0.85 | 0.58 |
| Hex | EF | DC | 37 | 0 | 8 | 4D | 6 | 36 | 55 | 3A |
| Octal | 357 | 334 | 67 | 0 | 10 | 115 | 6 | 66 | 125 | 72 |
| Binary | 11101111 | 11011100 | 110111 | 0 | 1000 | 1001101 | 110 | 110110 | 1010101 | 111010 |
Color Harmonies of #EFDC37
Complementary color
Monochromatic Colors of #EFDC37
Black with #EFDC37
Text Example
Text Example
White with #EFDC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC37; }
p { color: rgb(239,220,55); }
H1.HeaderClassName
{
color: #EFDC37;
}
.AnyTagClassName
{
color: #EFDC37;
}
</style>
background-color css
<style>
a { background-color: #EFDC37; }
a { background-color: rgb(239,220,55); }
div.DivClassName
{
background-color: #EFDC37;
}
.BgClassName
{
background-color: #EFDC37;
}
</style>
border-color css
<style>
span { border-color: #EFDC37; }
span { border-color: rgb(239,220,55); }
td.TdClassName
{
border-color: #EFDC37;
}
.TagClassName
{
border-color: #EFDC37;
}
</style>