Shades of Golden Fizz #EFE12C
Tints of Golden Fizz #EFE12C
RGB
CMYK
RGB Variations
Color information
#EFE12C (or 0xEFE12C) is known color: Golden Fizz. HEX triplet: EF, E1 and 2C. RGB value is (239,225,44). Sum of RGB (Red+Green+Blue) = 239+225+44=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 44 (17.58% from 255 or 8.66% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE12C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE12C is #101ED3. Grayscale: #D1D1D1. Windows color (decimal): -1056468 or 2941423. OLE color: 2941423.
HSL color Cylindrical-coordinate representation of color #EFE12C: hue angle of 55.69º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFE12C is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 44 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.06 |
| HSL | 55.69º | 0.86% | 0.55% | - |
| HSV(B) | 55.69º | 0.82% | 0.94% | - |
| XYZ | 62.98 | 72.38 | 13.03 | - |
| YUV | 208.55 | 35.14 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 44 | 0 | 0.06 | 0.82 | 0.06 | 55.69 | 0.86 | 0.55 |
| Hex | EF | E1 | 2C | 0 | 6 | 52 | 6 | 38 | 56 | 37 |
| Octal | 357 | 341 | 54 | 0 | 6 | 122 | 6 | 70 | 126 | 67 |
| Binary | 11101111 | 11100001 | 101100 | 0 | 110 | 1010010 | 110 | 111000 | 1010110 | 110111 |
Color Harmonies of #EFE12C
Complementary color
Monochromatic Colors of #EFE12C
Black with #EFE12C
Text Example
Text Example
White with #EFE12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE12C; }
p { color: rgb(239,225,44); }
H1.HeaderClassName
{
color: #EFE12C;
}
.AnyTagClassName
{
color: #EFE12C;
}
</style>
background-color css
<style>
a { background-color: #EFE12C; }
a { background-color: rgb(239,225,44); }
div.DivClassName
{
background-color: #EFE12C;
}
.BgClassName
{
background-color: #EFE12C;
}
</style>
border-color css
<style>
span { border-color: #EFE12C; }
span { border-color: rgb(239,225,44); }
td.TdClassName
{
border-color: #EFE12C;
}
.TagClassName
{
border-color: #EFE12C;
}
</style>