Shades of Golden Fizz #EFD92D
Tints of Golden Fizz #EFD92D
RGB
CMYK
RGB Variations
Color information
#EFD92D (or 0xEFD92D) is known color: Golden Fizz. HEX triplet: EF, D9 and 2D. RGB value is (239,217,45). Sum of RGB (Red+Green+Blue) = 239+217+45=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 45 (17.97% from 255 or 8.98% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD92D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD92D is #1026D2. Grayscale: #CCCCCC. Windows color (decimal): -1058515 or 3004911. OLE color: 3004911.
HSL color Cylindrical-coordinate representation of color #EFD92D: hue angle of 53.2º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFD92D is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 45 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.06 |
| HSL | 53.2º | 0.86% | 0.56% | - |
| HSV(B) | 53.2º | 0.81% | 0.94% | - |
| XYZ | 60.88 | 68.17 | 12.43 | - |
| YUV | 203.97 | 38.29 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 45 | 0 | 0.09 | 0.81 | 0.06 | 53.2 | 0.86 | 0.56 |
| Hex | EF | D9 | 2D | 0 | 9 | 51 | 6 | 35 | 56 | 38 |
| Octal | 357 | 331 | 55 | 0 | 11 | 121 | 6 | 65 | 126 | 70 |
| Binary | 11101111 | 11011001 | 101101 | 0 | 1001 | 1010001 | 110 | 110101 | 1010110 | 111000 |
Color Harmonies of #EFD92D
Complementary color
Monochromatic Colors of #EFD92D
Black with #EFD92D
Text Example
Text Example
White with #EFD92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD92D; }
p { color: rgb(239,217,45); }
H1.HeaderClassName
{
color: #EFD92D;
}
.AnyTagClassName
{
color: #EFD92D;
}
</style>
background-color css
<style>
a { background-color: #EFD92D; }
a { background-color: rgb(239,217,45); }
div.DivClassName
{
background-color: #EFD92D;
}
.BgClassName
{
background-color: #EFD92D;
}
</style>
border-color css
<style>
span { border-color: #EFD92D; }
span { border-color: rgb(239,217,45); }
td.TdClassName
{
border-color: #EFD92D;
}
.TagClassName
{
border-color: #EFD92D;
}
</style>