Shades of Golden Fizz #EFEC28
Tints of Golden Fizz #EFEC28
RGB
CMYK
RGB Variations
Color information
#EFEC28 (or 0xEFEC28) is known color: Golden Fizz. HEX triplet: EF, EC and 28. RGB value is (239,236,40). Sum of RGB (Red+Green+Blue) = 239+236+40=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 40 (16.02% from 255 or 7.77% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEC28 is #1013D7. Grayscale: #D7D7D7. Windows color (decimal): -1053656 or 2682095. OLE color: 2682095.
HSL color Cylindrical-coordinate representation of color #EFEC28: hue angle of 59.1º 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 #EFEC28 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 40 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.06 |
| HSL | 59.1º | 0.86% | 0.55% | - |
| HSV(B) | 59.1º | 0.83% | 0.94% | - |
| XYZ | 65.98 | 78.49 | 13.68 | - |
| YUV | 214.55 | 29.49 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 40 | 0 | 0.01 | 0.83 | 0.06 | 59.1 | 0.86 | 0.55 |
| Hex | EF | EC | 28 | 0 | 1 | 53 | 6 | 3B | 56 | 37 |
| Octal | 357 | 354 | 50 | 0 | 1 | 123 | 6 | 73 | 126 | 67 |
| Binary | 11101111 | 11101100 | 101000 | 0 | 1 | 1010011 | 110 | 111011 | 1010110 | 110111 |
Color Harmonies of #EFEC28
Complementary color
Monochromatic Colors of #EFEC28
Black with #EFEC28
Text Example
Text Example
White with #EFEC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEC28; }
p { color: rgb(239,236,40); }
H1.HeaderClassName
{
color: #EFEC28;
}
.AnyTagClassName
{
color: #EFEC28;
}
</style>
background-color css
<style>
a { background-color: #EFEC28; }
a { background-color: rgb(239,236,40); }
div.DivClassName
{
background-color: #EFEC28;
}
.BgClassName
{
background-color: #EFEC28;
}
</style>
border-color css
<style>
span { border-color: #EFEC28; }
span { border-color: rgb(239,236,40); }
td.TdClassName
{
border-color: #EFEC28;
}
.TagClassName
{
border-color: #EFEC28;
}
</style>