Shades of Golden Fizz #EFDF34
Tints of Golden Fizz #EFDF34
RGB
CMYK
RGB Variations
Color information
#EFDF34 (or 0xEFDF34) is known color: Golden Fizz. HEX triplet: EF, DF and 34. RGB value is (239,223,52). Sum of RGB (Red+Green+Blue) = 239+223+52=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 52 (20.70% from 255 or 10.12% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF34 is #1020CB. Grayscale: #D0D0D0. Windows color (decimal): -1056972 or 3465199. OLE color: 3465199.
HSL color Cylindrical-coordinate representation of color #EFDF34: hue angle of 54.87º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EFDF34 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 52 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.06 |
| HSL | 54.87º | 0.85% | 0.57% | - |
| HSV(B) | 54.87º | 0.78% | 0.94% | - |
| XYZ | 62.6 | 71.37 | 13.73 | - |
| YUV | 208.29 | 39.8 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 52 | 0 | 0.07 | 0.78 | 0.06 | 54.87 | 0.85 | 0.57 |
| Hex | EF | DF | 34 | 0 | 7 | 4E | 6 | 37 | 55 | 39 |
| Octal | 357 | 337 | 64 | 0 | 7 | 116 | 6 | 67 | 125 | 71 |
| Binary | 11101111 | 11011111 | 110100 | 0 | 111 | 1001110 | 110 | 110111 | 1010101 | 111001 |
Color Harmonies of #EFDF34
Complementary color
Monochromatic Colors of #EFDF34
Black with #EFDF34
Text Example
Text Example
White with #EFDF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF34; }
p { color: rgb(239,223,52); }
H1.HeaderClassName
{
color: #EFDF34;
}
.AnyTagClassName
{
color: #EFDF34;
}
</style>
background-color css
<style>
a { background-color: #EFDF34; }
a { background-color: rgb(239,223,52); }
div.DivClassName
{
background-color: #EFDF34;
}
.BgClassName
{
background-color: #EFDF34;
}
</style>
border-color css
<style>
span { border-color: #EFDF34; }
span { border-color: rgb(239,223,52); }
td.TdClassName
{
border-color: #EFDF34;
}
.TagClassName
{
border-color: #EFDF34;
}
</style>