Shades of Golden Fizz #EFDF3A
Tints of Golden Fizz #EFDF3A
RGB
CMYK
RGB Variations
Color information
#EFDF3A (or 0xEFDF3A) is known color: Golden Fizz. HEX triplet: EF, DF and 3A. RGB value is (239,223,58). Sum of RGB (Red+Green+Blue) = 239+223+58=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 58 (23.05% from 255 or 11.15% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF3A is #1020C5. Grayscale: #D1D1D1. Windows color (decimal): -1056966 or 3858415. OLE color: 3858415.
HSL color Cylindrical-coordinate representation of color #EFDF3A: hue angle of 54.7º 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 #EFDF3A is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 58 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.06 |
| HSL | 54.7º | 0.85% | 0.58% | - |
| HSV(B) | 54.7º | 0.76% | 0.94% | - |
| XYZ | 62.75 | 71.43 | 14.48 | - |
| YUV | 208.97 | 42.8 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 58 | 0 | 0.07 | 0.76 | 0.06 | 54.7 | 0.85 | 0.58 |
| Hex | EF | DF | 3A | 0 | 7 | 4C | 6 | 37 | 55 | 3A |
| Octal | 357 | 337 | 72 | 0 | 7 | 114 | 6 | 67 | 125 | 72 |
| Binary | 11101111 | 11011111 | 111010 | 0 | 111 | 1001100 | 110 | 110111 | 1010101 | 111010 |
Color Harmonies of #EFDF3A
Complementary color
Monochromatic Colors of #EFDF3A
Black with #EFDF3A
Text Example
Text Example
White with #EFDF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF3A; }
p { color: rgb(239,223,58); }
H1.HeaderClassName
{
color: #EFDF3A;
}
.AnyTagClassName
{
color: #EFDF3A;
}
</style>
background-color css
<style>
a { background-color: #EFDF3A; }
a { background-color: rgb(239,223,58); }
div.DivClassName
{
background-color: #EFDF3A;
}
.BgClassName
{
background-color: #EFDF3A;
}
</style>
border-color css
<style>
span { border-color: #EFDF3A; }
span { border-color: rgb(239,223,58); }
td.TdClassName
{
border-color: #EFDF3A;
}
.TagClassName
{
border-color: #EFDF3A;
}
</style>