Shades of Golden Fizz #EFD73C
Tints of Golden Fizz #EFD73C
RGB
CMYK
RGB Variations
Color information
#EFD73C (or 0xEFD73C) is known color: Golden Fizz. HEX triplet: EF, D7 and 3C. RGB value is (239,215,60). Sum of RGB (Red+Green+Blue) = 239+215+60=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 60 (23.83% from 255 or 11.67% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD73C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD73C is #1028C3. Grayscale: #CDCDCD. Windows color (decimal): -1059012 or 3987439. OLE color: 3987439.
HSL color Cylindrical-coordinate representation of color #EFD73C: hue angle of 51.96º 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 #EFD73C is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 215 | 60 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.06 |
| HSL | 51.96º | 0.85% | 0.59% | - |
| HSV(B) | 51.96º | 0.75% | 0.94% | - |
| XYZ | 60.71 | 67.28 | 14.06 | - |
| YUV | 204.51 | 46.45 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 215 | 60 | 0 | 0.10 | 0.75 | 0.06 | 51.96 | 0.85 | 0.59 |
| Hex | EF | D7 | 3C | 0 | A | 4B | 6 | 34 | 55 | 3B |
| Octal | 357 | 327 | 74 | 0 | 12 | 113 | 6 | 64 | 125 | 73 |
| Binary | 11101111 | 11010111 | 111100 | 0 | 1010 | 1001011 | 110 | 110100 | 1010101 | 111011 |
Color Harmonies of #EFD73C
Complementary color
Monochromatic Colors of #EFD73C
Black with #EFD73C
Text Example
Text Example
White with #EFD73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD73C; }
p { color: rgb(239,215,60); }
H1.HeaderClassName
{
color: #EFD73C;
}
.AnyTagClassName
{
color: #EFD73C;
}
</style>
background-color css
<style>
a { background-color: #EFD73C; }
a { background-color: rgb(239,215,60); }
div.DivClassName
{
background-color: #EFD73C;
}
.BgClassName
{
background-color: #EFD73C;
}
</style>
border-color css
<style>
span { border-color: #EFD73C; }
span { border-color: rgb(239,215,60); }
td.TdClassName
{
border-color: #EFD73C;
}
.TagClassName
{
border-color: #EFD73C;
}
</style>