Shades of Golden Fizz #EFEB3A
Tints of Golden Fizz #EFEB3A
RGB
CMYK
RGB Variations
Color information
#EFEB3A (or 0xEFEB3A) is known color: Golden Fizz. HEX triplet: EF, EB and 3A. RGB value is (239,235,58). Sum of RGB (Red+Green+Blue) = 239+235+58=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 58 (23.05% from 255 or 10.90% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEB3A is #1014C5. Grayscale: #D8D8D8. Windows color (decimal): -1053894 or 3861487. OLE color: 3861487.
HSL color Cylindrical-coordinate representation of color #EFEB3A: hue angle of 58.67º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFEB3A is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 235 | 58 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.06 |
| HSL | 58.67º | 0.85% | 0.58% | - |
| HSV(B) | 58.67º | 0.76% | 0.94% | - |
| XYZ | 66.07 | 78.07 | 15.59 | - |
| YUV | 216.02 | 38.83 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 58 | 0 | 0.02 | 0.76 | 0.06 | 58.67 | 0.85 | 0.58 |
| Hex | EF | EB | 3A | 0 | 2 | 4C | 6 | 3B | 55 | 3A |
| Octal | 357 | 353 | 72 | 0 | 2 | 114 | 6 | 73 | 125 | 72 |
| Binary | 11101111 | 11101011 | 111010 | 0 | 10 | 1001100 | 110 | 111011 | 1010101 | 111010 |
Color Harmonies of #EFEB3A
Complementary color
Monochromatic Colors of #EFEB3A
Black with #EFEB3A
Text Example
Text Example
White with #EFEB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEB3A; }
p { color: rgb(239,235,58); }
H1.HeaderClassName
{
color: #EFEB3A;
}
.AnyTagClassName
{
color: #EFEB3A;
}
</style>
background-color css
<style>
a { background-color: #EFEB3A; }
a { background-color: rgb(239,235,58); }
div.DivClassName
{
background-color: #EFEB3A;
}
.BgClassName
{
background-color: #EFEB3A;
}
</style>
border-color css
<style>
span { border-color: #EFEB3A; }
span { border-color: rgb(239,235,58); }
td.TdClassName
{
border-color: #EFEB3A;
}
.TagClassName
{
border-color: #EFEB3A;
}
</style>