Shades of Golden Fizz #EFDA3A
Tints of Golden Fizz #EFDA3A
RGB
CMYK
RGB Variations
Color information
#EFDA3A (or 0xEFDA3A) is known color: Golden Fizz. HEX triplet: EF, DA and 3A. RGB value is (239,218,58). Sum of RGB (Red+Green+Blue) = 239+218+58=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 58 (23.05% from 255 or 11.26% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDA3A is #1025C5. Grayscale: #CECECE. Windows color (decimal): -1058246 or 3857135. OLE color: 3857135.
HSL color Cylindrical-coordinate representation of color #EFDA3A: hue angle of 53.04º 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 #EFDA3A is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 58 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.06 |
| HSL | 53.04º | 0.85% | 0.58% | - |
| HSV(B) | 53.04º | 0.76% | 0.94% | - |
| XYZ | 61.43 | 68.8 | 14.04 | - |
| YUV | 206.04 | 44.46 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 58 | 0 | 0.09 | 0.76 | 0.06 | 53.04 | 0.85 | 0.58 |
| Hex | EF | DA | 3A | 0 | 9 | 4C | 6 | 35 | 55 | 3A |
| Octal | 357 | 332 | 72 | 0 | 11 | 114 | 6 | 65 | 125 | 72 |
| Binary | 11101111 | 11011010 | 111010 | 0 | 1001 | 1001100 | 110 | 110101 | 1010101 | 111010 |
Color Harmonies of #EFDA3A
Complementary color
Monochromatic Colors of #EFDA3A
Black with #EFDA3A
Text Example
Text Example
White with #EFDA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA3A; }
p { color: rgb(239,218,58); }
H1.HeaderClassName
{
color: #EFDA3A;
}
.AnyTagClassName
{
color: #EFDA3A;
}
</style>
background-color css
<style>
a { background-color: #EFDA3A; }
a { background-color: rgb(239,218,58); }
div.DivClassName
{
background-color: #EFDA3A;
}
.BgClassName
{
background-color: #EFDA3A;
}
</style>
border-color css
<style>
span { border-color: #EFDA3A; }
span { border-color: rgb(239,218,58); }
td.TdClassName
{
border-color: #EFDA3A;
}
.TagClassName
{
border-color: #EFDA3A;
}
</style>