Shades of Golden Fizz #EFEC33
Tints of Golden Fizz #EFEC33
RGB
CMYK
RGB Variations
Color information
#EFEC33 (or 0xEFEC33) is known color: Golden Fizz. HEX triplet: EF, EC and 33. RGB value is (239,236,51). Sum of RGB (Red+Green+Blue) = 239+236+51=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 51 (20.31% from 255 or 9.70% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC33 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEC33 is #1013CC. Grayscale: #D8D8D8. Windows color (decimal): -1053645 or 3402991. OLE color: 3402991.
HSL color Cylindrical-coordinate representation of color #EFEC33: hue angle of 59.04º 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 #EFEC33 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 51 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.06 |
| HSL | 59.04º | 0.85% | 0.57% | - |
| HSV(B) | 59.04º | 0.79% | 0.94% | - |
| XYZ | 66.19 | 78.58 | 14.81 | - |
| YUV | 215.81 | 34.99 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 51 | 0 | 0.01 | 0.79 | 0.06 | 59.04 | 0.85 | 0.57 |
| Hex | EF | EC | 33 | 0 | 1 | 4F | 6 | 3B | 55 | 39 |
| Octal | 357 | 354 | 63 | 0 | 1 | 117 | 6 | 73 | 125 | 71 |
| Binary | 11101111 | 11101100 | 110011 | 0 | 1 | 1001111 | 110 | 111011 | 1010101 | 111001 |
Color Harmonies of #EFEC33
Complementary color
Monochromatic Colors of #EFEC33
Black with #EFEC33
Text Example
Text Example
White with #EFEC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEC33; }
p { color: rgb(239,236,51); }
H1.HeaderClassName
{
color: #EFEC33;
}
.AnyTagClassName
{
color: #EFEC33;
}
</style>
background-color css
<style>
a { background-color: #EFEC33; }
a { background-color: rgb(239,236,51); }
div.DivClassName
{
background-color: #EFEC33;
}
.BgClassName
{
background-color: #EFEC33;
}
</style>
border-color css
<style>
span { border-color: #EFEC33; }
span { border-color: rgb(239,236,51); }
td.TdClassName
{
border-color: #EFEC33;
}
.TagClassName
{
border-color: #EFEC33;
}
</style>