Shades of Golden Fizz #EFEC2A
Tints of Golden Fizz #EFEC2A
RGB
CMYK
RGB Variations
Color information
#EFEC2A (or 0xEFEC2A) is known color: Golden Fizz. HEX triplet: EF, EC and 2A. RGB value is (239,236,42). Sum of RGB (Red+Green+Blue) = 239+236+42=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 42 (16.80% from 255 or 8.12% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEC2A is #1013D5. Grayscale: #D7D7D7. Windows color (decimal): -1053654 or 2813167. OLE color: 2813167.
HSL color Cylindrical-coordinate representation of color #EFEC2A: hue angle of 59.09º 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 #EFEC2A is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 42 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.06 |
| HSL | 59.09º | 0.86% | 0.55% | - |
| HSV(B) | 59.09º | 0.82% | 0.94% | - |
| XYZ | 66.01 | 78.51 | 13.87 | - |
| YUV | 214.78 | 30.49 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 42 | 0 | 0.01 | 0.82 | 0.06 | 59.09 | 0.86 | 0.55 |
| Hex | EF | EC | 2A | 0 | 1 | 52 | 6 | 3B | 56 | 37 |
| Octal | 357 | 354 | 52 | 0 | 1 | 122 | 6 | 73 | 126 | 67 |
| Binary | 11101111 | 11101100 | 101010 | 0 | 1 | 1010010 | 110 | 111011 | 1010110 | 110111 |
Color Harmonies of #EFEC2A
Complementary color
Monochromatic Colors of #EFEC2A
Black with #EFEC2A
Text Example
Text Example
White with #EFEC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEC2A; }
p { color: rgb(239,236,42); }
H1.HeaderClassName
{
color: #EFEC2A;
}
.AnyTagClassName
{
color: #EFEC2A;
}
</style>
background-color css
<style>
a { background-color: #EFEC2A; }
a { background-color: rgb(239,236,42); }
div.DivClassName
{
background-color: #EFEC2A;
}
.BgClassName
{
background-color: #EFEC2A;
}
</style>
border-color css
<style>
span { border-color: #EFEC2A; }
span { border-color: rgb(239,236,42); }
td.TdClassName
{
border-color: #EFEC2A;
}
.TagClassName
{
border-color: #EFEC2A;
}
</style>