Shades of Golden Fizz #EFE124
Tints of Golden Fizz #EFE124
RGB
CMYK
RGB Variations
Color information
#EFE124 (or 0xEFE124) is known color: Golden Fizz. HEX triplet: EF, E1 and 24. RGB value is (239,225,36). Sum of RGB (Red+Green+Blue) = 239+225+36=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 36 (14.45% from 255 or 7.2% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE124 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE124 is #101EDB. Grayscale: #D0D0D0. Windows color (decimal): -1056476 or 2417135. OLE color: 2417135.
HSL color Cylindrical-coordinate representation of color #EFE124: hue angle of 55.86º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EFE124 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 36 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.06 |
| HSL | 55.86º | 0.86% | 0.54% | - |
| HSV(B) | 55.86º | 0.85% | 0.94% | - |
| XYZ | 62.84 | 72.33 | 12.32 | - |
| YUV | 207.64 | 31.14 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 36 | 0 | 0.06 | 0.85 | 0.06 | 55.86 | 0.86 | 0.54 |
| Hex | EF | E1 | 24 | 0 | 6 | 55 | 6 | 38 | 56 | 36 |
| Octal | 357 | 341 | 44 | 0 | 6 | 125 | 6 | 70 | 126 | 66 |
| Binary | 11101111 | 11100001 | 100100 | 0 | 110 | 1010101 | 110 | 111000 | 1010110 | 110110 |
Color Harmonies of #EFE124
Complementary color
Monochromatic Colors of #EFE124
Black with #EFE124
Text Example
Text Example
White with #EFE124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE124; }
p { color: rgb(239,225,36); }
H1.HeaderClassName
{
color: #EFE124;
}
.AnyTagClassName
{
color: #EFE124;
}
</style>
background-color css
<style>
a { background-color: #EFE124; }
a { background-color: rgb(239,225,36); }
div.DivClassName
{
background-color: #EFE124;
}
.BgClassName
{
background-color: #EFE124;
}
</style>
border-color css
<style>
span { border-color: #EFE124; }
span { border-color: rgb(239,225,36); }
td.TdClassName
{
border-color: #EFE124;
}
.TagClassName
{
border-color: #EFE124;
}
</style>