Shades of Golden Fizz #EFDC20
Tints of Golden Fizz #EFDC20
RGB
CMYK
RGB Variations
Color information
#EFDC20 (or 0xEFDC20) is known color: Golden Fizz. HEX triplet: EF, DC and 20. RGB value is (239,220,32). Sum of RGB (Red+Green+Blue) = 239+220+32=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 32 (12.89% from 255 or 6.52% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC20 is #1023DF. Grayscale: #CDCDCD. Windows color (decimal): -1057760 or 2153711. OLE color: 2153711.
HSL color Cylindrical-coordinate representation of color #EFDC20: hue angle of 54.49º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EFDC20 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 32 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.06 |
| HSL | 54.49º | 0.87% | 0.53% | - |
| HSV(B) | 54.49º | 0.87% | 0.94% | - |
| XYZ | 61.45 | 69.64 | 11.57 | - |
| YUV | 204.25 | 30.79 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 32 | 0 | 0.08 | 0.87 | 0.06 | 54.49 | 0.87 | 0.53 |
| Hex | EF | DC | 20 | 0 | 8 | 57 | 6 | 36 | 57 | 35 |
| Octal | 357 | 334 | 40 | 0 | 10 | 127 | 6 | 66 | 127 | 65 |
| Binary | 11101111 | 11011100 | 100000 | 0 | 1000 | 1010111 | 110 | 110110 | 1010111 | 110101 |
Color Harmonies of #EFDC20
Complementary color
Monochromatic Colors of #EFDC20
Black with #EFDC20
Text Example
Text Example
White with #EFDC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC20; }
p { color: rgb(239,220,32); }
H1.HeaderClassName
{
color: #EFDC20;
}
.AnyTagClassName
{
color: #EFDC20;
}
</style>
background-color css
<style>
a { background-color: #EFDC20; }
a { background-color: rgb(239,220,32); }
div.DivClassName
{
background-color: #EFDC20;
}
.BgClassName
{
background-color: #EFDC20;
}
</style>
border-color css
<style>
span { border-color: #EFDC20; }
span { border-color: rgb(239,220,32); }
td.TdClassName
{
border-color: #EFDC20;
}
.TagClassName
{
border-color: #EFDC20;
}
</style>