Shades of Golden Fizz #EFE42F
Tints of Golden Fizz #EFE42F
RGB
CMYK
RGB Variations
Color information
#EFE42F (or 0xEFE42F) is known color: Golden Fizz. HEX triplet: EF, E4 and 2F. RGB value is (239,228,47). Sum of RGB (Red+Green+Blue) = 239+228+47=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 228 (89.45% from 255 or 44.36% from 514); Blue value is 47 (18.75% from 255 or 9.14% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE42F is #101BD0. Grayscale: #D3D3D3. Windows color (decimal): -1055697 or 3138799. OLE color: 3138799.
HSL color Cylindrical-coordinate representation of color #EFE42F: hue angle of 56.56º 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 #EFE42F is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 47 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.06 |
| HSL | 56.56º | 0.86% | 0.56% | - |
| HSV(B) | 56.56º | 0.8% | 0.94% | - |
| XYZ | 63.85 | 74.04 | 13.62 | - |
| YUV | 210.66 | 35.64 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 47 | 0 | 0.05 | 0.80 | 0.06 | 56.56 | 0.86 | 0.56 |
| Hex | EF | E4 | 2F | 0 | 5 | 50 | 6 | 39 | 56 | 38 |
| Octal | 357 | 344 | 57 | 0 | 5 | 120 | 6 | 71 | 126 | 70 |
| Binary | 11101111 | 11100100 | 101111 | 0 | 101 | 1010000 | 110 | 111001 | 1010110 | 111000 |
Color Harmonies of #EFE42F
Complementary color
Monochromatic Colors of #EFE42F
Black with #EFE42F
Text Example
Text Example
White with #EFE42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE42F; }
p { color: rgb(239,228,47); }
H1.HeaderClassName
{
color: #EFE42F;
}
.AnyTagClassName
{
color: #EFE42F;
}
</style>
background-color css
<style>
a { background-color: #EFE42F; }
a { background-color: rgb(239,228,47); }
div.DivClassName
{
background-color: #EFE42F;
}
.BgClassName
{
background-color: #EFE42F;
}
</style>
border-color css
<style>
span { border-color: #EFE42F; }
span { border-color: rgb(239,228,47); }
td.TdClassName
{
border-color: #EFE42F;
}
.TagClassName
{
border-color: #EFE42F;
}
</style>