Shades of Golden Fizz #EFE02E
Tints of Golden Fizz #EFE02E
RGB
CMYK
RGB Variations
Color information
#EFE02E (or 0xEFE02E) is known color: Golden Fizz. HEX triplet: EF, E0 and 2E. RGB value is (239,224,46). Sum of RGB (Red+Green+Blue) = 239+224+46=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 46 (18.36% from 255 or 9.04% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE02E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE02E is #101FD1. Grayscale: #D0D0D0. Windows color (decimal): -1056722 or 3072239. OLE color: 3072239.
HSL color Cylindrical-coordinate representation of color #EFE02E: hue angle of 55.34º 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 #EFE02E is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 46 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.06 |
| HSL | 55.34º | 0.86% | 0.56% | - |
| HSV(B) | 55.34º | 0.81% | 0.94% | - |
| XYZ | 62.75 | 71.86 | 13.15 | - |
| YUV | 208.19 | 36.47 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 46 | 0 | 0.06 | 0.81 | 0.06 | 55.34 | 0.86 | 0.56 |
| Hex | EF | E0 | 2E | 0 | 6 | 51 | 6 | 37 | 56 | 38 |
| Octal | 357 | 340 | 56 | 0 | 6 | 121 | 6 | 67 | 126 | 70 |
| Binary | 11101111 | 11100000 | 101110 | 0 | 110 | 1010001 | 110 | 110111 | 1010110 | 111000 |
Color Harmonies of #EFE02E
Complementary color
Monochromatic Colors of #EFE02E
Black with #EFE02E
Text Example
Text Example
White with #EFE02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE02E; }
p { color: rgb(239,224,46); }
H1.HeaderClassName
{
color: #EFE02E;
}
.AnyTagClassName
{
color: #EFE02E;
}
</style>
background-color css
<style>
a { background-color: #EFE02E; }
a { background-color: rgb(239,224,46); }
div.DivClassName
{
background-color: #EFE02E;
}
.BgClassName
{
background-color: #EFE02E;
}
</style>
border-color css
<style>
span { border-color: #EFE02E; }
span { border-color: rgb(239,224,46); }
td.TdClassName
{
border-color: #EFE02E;
}
.TagClassName
{
border-color: #EFE02E;
}
</style>