Shades of Golden Fizz #EFE028
Tints of Golden Fizz #EFE028
RGB
CMYK
RGB Variations
Color information
#EFE028 (or 0xEFE028) is known color: Golden Fizz. HEX triplet: EF, E0 and 28. RGB value is (239,224,40). Sum of RGB (Red+Green+Blue) = 239+224+40=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 40 (16.02% from 255 or 7.95% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE028 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE028 is #101FD7. Grayscale: #D0D0D0. Windows color (decimal): -1056728 or 2679023. OLE color: 2679023.
HSL color Cylindrical-coordinate representation of color #EFE028: hue angle of 55.48º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EFE028 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 40 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.06 |
| HSL | 55.48º | 0.86% | 0.55% | - |
| HSV(B) | 55.48º | 0.83% | 0.94% | - |
| XYZ | 62.64 | 71.82 | 12.57 | - |
| YUV | 207.51 | 33.47 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 40 | 0 | 0.06 | 0.83 | 0.06 | 55.48 | 0.86 | 0.55 |
| Hex | EF | E0 | 28 | 0 | 6 | 53 | 6 | 37 | 56 | 37 |
| Octal | 357 | 340 | 50 | 0 | 6 | 123 | 6 | 67 | 126 | 67 |
| Binary | 11101111 | 11100000 | 101000 | 0 | 110 | 1010011 | 110 | 110111 | 1010110 | 110111 |
Color Harmonies of #EFE028
Complementary color
Monochromatic Colors of #EFE028
Black with #EFE028
Text Example
Text Example
White with #EFE028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE028; }
p { color: rgb(239,224,40); }
H1.HeaderClassName
{
color: #EFE028;
}
.AnyTagClassName
{
color: #EFE028;
}
</style>
background-color css
<style>
a { background-color: #EFE028; }
a { background-color: rgb(239,224,40); }
div.DivClassName
{
background-color: #EFE028;
}
.BgClassName
{
background-color: #EFE028;
}
</style>
border-color css
<style>
span { border-color: #EFE028; }
span { border-color: rgb(239,224,40); }
td.TdClassName
{
border-color: #EFE028;
}
.TagClassName
{
border-color: #EFE028;
}
</style>