Shades of Golden Fizz #EFE928
Tints of Golden Fizz #EFE928
RGB
CMYK
RGB Variations
Color information
#EFE928 (or 0xEFE928) is known color: Golden Fizz. HEX triplet: EF, E9 and 28. RGB value is (239,233,40). Sum of RGB (Red+Green+Blue) = 239+233+40=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 40 (16.02% from 255 or 7.81% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE928 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE928 is #1016D7. Grayscale: #D5D5D5. Windows color (decimal): -1054424 or 2681327. OLE color: 2681327.
HSL color Cylindrical-coordinate representation of color #EFE928: hue angle of 58.19º 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 #EFE928 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 40 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.06 |
| HSL | 58.19º | 0.86% | 0.55% | - |
| HSV(B) | 58.19º | 0.83% | 0.94% | - |
| XYZ | 65.12 | 76.78 | 13.4 | - |
| YUV | 212.79 | 30.49 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 40 | 0 | 0.03 | 0.83 | 0.06 | 58.19 | 0.86 | 0.55 |
| Hex | EF | E9 | 28 | 0 | 3 | 53 | 6 | 3A | 56 | 37 |
| Octal | 357 | 351 | 50 | 0 | 3 | 123 | 6 | 72 | 126 | 67 |
| Binary | 11101111 | 11101001 | 101000 | 0 | 11 | 1010011 | 110 | 111010 | 1010110 | 110111 |
Color Harmonies of #EFE928
Complementary color
Monochromatic Colors of #EFE928
Black with #EFE928
Text Example
Text Example
White with #EFE928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE928; }
p { color: rgb(239,233,40); }
H1.HeaderClassName
{
color: #EFE928;
}
.AnyTagClassName
{
color: #EFE928;
}
</style>
background-color css
<style>
a { background-color: #EFE928; }
a { background-color: rgb(239,233,40); }
div.DivClassName
{
background-color: #EFE928;
}
.BgClassName
{
background-color: #EFE928;
}
</style>
border-color css
<style>
span { border-color: #EFE928; }
span { border-color: rgb(239,233,40); }
td.TdClassName
{
border-color: #EFE928;
}
.TagClassName
{
border-color: #EFE928;
}
</style>