Shades of Golden Fizz #EFE52E
Tints of Golden Fizz #EFE52E
RGB
CMYK
RGB Variations
Color information
#EFE52E (or 0xEFE52E) is known color: Golden Fizz. HEX triplet: EF, E5 and 2E. RGB value is (239,229,46). Sum of RGB (Red+Green+Blue) = 239+229+46=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 46 (18.36% from 255 or 8.95% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE52E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE52E is #101AD1. Grayscale: #D3D3D3. Windows color (decimal): -1055442 or 3073519. OLE color: 3073519.
HSL color Cylindrical-coordinate representation of color #EFE52E: hue angle of 56.89º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFE52E is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 46 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.06 |
| HSL | 56.89º | 0.86% | 0.56% | - |
| HSV(B) | 56.89º | 0.81% | 0.94% | - |
| XYZ | 64.11 | 74.59 | 13.6 | - |
| YUV | 211.13 | 34.81 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 46 | 0 | 0.04 | 0.81 | 0.06 | 56.89 | 0.86 | 0.56 |
| Hex | EF | E5 | 2E | 0 | 4 | 51 | 6 | 39 | 56 | 38 |
| Octal | 357 | 345 | 56 | 0 | 4 | 121 | 6 | 71 | 126 | 70 |
| Binary | 11101111 | 11100101 | 101110 | 0 | 100 | 1010001 | 110 | 111001 | 1010110 | 111000 |
Color Harmonies of #EFE52E
Complementary color
Monochromatic Colors of #EFE52E
Black with #EFE52E
Text Example
Text Example
White with #EFE52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE52E; }
p { color: rgb(239,229,46); }
H1.HeaderClassName
{
color: #EFE52E;
}
.AnyTagClassName
{
color: #EFE52E;
}
</style>
background-color css
<style>
a { background-color: #EFE52E; }
a { background-color: rgb(239,229,46); }
div.DivClassName
{
background-color: #EFE52E;
}
.BgClassName
{
background-color: #EFE52E;
}
</style>
border-color css
<style>
span { border-color: #EFE52E; }
span { border-color: rgb(239,229,46); }
td.TdClassName
{
border-color: #EFE52E;
}
.TagClassName
{
border-color: #EFE52E;
}
</style>