Shades of Golden Fizz #EFDC34
Tints of Golden Fizz #EFDC34
RGB
CMYK
RGB Variations
Color information
#EFDC34 (or 0xEFDC34) is known color: Golden Fizz. HEX triplet: EF, DC and 34. RGB value is (239,220,52). Sum of RGB (Red+Green+Blue) = 239+220+52=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 52 (20.70% from 255 or 10.18% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC34 is #1023CB. Grayscale: #CFCFCF. Windows color (decimal): -1057740 or 3464431. OLE color: 3464431.
HSL color Cylindrical-coordinate representation of color #EFDC34: hue angle of 53.9º 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 #EFDC34 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 52 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.06 |
| HSL | 53.9º | 0.85% | 0.57% | - |
| HSV(B) | 53.9º | 0.78% | 0.94% | - |
| XYZ | 61.81 | 69.79 | 13.46 | - |
| YUV | 206.53 | 40.79 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 52 | 0 | 0.08 | 0.78 | 0.06 | 53.9 | 0.85 | 0.57 |
| Hex | EF | DC | 34 | 0 | 8 | 4E | 6 | 36 | 55 | 39 |
| Octal | 357 | 334 | 64 | 0 | 10 | 116 | 6 | 66 | 125 | 71 |
| Binary | 11101111 | 11011100 | 110100 | 0 | 1000 | 1001110 | 110 | 110110 | 1010101 | 111001 |
Color Harmonies of #EFDC34
Complementary color
Monochromatic Colors of #EFDC34
Black with #EFDC34
Text Example
Text Example
White with #EFDC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC34; }
p { color: rgb(239,220,52); }
H1.HeaderClassName
{
color: #EFDC34;
}
.AnyTagClassName
{
color: #EFDC34;
}
</style>
background-color css
<style>
a { background-color: #EFDC34; }
a { background-color: rgb(239,220,52); }
div.DivClassName
{
background-color: #EFDC34;
}
.BgClassName
{
background-color: #EFDC34;
}
</style>
border-color css
<style>
span { border-color: #EFDC34; }
span { border-color: rgb(239,220,52); }
td.TdClassName
{
border-color: #EFDC34;
}
.TagClassName
{
border-color: #EFDC34;
}
</style>