Shades of Golden Fizz #EFE521
Tints of Golden Fizz #EFE521
RGB
CMYK
RGB Variations
Color information
#EFE521 (or 0xEFE521) is known color: Golden Fizz. HEX triplet: EF, E5 and 21. RGB value is (239,229,33). Sum of RGB (Red+Green+Blue) = 239+229+33=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 229 (89.84% from 255 or 45.71% from 501); Blue value is 33 (13.28% from 255 or 6.59% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE521 is #101ADE. Grayscale: #D2D2D2. Windows color (decimal): -1055455 or 2221551. OLE color: 2221551.
HSL color Cylindrical-coordinate representation of color #EFE521: hue angle of 57.09º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EFE521 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 33 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.06 |
| HSL | 57.09º | 0.87% | 0.53% | - |
| HSV(B) | 57.09º | 0.86% | 0.94% | - |
| XYZ | 63.89 | 74.5 | 12.45 | - |
| YUV | 209.65 | 28.31 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 33 | 0 | 0.04 | 0.86 | 0.06 | 57.09 | 0.87 | 0.53 |
| Hex | EF | E5 | 21 | 0 | 4 | 56 | 6 | 39 | 57 | 35 |
| Octal | 357 | 345 | 41 | 0 | 4 | 126 | 6 | 71 | 127 | 65 |
| Binary | 11101111 | 11100101 | 100001 | 0 | 100 | 1010110 | 110 | 111001 | 1010111 | 110101 |
Color Harmonies of #EFE521
Complementary color
Monochromatic Colors of #EFE521
Black with #EFE521
Text Example
Text Example
White with #EFE521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE521; }
p { color: rgb(239,229,33); }
H1.HeaderClassName
{
color: #EFE521;
}
.AnyTagClassName
{
color: #EFE521;
}
</style>
background-color css
<style>
a { background-color: #EFE521; }
a { background-color: rgb(239,229,33); }
div.DivClassName
{
background-color: #EFE521;
}
.BgClassName
{
background-color: #EFE521;
}
</style>
border-color css
<style>
span { border-color: #EFE521; }
span { border-color: rgb(239,229,33); }
td.TdClassName
{
border-color: #EFE521;
}
.TagClassName
{
border-color: #EFE521;
}
</style>