Shades of Golden Fizz #EFE026
Tints of Golden Fizz #EFE026
RGB
CMYK
RGB Variations
Color information
#EFE026 (or 0xEFE026) is known color: Golden Fizz. HEX triplet: EF, E0 and 26. RGB value is (239,224,38). Sum of RGB (Red+Green+Blue) = 239+224+38=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 224 (87.89% from 255 or 44.71% from 501); Blue value is 38 (15.23% from 255 or 7.58% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE026 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE026 is #101FD9. Grayscale: #D0D0D0. Windows color (decimal): -1056730 or 2547951. OLE color: 2547951.
HSL color Cylindrical-coordinate representation of color #EFE026: hue angle of 55.52º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EFE026 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 38 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.06 |
| HSL | 55.52º | 0.86% | 0.54% | - |
| HSV(B) | 55.52º | 0.84% | 0.94% | - |
| XYZ | 62.6 | 71.8 | 12.39 | - |
| YUV | 207.28 | 32.47 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 38 | 0 | 0.06 | 0.84 | 0.06 | 55.52 | 0.86 | 0.54 |
| Hex | EF | E0 | 26 | 0 | 6 | 54 | 6 | 38 | 56 | 36 |
| Octal | 357 | 340 | 46 | 0 | 6 | 124 | 6 | 70 | 126 | 66 |
| Binary | 11101111 | 11100000 | 100110 | 0 | 110 | 1010100 | 110 | 111000 | 1010110 | 110110 |
Color Harmonies of #EFE026
Complementary color
Monochromatic Colors of #EFE026
Black with #EFE026
Text Example
Text Example
White with #EFE026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE026; }
p { color: rgb(239,224,38); }
H1.HeaderClassName
{
color: #EFE026;
}
.AnyTagClassName
{
color: #EFE026;
}
</style>
background-color css
<style>
a { background-color: #EFE026; }
a { background-color: rgb(239,224,38); }
div.DivClassName
{
background-color: #EFE026;
}
.BgClassName
{
background-color: #EFE026;
}
</style>
border-color css
<style>
span { border-color: #EFE026; }
span { border-color: rgb(239,224,38); }
td.TdClassName
{
border-color: #EFE026;
}
.TagClassName
{
border-color: #EFE026;
}
</style>