Shades of Golden Fizz #EFE72C
Tints of Golden Fizz #EFE72C
RGB
CMYK
RGB Variations
Color information
#EFE72C (or 0xEFE72C) is known color: Golden Fizz. HEX triplet: EF, E7 and 2C. RGB value is (239,231,44). Sum of RGB (Red+Green+Blue) = 239+231+44=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 231 (90.62% from 255 or 44.94% from 514); Blue value is 44 (17.58% from 255 or 8.56% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE72C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE72C is #1018D3. Grayscale: #D4D4D4. Windows color (decimal): -1054932 or 2942959. OLE color: 2942959.
HSL color Cylindrical-coordinate representation of color #EFE72C: hue angle of 57.54º 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 #EFE72C is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 44 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.06 |
| HSL | 57.54º | 0.86% | 0.55% | - |
| HSV(B) | 57.54º | 0.82% | 0.94% | - |
| XYZ | 64.63 | 75.68 | 13.59 | - |
| YUV | 212.07 | 33.15 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 44 | 0 | 0.03 | 0.82 | 0.06 | 57.54 | 0.86 | 0.55 |
| Hex | EF | E7 | 2C | 0 | 3 | 52 | 6 | 3A | 56 | 37 |
| Octal | 357 | 347 | 54 | 0 | 3 | 122 | 6 | 72 | 126 | 67 |
| Binary | 11101111 | 11100111 | 101100 | 0 | 11 | 1010010 | 110 | 111010 | 1010110 | 110111 |
Color Harmonies of #EFE72C
Complementary color
Monochromatic Colors of #EFE72C
Black with #EFE72C
Text Example
Text Example
White with #EFE72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE72C; }
p { color: rgb(239,231,44); }
H1.HeaderClassName
{
color: #EFE72C;
}
.AnyTagClassName
{
color: #EFE72C;
}
</style>
background-color css
<style>
a { background-color: #EFE72C; }
a { background-color: rgb(239,231,44); }
div.DivClassName
{
background-color: #EFE72C;
}
.BgClassName
{
background-color: #EFE72C;
}
</style>
border-color css
<style>
span { border-color: #EFE72C; }
span { border-color: rgb(239,231,44); }
td.TdClassName
{
border-color: #EFE72C;
}
.TagClassName
{
border-color: #EFE72C;
}
</style>