Shades of Golden Fizz #EFD92A
Tints of Golden Fizz #EFD92A
RGB
CMYK
RGB Variations
Color information
#EFD92A (or 0xEFD92A) is known color: Golden Fizz. HEX triplet: EF, D9 and 2A. RGB value is (239,217,42). Sum of RGB (Red+Green+Blue) = 239+217+42=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 42 (16.80% from 255 or 8.43% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD92A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD92A is #1026D5. Grayscale: #CCCCCC. Windows color (decimal): -1058518 or 2808303. OLE color: 2808303.
HSL color Cylindrical-coordinate representation of color #EFD92A: hue angle of 53.3º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFD92A is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 42 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.06 |
| HSL | 53.3º | 0.86% | 0.55% | - |
| HSV(B) | 53.3º | 0.82% | 0.94% | - |
| XYZ | 60.83 | 68.14 | 12.14 | - |
| YUV | 203.63 | 36.79 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 42 | 0 | 0.09 | 0.82 | 0.06 | 53.3 | 0.86 | 0.55 |
| Hex | EF | D9 | 2A | 0 | 9 | 52 | 6 | 35 | 56 | 37 |
| Octal | 357 | 331 | 52 | 0 | 11 | 122 | 6 | 65 | 126 | 67 |
| Binary | 11101111 | 11011001 | 101010 | 0 | 1001 | 1010010 | 110 | 110101 | 1010110 | 110111 |
Color Harmonies of #EFD92A
Complementary color
Monochromatic Colors of #EFD92A
Black with #EFD92A
Text Example
Text Example
White with #EFD92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD92A; }
p { color: rgb(239,217,42); }
H1.HeaderClassName
{
color: #EFD92A;
}
.AnyTagClassName
{
color: #EFD92A;
}
</style>
background-color css
<style>
a { background-color: #EFD92A; }
a { background-color: rgb(239,217,42); }
div.DivClassName
{
background-color: #EFD92A;
}
.BgClassName
{
background-color: #EFD92A;
}
</style>
border-color css
<style>
span { border-color: #EFD92A; }
span { border-color: rgb(239,217,42); }
td.TdClassName
{
border-color: #EFD92A;
}
.TagClassName
{
border-color: #EFD92A;
}
</style>