Shades of Golden Fizz #EFE22C
Tints of Golden Fizz #EFE22C
RGB
CMYK
RGB Variations
Color information
#EFE22C (or 0xEFE22C) is known color: Golden Fizz. HEX triplet: EF, E2 and 2C. RGB value is (239,226,44). Sum of RGB (Red+Green+Blue) = 239+226+44=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 226 (88.67% from 255 or 44.40% from 509); Blue value is 44 (17.58% from 255 or 8.64% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE22C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE22C is #101DD3. Grayscale: #D1D1D1. Windows color (decimal): -1056212 or 2941679. OLE color: 2941679.
HSL color Cylindrical-coordinate representation of color #EFE22C: hue angle of 56º 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 #EFE22C is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 44 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.06 |
| HSL | 56º | 0.86% | 0.55% | - |
| HSV(B) | 56º | 0.82% | 0.94% | - |
| XYZ | 63.25 | 72.93 | 13.13 | - |
| YUV | 209.14 | 34.81 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 44 | 0 | 0.05 | 0.82 | 0.06 | 56 | 0.86 | 0.55 |
| Hex | EF | E2 | 2C | 0 | 5 | 52 | 6 | 38 | 56 | 37 |
| Octal | 357 | 342 | 54 | 0 | 5 | 122 | 6 | 70 | 126 | 67 |
| Binary | 11101111 | 11100010 | 101100 | 0 | 101 | 1010010 | 110 | 111000 | 1010110 | 110111 |
Color Harmonies of #EFE22C
Complementary color
Monochromatic Colors of #EFE22C
Black with #EFE22C
Text Example
Text Example
White with #EFE22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE22C; }
p { color: rgb(239,226,44); }
H1.HeaderClassName
{
color: #EFE22C;
}
.AnyTagClassName
{
color: #EFE22C;
}
</style>
background-color css
<style>
a { background-color: #EFE22C; }
a { background-color: rgb(239,226,44); }
div.DivClassName
{
background-color: #EFE22C;
}
.BgClassName
{
background-color: #EFE22C;
}
</style>
border-color css
<style>
span { border-color: #EFE22C; }
span { border-color: rgb(239,226,44); }
td.TdClassName
{
border-color: #EFE22C;
}
.TagClassName
{
border-color: #EFE22C;
}
</style>