Shades of Golden Fizz #EFE033
Tints of Golden Fizz #EFE033
RGB
CMYK
RGB Variations
Color information
#EFE033 (or 0xEFE033) is known color: Golden Fizz. HEX triplet: EF, E0 and 33. RGB value is (239,224,51). Sum of RGB (Red+Green+Blue) = 239+224+51=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 224 (87.89% from 255 or 43.58% from 514); Blue value is 51 (20.31% from 255 or 9.92% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE033 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE033 is #101FCC. Grayscale: #D1D1D1. Windows color (decimal): -1056717 or 3399919. OLE color: 3399919.
HSL color Cylindrical-coordinate representation of color #EFE033: hue angle of 55.21º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFE033 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 51 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.06 |
| HSL | 55.21º | 0.85% | 0.57% | - |
| HSV(B) | 55.21º | 0.79% | 0.94% | - |
| XYZ | 62.85 | 71.9 | 13.7 | - |
| YUV | 208.76 | 38.97 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 51 | 0 | 0.06 | 0.79 | 0.06 | 55.21 | 0.85 | 0.57 |
| Hex | EF | E0 | 33 | 0 | 6 | 4F | 6 | 37 | 55 | 39 |
| Octal | 357 | 340 | 63 | 0 | 6 | 117 | 6 | 67 | 125 | 71 |
| Binary | 11101111 | 11100000 | 110011 | 0 | 110 | 1001111 | 110 | 110111 | 1010101 | 111001 |
Color Harmonies of #EFE033
Complementary color
Monochromatic Colors of #EFE033
Black with #EFE033
Text Example
Text Example
White with #EFE033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE033; }
p { color: rgb(239,224,51); }
H1.HeaderClassName
{
color: #EFE033;
}
.AnyTagClassName
{
color: #EFE033;
}
</style>
background-color css
<style>
a { background-color: #EFE033; }
a { background-color: rgb(239,224,51); }
div.DivClassName
{
background-color: #EFE033;
}
.BgClassName
{
background-color: #EFE033;
}
</style>
border-color css
<style>
span { border-color: #EFE033; }
span { border-color: rgb(239,224,51); }
td.TdClassName
{
border-color: #EFE033;
}
.TagClassName
{
border-color: #EFE033;
}
</style>