Shades of Golden Fizz #EFEA3A
Tints of Golden Fizz #EFEA3A
RGB
CMYK
RGB Variations
Color information
#EFEA3A (or 0xEFEA3A) is known color: Golden Fizz. HEX triplet: EF, EA and 3A. RGB value is (239,234,58). Sum of RGB (Red+Green+Blue) = 239+234+58=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 58 (23.05% from 255 or 10.92% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEA3A is #1015C5. Grayscale: #D8D8D8. Windows color (decimal): -1054150 or 3861231. OLE color: 3861231.
HSL color Cylindrical-coordinate representation of color #EFEA3A: hue angle of 58.34º 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 #EFEA3A is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 58 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.06 |
| HSL | 58.34º | 0.85% | 0.58% | - |
| HSV(B) | 58.34º | 0.76% | 0.94% | - |
| XYZ | 65.78 | 77.5 | 15.5 | - |
| YUV | 215.43 | 39.16 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 58 | 0 | 0.02 | 0.76 | 0.06 | 58.34 | 0.85 | 0.58 |
| Hex | EF | EA | 3A | 0 | 2 | 4C | 6 | 3A | 55 | 3A |
| Octal | 357 | 352 | 72 | 0 | 2 | 114 | 6 | 72 | 125 | 72 |
| Binary | 11101111 | 11101010 | 111010 | 0 | 10 | 1001100 | 110 | 111010 | 1010101 | 111010 |
Color Harmonies of #EFEA3A
Complementary color
Monochromatic Colors of #EFEA3A
Black with #EFEA3A
Text Example
Text Example
White with #EFEA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEA3A; }
p { color: rgb(239,234,58); }
H1.HeaderClassName
{
color: #EFEA3A;
}
.AnyTagClassName
{
color: #EFEA3A;
}
</style>
background-color css
<style>
a { background-color: #EFEA3A; }
a { background-color: rgb(239,234,58); }
div.DivClassName
{
background-color: #EFEA3A;
}
.BgClassName
{
background-color: #EFEA3A;
}
</style>
border-color css
<style>
span { border-color: #EFEA3A; }
span { border-color: rgb(239,234,58); }
td.TdClassName
{
border-color: #EFEA3A;
}
.TagClassName
{
border-color: #EFEA3A;
}
</style>