Shades of Golden Fizz #EFDD3C
Tints of Golden Fizz #EFDD3C
RGB
CMYK
RGB Variations
Color information
#EFDD3C (or 0xEFDD3C) is known color: Golden Fizz. HEX triplet: EF, DD and 3C. RGB value is (239,221,60). Sum of RGB (Red+Green+Blue) = 239+221+60=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 60 (23.83% from 255 or 11.54% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDD3C is #1022C3. Grayscale: #D0D0D0. Windows color (decimal): -1057476 or 3988975. OLE color: 3988975.
HSL color Cylindrical-coordinate representation of color #EFDD3C: hue angle of 53.97º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EFDD3C is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 60 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.06 |
| HSL | 53.97º | 0.85% | 0.59% | - |
| HSV(B) | 53.97º | 0.75% | 0.94% | - |
| XYZ | 62.27 | 70.39 | 14.58 | - |
| YUV | 208.03 | 44.46 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 60 | 0 | 0.08 | 0.75 | 0.06 | 53.97 | 0.85 | 0.59 |
| Hex | EF | DD | 3C | 0 | 8 | 4B | 6 | 36 | 55 | 3B |
| Octal | 357 | 335 | 74 | 0 | 10 | 113 | 6 | 66 | 125 | 73 |
| Binary | 11101111 | 11011101 | 111100 | 0 | 1000 | 1001011 | 110 | 110110 | 1010101 | 111011 |
Color Harmonies of #EFDD3C
Complementary color
Monochromatic Colors of #EFDD3C
Black with #EFDD3C
Text Example
Text Example
White with #EFDD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD3C; }
p { color: rgb(239,221,60); }
H1.HeaderClassName
{
color: #EFDD3C;
}
.AnyTagClassName
{
color: #EFDD3C;
}
</style>
background-color css
<style>
a { background-color: #EFDD3C; }
a { background-color: rgb(239,221,60); }
div.DivClassName
{
background-color: #EFDD3C;
}
.BgClassName
{
background-color: #EFDD3C;
}
</style>
border-color css
<style>
span { border-color: #EFDD3C; }
span { border-color: rgb(239,221,60); }
td.TdClassName
{
border-color: #EFDD3C;
}
.TagClassName
{
border-color: #EFDD3C;
}
</style>