Shades of Golden Fizz #EFDA3B
Tints of Golden Fizz #EFDA3B
RGB
CMYK
RGB Variations
Color information
#EFDA3B (or 0xEFDA3B) is known color: Golden Fizz. HEX triplet: EF, DA and 3B. RGB value is (239,218,59). Sum of RGB (Red+Green+Blue) = 239+218+59=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 59 (23.44% from 255 or 11.43% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDA3B is #1025C4. Grayscale: #CECECE. Windows color (decimal): -1058245 or 3922671. OLE color: 3922671.
HSL color Cylindrical-coordinate representation of color #EFDA3B: hue angle of 53º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EFDA3B is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 59 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.06 |
| HSL | 53º | 0.85% | 0.58% | - |
| HSV(B) | 53º | 0.75% | 0.94% | - |
| XYZ | 61.46 | 68.81 | 14.18 | - |
| YUV | 206.15 | 44.96 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 59 | 0 | 0.09 | 0.75 | 0.06 | 53 | 0.85 | 0.58 |
| Hex | EF | DA | 3B | 0 | 9 | 4B | 6 | 35 | 55 | 3A |
| Octal | 357 | 332 | 73 | 0 | 11 | 113 | 6 | 65 | 125 | 72 |
| Binary | 11101111 | 11011010 | 111011 | 0 | 1001 | 1001011 | 110 | 110101 | 1010101 | 111010 |
Color Harmonies of #EFDA3B
Complementary color
Monochromatic Colors of #EFDA3B
Black with #EFDA3B
Text Example
Text Example
White with #EFDA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA3B; }
p { color: rgb(239,218,59); }
H1.HeaderClassName
{
color: #EFDA3B;
}
.AnyTagClassName
{
color: #EFDA3B;
}
</style>
background-color css
<style>
a { background-color: #EFDA3B; }
a { background-color: rgb(239,218,59); }
div.DivClassName
{
background-color: #EFDA3B;
}
.BgClassName
{
background-color: #EFDA3B;
}
</style>
border-color css
<style>
span { border-color: #EFDA3B; }
span { border-color: rgb(239,218,59); }
td.TdClassName
{
border-color: #EFDA3B;
}
.TagClassName
{
border-color: #EFDA3B;
}
</style>