Shades of Golden Fizz #EFDD36
Tints of Golden Fizz #EFDD36
RGB
CMYK
RGB Variations
Color information
#EFDD36 (or 0xEFDD36) is known color: Golden Fizz. HEX triplet: EF, DD and 36. RGB value is (239,221,54). Sum of RGB (Red+Green+Blue) = 239+221+54=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 54 (21.48% from 255 or 10.51% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDD36 is #1022C9. Grayscale: #D0D0D0. Windows color (decimal): -1057482 or 3595759. OLE color: 3595759.
HSL color Cylindrical-coordinate representation of color #EFDD36: hue angle of 54.16º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFDD36 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 54 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.06 |
| HSL | 54.16º | 0.85% | 0.57% | - |
| HSV(B) | 54.16º | 0.77% | 0.94% | - |
| XYZ | 62.12 | 70.33 | 13.79 | - |
| YUV | 207.34 | 41.46 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 54 | 0 | 0.08 | 0.77 | 0.06 | 54.16 | 0.85 | 0.57 |
| Hex | EF | DD | 36 | 0 | 8 | 4D | 6 | 36 | 55 | 39 |
| Octal | 357 | 335 | 66 | 0 | 10 | 115 | 6 | 66 | 125 | 71 |
| Binary | 11101111 | 11011101 | 110110 | 0 | 1000 | 1001101 | 110 | 110110 | 1010101 | 111001 |
Color Harmonies of #EFDD36
Complementary color
Monochromatic Colors of #EFDD36
Black with #EFDD36
Text Example
Text Example
White with #EFDD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD36; }
p { color: rgb(239,221,54); }
H1.HeaderClassName
{
color: #EFDD36;
}
.AnyTagClassName
{
color: #EFDD36;
}
</style>
background-color css
<style>
a { background-color: #EFDD36; }
a { background-color: rgb(239,221,54); }
div.DivClassName
{
background-color: #EFDD36;
}
.BgClassName
{
background-color: #EFDD36;
}
</style>
border-color css
<style>
span { border-color: #EFDD36; }
span { border-color: rgb(239,221,54); }
td.TdClassName
{
border-color: #EFDD36;
}
.TagClassName
{
border-color: #EFDD36;
}
</style>