Shades of Golden Fizz #EFDC21
Tints of Golden Fizz #EFDC21
RGB
CMYK
RGB Variations
Color information
#EFDC21 (or 0xEFDC21) is known color: Golden Fizz. HEX triplet: EF, DC and 21. RGB value is (239,220,33). Sum of RGB (Red+Green+Blue) = 239+220+33=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 33 (13.28% from 255 or 6.71% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC21 is #1023DE. Grayscale: #CDCDCD. Windows color (decimal): -1057759 or 2219247. OLE color: 2219247.
HSL color Cylindrical-coordinate representation of color #EFDC21: hue angle of 54.47º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EFDC21 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 33 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.06 |
| HSL | 54.47º | 0.87% | 0.53% | - |
| HSV(B) | 54.47º | 0.86% | 0.94% | - |
| XYZ | 61.46 | 69.65 | 11.64 | - |
| YUV | 204.36 | 31.29 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 33 | 0 | 0.08 | 0.86 | 0.06 | 54.47 | 0.87 | 0.53 |
| Hex | EF | DC | 21 | 0 | 8 | 56 | 6 | 36 | 57 | 35 |
| Octal | 357 | 334 | 41 | 0 | 10 | 126 | 6 | 66 | 127 | 65 |
| Binary | 11101111 | 11011100 | 100001 | 0 | 1000 | 1010110 | 110 | 110110 | 1010111 | 110101 |
Color Harmonies of #EFDC21
Complementary color
Monochromatic Colors of #EFDC21
Black with #EFDC21
Text Example
Text Example
White with #EFDC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC21; }
p { color: rgb(239,220,33); }
H1.HeaderClassName
{
color: #EFDC21;
}
.AnyTagClassName
{
color: #EFDC21;
}
</style>
background-color css
<style>
a { background-color: #EFDC21; }
a { background-color: rgb(239,220,33); }
div.DivClassName
{
background-color: #EFDC21;
}
.BgClassName
{
background-color: #EFDC21;
}
</style>
border-color css
<style>
span { border-color: #EFDC21; }
span { border-color: rgb(239,220,33); }
td.TdClassName
{
border-color: #EFDC21;
}
.TagClassName
{
border-color: #EFDC21;
}
</style>