Shades of Golden Fizz #EFE126
Tints of Golden Fizz #EFE126
RGB
CMYK
RGB Variations
Color information
#EFE126 (or 0xEFE126) is known color: Golden Fizz. HEX triplet: EF, E1 and 26. RGB value is (239,225,38). Sum of RGB (Red+Green+Blue) = 239+225+38=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 38 (15.23% from 255 or 7.57% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE126 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE126 is #101ED9. Grayscale: #D0D0D0. Windows color (decimal): -1056474 or 2548207. OLE color: 2548207.
HSL color Cylindrical-coordinate representation of color #EFE126: hue angle of 55.82º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EFE126 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 38 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.06 |
| HSL | 55.82º | 0.86% | 0.54% | - |
| HSV(B) | 55.82º | 0.84% | 0.94% | - |
| XYZ | 62.87 | 72.34 | 12.48 | - |
| YUV | 207.87 | 32.14 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 38 | 0 | 0.06 | 0.84 | 0.06 | 55.82 | 0.86 | 0.54 |
| Hex | EF | E1 | 26 | 0 | 6 | 54 | 6 | 38 | 56 | 36 |
| Octal | 357 | 341 | 46 | 0 | 6 | 124 | 6 | 70 | 126 | 66 |
| Binary | 11101111 | 11100001 | 100110 | 0 | 110 | 1010100 | 110 | 111000 | 1010110 | 110110 |
Color Harmonies of #EFE126
Complementary color
Monochromatic Colors of #EFE126
Black with #EFE126
Text Example
Text Example
White with #EFE126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE126; }
p { color: rgb(239,225,38); }
H1.HeaderClassName
{
color: #EFE126;
}
.AnyTagClassName
{
color: #EFE126;
}
</style>
background-color css
<style>
a { background-color: #EFE126; }
a { background-color: rgb(239,225,38); }
div.DivClassName
{
background-color: #EFE126;
}
.BgClassName
{
background-color: #EFE126;
}
</style>
border-color css
<style>
span { border-color: #EFE126; }
span { border-color: rgb(239,225,38); }
td.TdClassName
{
border-color: #EFE126;
}
.TagClassName
{
border-color: #EFE126;
}
</style>