Shades of Golden Fizz #EFDE3C
Tints of Golden Fizz #EFDE3C
RGB
CMYK
RGB Variations
Color information
#EFDE3C (or 0xEFDE3C) is known color: Golden Fizz. HEX triplet: EF, DE and 3C. RGB value is (239,222,60). Sum of RGB (Red+Green+Blue) = 239+222+60=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 60 (23.83% from 255 or 11.52% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDE3C is #1021C3. Grayscale: #D1D1D1. Windows color (decimal): -1057220 or 3989231. OLE color: 3989231.
HSL color Cylindrical-coordinate representation of color #EFDE3C: hue angle of 54.3º 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 #EFDE3C is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 222 | 60 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.06 |
| HSL | 54.3º | 0.85% | 0.59% | - |
| HSV(B) | 54.3º | 0.75% | 0.94% | - |
| XYZ | 62.53 | 70.92 | 14.67 | - |
| YUV | 208.62 | 44.13 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 60 | 0 | 0.07 | 0.75 | 0.06 | 54.3 | 0.85 | 0.59 |
| Hex | EF | DE | 3C | 0 | 7 | 4B | 6 | 36 | 55 | 3B |
| Octal | 357 | 336 | 74 | 0 | 7 | 113 | 6 | 66 | 125 | 73 |
| Binary | 11101111 | 11011110 | 111100 | 0 | 111 | 1001011 | 110 | 110110 | 1010101 | 111011 |
Color Harmonies of #EFDE3C
Complementary color
Monochromatic Colors of #EFDE3C
Black with #EFDE3C
Text Example
Text Example
White with #EFDE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDE3C; }
p { color: rgb(239,222,60); }
H1.HeaderClassName
{
color: #EFDE3C;
}
.AnyTagClassName
{
color: #EFDE3C;
}
</style>
background-color css
<style>
a { background-color: #EFDE3C; }
a { background-color: rgb(239,222,60); }
div.DivClassName
{
background-color: #EFDE3C;
}
.BgClassName
{
background-color: #EFDE3C;
}
</style>
border-color css
<style>
span { border-color: #EFDE3C; }
span { border-color: rgb(239,222,60); }
td.TdClassName
{
border-color: #EFDE3C;
}
.TagClassName
{
border-color: #EFDE3C;
}
</style>