Shades of Golden Fizz #EFDE3A
Tints of Golden Fizz #EFDE3A
RGB
CMYK
RGB Variations
Color information
#EFDE3A (or 0xEFDE3A) is known color: Golden Fizz. HEX triplet: EF, DE and 3A. RGB value is (239,222,58). Sum of RGB (Red+Green+Blue) = 239+222+58=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 58 (23.05% from 255 or 11.18% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDE3A is #1021C5. Grayscale: #D1D1D1. Windows color (decimal): -1057222 or 3858159. OLE color: 3858159.
HSL color Cylindrical-coordinate representation of color #EFDE3A: hue angle of 54.36º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFDE3A is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 222 | 58 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.06 |
| HSL | 54.36º | 0.85% | 0.58% | - |
| HSV(B) | 54.36º | 0.76% | 0.94% | - |
| XYZ | 62.48 | 70.9 | 14.39 | - |
| YUV | 208.39 | 43.13 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 58 | 0 | 0.07 | 0.76 | 0.06 | 54.36 | 0.85 | 0.58 |
| Hex | EF | DE | 3A | 0 | 7 | 4C | 6 | 36 | 55 | 3A |
| Octal | 357 | 336 | 72 | 0 | 7 | 114 | 6 | 66 | 125 | 72 |
| Binary | 11101111 | 11011110 | 111010 | 0 | 111 | 1001100 | 110 | 110110 | 1010101 | 111010 |
Color Harmonies of #EFDE3A
Complementary color
Monochromatic Colors of #EFDE3A
Black with #EFDE3A
Text Example
Text Example
White with #EFDE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDE3A; }
p { color: rgb(239,222,58); }
H1.HeaderClassName
{
color: #EFDE3A;
}
.AnyTagClassName
{
color: #EFDE3A;
}
</style>
background-color css
<style>
a { background-color: #EFDE3A; }
a { background-color: rgb(239,222,58); }
div.DivClassName
{
background-color: #EFDE3A;
}
.BgClassName
{
background-color: #EFDE3A;
}
</style>
border-color css
<style>
span { border-color: #EFDE3A; }
span { border-color: rgb(239,222,58); }
td.TdClassName
{
border-color: #EFDE3A;
}
.TagClassName
{
border-color: #EFDE3A;
}
</style>