Shades of Golden Fizz #EFE122
Tints of Golden Fizz #EFE122
RGB
CMYK
RGB Variations
Color information
#EFE122 (or 0xEFE122) is known color: Golden Fizz. HEX triplet: EF, E1 and 22. RGB value is (239,225,34). Sum of RGB (Red+Green+Blue) = 239+225+34=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 34 (13.67% from 255 or 6.83% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE122 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE122 is #101EDD. Grayscale: #D0D0D0. Windows color (decimal): -1056478 or 2286063. OLE color: 2286063.
HSL color Cylindrical-coordinate representation of color #EFE122: hue angle of 55.9º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EFE122 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 34 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.06 |
| HSL | 55.9º | 0.86% | 0.54% | - |
| HSV(B) | 55.9º | 0.86% | 0.94% | - |
| XYZ | 62.81 | 72.32 | 12.16 | - |
| YUV | 207.41 | 30.14 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 34 | 0 | 0.06 | 0.86 | 0.06 | 55.9 | 0.86 | 0.54 |
| Hex | EF | E1 | 22 | 0 | 6 | 56 | 6 | 38 | 56 | 36 |
| Octal | 357 | 341 | 42 | 0 | 6 | 126 | 6 | 70 | 126 | 66 |
| Binary | 11101111 | 11100001 | 100010 | 0 | 110 | 1010110 | 110 | 111000 | 1010110 | 110110 |
Color Harmonies of #EFE122
Complementary color
Monochromatic Colors of #EFE122
Black with #EFE122
Text Example
Text Example
White with #EFE122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE122; }
p { color: rgb(239,225,34); }
H1.HeaderClassName
{
color: #EFE122;
}
.AnyTagClassName
{
color: #EFE122;
}
</style>
background-color css
<style>
a { background-color: #EFE122; }
a { background-color: rgb(239,225,34); }
div.DivClassName
{
background-color: #EFE122;
}
.BgClassName
{
background-color: #EFE122;
}
</style>
border-color css
<style>
span { border-color: #EFE122; }
span { border-color: rgb(239,225,34); }
td.TdClassName
{
border-color: #EFE122;
}
.TagClassName
{
border-color: #EFE122;
}
</style>