Shades of Golden Fizz #EFDA2E
Tints of Golden Fizz #EFDA2E
RGB
CMYK
RGB Variations
Color information
#EFDA2E (or 0xEFDA2E) is known color: Golden Fizz. HEX triplet: EF, DA and 2E. RGB value is (239,218,46). Sum of RGB (Red+Green+Blue) = 239+218+46=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 46 (18.36% from 255 or 9.15% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDA2E is #1025D1. Grayscale: #CDCDCD. Windows color (decimal): -1058258 or 3070703. OLE color: 3070703.
HSL color Cylindrical-coordinate representation of color #EFDA2E: hue angle of 53.47º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFDA2E is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 46 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.06 |
| HSL | 53.47º | 0.86% | 0.56% | - |
| HSV(B) | 53.47º | 0.81% | 0.94% | - |
| XYZ | 61.16 | 68.69 | 12.62 | - |
| YUV | 204.67 | 38.46 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 46 | 0 | 0.09 | 0.81 | 0.06 | 53.47 | 0.86 | 0.56 |
| Hex | EF | DA | 2E | 0 | 9 | 51 | 6 | 35 | 56 | 38 |
| Octal | 357 | 332 | 56 | 0 | 11 | 121 | 6 | 65 | 126 | 70 |
| Binary | 11101111 | 11011010 | 101110 | 0 | 1001 | 1010001 | 110 | 110101 | 1010110 | 111000 |
Color Harmonies of #EFDA2E
Complementary color
Monochromatic Colors of #EFDA2E
Black with #EFDA2E
Text Example
Text Example
White with #EFDA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA2E; }
p { color: rgb(239,218,46); }
H1.HeaderClassName
{
color: #EFDA2E;
}
.AnyTagClassName
{
color: #EFDA2E;
}
</style>
background-color css
<style>
a { background-color: #EFDA2E; }
a { background-color: rgb(239,218,46); }
div.DivClassName
{
background-color: #EFDA2E;
}
.BgClassName
{
background-color: #EFDA2E;
}
</style>
border-color css
<style>
span { border-color: #EFDA2E; }
span { border-color: rgb(239,218,46); }
td.TdClassName
{
border-color: #EFDA2E;
}
.TagClassName
{
border-color: #EFDA2E;
}
</style>