Shades of Golden Fizz #EFDE1D
Tints of Golden Fizz #EFDE1D
RGB
CMYK
RGB Variations
Color information
#EFDE1D (or 0xEFDE1D) is known color: Golden Fizz. HEX triplet: EF, DE and 1D. RGB value is (239,222,29). Sum of RGB (Red+Green+Blue) = 239+222+29=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 29 (11.72% from 255 or 5.92% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDE1D is #1021E2. Grayscale: #CDCDCD. Windows color (decimal): -1057251 or 1957615. OLE color: 1957615.
HSL color Cylindrical-coordinate representation of color #EFDE1D: hue angle of 55.14º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EFDE1D is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 222 | 29 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.06 |
| HSL | 55.14º | 0.87% | 0.53% | - |
| HSV(B) | 55.14º | 0.88% | 0.94% | - |
| XYZ | 61.94 | 70.68 | 11.54 | - |
| YUV | 205.08 | 28.63 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 29 | 0 | 0.07 | 0.88 | 0.06 | 55.14 | 0.87 | 0.53 |
| Hex | EF | DE | 1D | 0 | 7 | 58 | 6 | 37 | 57 | 35 |
| Octal | 357 | 336 | 35 | 0 | 7 | 130 | 6 | 67 | 127 | 65 |
| Binary | 11101111 | 11011110 | 11101 | 0 | 111 | 1011000 | 110 | 110111 | 1010111 | 110101 |
Color Harmonies of #EFDE1D
Complementary color
Monochromatic Colors of #EFDE1D
Black with #EFDE1D
Text Example
Text Example
White with #EFDE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDE1D; }
p { color: rgb(239,222,29); }
H1.HeaderClassName
{
color: #EFDE1D;
}
.AnyTagClassName
{
color: #EFDE1D;
}
</style>
background-color css
<style>
a { background-color: #EFDE1D; }
a { background-color: rgb(239,222,29); }
div.DivClassName
{
background-color: #EFDE1D;
}
.BgClassName
{
background-color: #EFDE1D;
}
</style>
border-color css
<style>
span { border-color: #EFDE1D; }
span { border-color: rgb(239,222,29); }
td.TdClassName
{
border-color: #EFDE1D;
}
.TagClassName
{
border-color: #EFDE1D;
}
</style>