Shades of Golden Fizz #EFEF30
Tints of Golden Fizz #EFEF30
RGB
CMYK
RGB Variations
Color information
#EFEF30 (or 0xEFEF30) is known color: Golden Fizz. HEX triplet: EF, EF and 30. RGB value is (239,239,48). Sum of RGB (Red+Green+Blue) = 239+239+48=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 239 (93.75% from 255 or 45.44% from 526); Blue value is 48 (19.14% from 255 or 9.13% from 526); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEF30 is #1010CF. Grayscale: #D9D9D9. Windows color (decimal): -1052880 or 3207151. OLE color: 3207151.
HSL color Cylindrical-coordinate representation of color #EFEF30: hue angle of 60º 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 #EFEF30 is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 239 | 48 | - |
| CMYK | 0 | 0 | 0.80 | 0.06 |
| HSL | 60º | 0.86% | 0.56% | - |
| HSV(B) | 60º | 0.8% | 0.94% | - |
| XYZ | 67 | 80.3 | 14.76 | - |
| YUV | 217.23 | 32.5 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 239 | 48 | 0 | 0 | 0.80 | 0.06 | 60 | 0.86 | 0.56 |
| Hex | EF | EF | 30 | 0 | 0 | 50 | 6 | 3C | 56 | 38 |
| Octal | 357 | 357 | 60 | 0 | 0 | 120 | 6 | 74 | 126 | 70 |
| Binary | 11101111 | 11101111 | 110000 | 0 | 0 | 1010000 | 110 | 111100 | 1010110 | 111000 |
Color Harmonies of #EFEF30
Complementary color
Monochromatic Colors of #EFEF30
Black with #EFEF30
Text Example
Text Example
White with #EFEF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEF30; }
p { color: rgb(239,239,48); }
H1.HeaderClassName
{
color: #EFEF30;
}
.AnyTagClassName
{
color: #EFEF30;
}
</style>
background-color css
<style>
a { background-color: #EFEF30; }
a { background-color: rgb(239,239,48); }
div.DivClassName
{
background-color: #EFEF30;
}
.BgClassName
{
background-color: #EFEF30;
}
</style>
border-color css
<style>
span { border-color: #EFEF30; }
span { border-color: rgb(239,239,48); }
td.TdClassName
{
border-color: #EFEF30;
}
.TagClassName
{
border-color: #EFEF30;
}
</style>