Shades of Golden Fizz #EFDD21
Tints of Golden Fizz #EFDD21
RGB
CMYK
RGB Variations
Color information
#EFDD21 (or 0xEFDD21) is known color: Golden Fizz. HEX triplet: EF, DD and 21. RGB value is (239,221,33). Sum of RGB (Red+Green+Blue) = 239+221+33=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 33 (13.28% from 255 or 6.69% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDD21 is #1022DE. Grayscale: #CDCDCD. Windows color (decimal): -1057503 or 2219503. OLE color: 2219503.
HSL color Cylindrical-coordinate representation of color #EFDD21: hue angle of 54.76º 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 #EFDD21 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 33 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.06 |
| HSL | 54.76º | 0.87% | 0.53% | - |
| HSV(B) | 54.76º | 0.86% | 0.94% | - |
| XYZ | 61.73 | 70.17 | 11.73 | - |
| YUV | 204.95 | 30.96 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 33 | 0 | 0.08 | 0.86 | 0.06 | 54.76 | 0.87 | 0.53 |
| Hex | EF | DD | 21 | 0 | 8 | 56 | 6 | 37 | 57 | 35 |
| Octal | 357 | 335 | 41 | 0 | 10 | 126 | 6 | 67 | 127 | 65 |
| Binary | 11101111 | 11011101 | 100001 | 0 | 1000 | 1010110 | 110 | 110111 | 1010111 | 110101 |
Color Harmonies of #EFDD21
Complementary color
Monochromatic Colors of #EFDD21
Black with #EFDD21
Text Example
Text Example
White with #EFDD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD21; }
p { color: rgb(239,221,33); }
H1.HeaderClassName
{
color: #EFDD21;
}
.AnyTagClassName
{
color: #EFDD21;
}
</style>
background-color css
<style>
a { background-color: #EFDD21; }
a { background-color: rgb(239,221,33); }
div.DivClassName
{
background-color: #EFDD21;
}
.BgClassName
{
background-color: #EFDD21;
}
</style>
border-color css
<style>
span { border-color: #EFDD21; }
span { border-color: rgb(239,221,33); }
td.TdClassName
{
border-color: #EFDD21;
}
.TagClassName
{
border-color: #EFDD21;
}
</style>