Shades of Golden Fizz #EFE02C
Tints of Golden Fizz #EFE02C
RGB
CMYK
RGB Variations
Color information
#EFE02C (or 0xEFE02C) is known color: Golden Fizz. HEX triplet: EF, E0 and 2C. RGB value is (239,224,44). Sum of RGB (Red+Green+Blue) = 239+224+44=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 44 (17.58% from 255 or 8.68% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE02C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE02C is #101FD3. Grayscale: #D0D0D0. Windows color (decimal): -1056724 or 2941167. OLE color: 2941167.
HSL color Cylindrical-coordinate representation of color #EFE02C: hue angle of 55.38º 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 #EFE02C is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 44 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.06 |
| HSL | 55.38º | 0.86% | 0.55% | - |
| HSV(B) | 55.38º | 0.82% | 0.94% | - |
| XYZ | 62.71 | 71.84 | 12.95 | - |
| YUV | 207.97 | 35.47 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 44 | 0 | 0.06 | 0.82 | 0.06 | 55.38 | 0.86 | 0.55 |
| Hex | EF | E0 | 2C | 0 | 6 | 52 | 6 | 37 | 56 | 37 |
| Octal | 357 | 340 | 54 | 0 | 6 | 122 | 6 | 67 | 126 | 67 |
| Binary | 11101111 | 11100000 | 101100 | 0 | 110 | 1010010 | 110 | 110111 | 1010110 | 110111 |
Color Harmonies of #EFE02C
Complementary color
Monochromatic Colors of #EFE02C
Black with #EFE02C
Text Example
Text Example
White with #EFE02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE02C; }
p { color: rgb(239,224,44); }
H1.HeaderClassName
{
color: #EFE02C;
}
.AnyTagClassName
{
color: #EFE02C;
}
</style>
background-color css
<style>
a { background-color: #EFE02C; }
a { background-color: rgb(239,224,44); }
div.DivClassName
{
background-color: #EFE02C;
}
.BgClassName
{
background-color: #EFE02C;
}
</style>
border-color css
<style>
span { border-color: #EFE02C; }
span { border-color: rgb(239,224,44); }
td.TdClassName
{
border-color: #EFE02C;
}
.TagClassName
{
border-color: #EFE02C;
}
</style>