Shades of Golden Fizz #EFE52F
Tints of Golden Fizz #EFE52F
RGB
CMYK
RGB Variations
Color information
#EFE52F (or 0xEFE52F) is known color: Golden Fizz. HEX triplet: EF, E5 and 2F. RGB value is (239,229,47). Sum of RGB (Red+Green+Blue) = 239+229+47=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 229 (89.84% from 255 or 44.47% from 515); Blue value is 47 (18.75% from 255 or 9.13% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE52F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE52F is #101AD0. Grayscale: #D3D3D3. Windows color (decimal): -1055441 or 3139055. OLE color: 3139055.
HSL color Cylindrical-coordinate representation of color #EFE52F: hue angle of 56.88º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFE52F is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 47 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.06 |
| HSL | 56.88º | 0.86% | 0.56% | - |
| HSV(B) | 56.88º | 0.8% | 0.94% | - |
| XYZ | 64.13 | 74.59 | 13.71 | - |
| YUV | 211.24 | 35.31 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 47 | 0 | 0.04 | 0.80 | 0.06 | 56.88 | 0.86 | 0.56 |
| Hex | EF | E5 | 2F | 0 | 4 | 50 | 6 | 39 | 56 | 38 |
| Octal | 357 | 345 | 57 | 0 | 4 | 120 | 6 | 71 | 126 | 70 |
| Binary | 11101111 | 11100101 | 101111 | 0 | 100 | 1010000 | 110 | 111001 | 1010110 | 111000 |
Color Harmonies of #EFE52F
Complementary color
Monochromatic Colors of #EFE52F
Black with #EFE52F
Text Example
Text Example
White with #EFE52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE52F; }
p { color: rgb(239,229,47); }
H1.HeaderClassName
{
color: #EFE52F;
}
.AnyTagClassName
{
color: #EFE52F;
}
</style>
background-color css
<style>
a { background-color: #EFE52F; }
a { background-color: rgb(239,229,47); }
div.DivClassName
{
background-color: #EFE52F;
}
.BgClassName
{
background-color: #EFE52F;
}
</style>
border-color css
<style>
span { border-color: #EFE52F; }
span { border-color: rgb(239,229,47); }
td.TdClassName
{
border-color: #EFE52F;
}
.TagClassName
{
border-color: #EFE52F;
}
</style>