Shades of Golden Fizz #EFD73B
Tints of Golden Fizz #EFD73B
RGB
CMYK
RGB Variations
Color information
#EFD73B (or 0xEFD73B) is known color: Golden Fizz. HEX triplet: EF, D7 and 3B. RGB value is (239,215,59). Sum of RGB (Red+Green+Blue) = 239+215+59=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 59 (23.44% from 255 or 11.50% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD73B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD73B is #1028C4. Grayscale: #CDCDCD. Windows color (decimal): -1059013 or 3921903. OLE color: 3921903.
HSL color Cylindrical-coordinate representation of color #EFD73B: hue angle of 52º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EFD73B is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 215 | 59 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.06 |
| HSL | 52º | 0.85% | 0.58% | - |
| HSV(B) | 52º | 0.75% | 0.94% | - |
| XYZ | 60.69 | 67.27 | 13.92 | - |
| YUV | 204.39 | 45.95 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 215 | 59 | 0 | 0.10 | 0.75 | 0.06 | 52 | 0.85 | 0.58 |
| Hex | EF | D7 | 3B | 0 | A | 4B | 6 | 34 | 55 | 3A |
| Octal | 357 | 327 | 73 | 0 | 12 | 113 | 6 | 64 | 125 | 72 |
| Binary | 11101111 | 11010111 | 111011 | 0 | 1010 | 1001011 | 110 | 110100 | 1010101 | 111010 |
Color Harmonies of #EFD73B
Complementary color
Monochromatic Colors of #EFD73B
Black with #EFD73B
Text Example
Text Example
White with #EFD73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD73B; }
p { color: rgb(239,215,59); }
H1.HeaderClassName
{
color: #EFD73B;
}
.AnyTagClassName
{
color: #EFD73B;
}
</style>
background-color css
<style>
a { background-color: #EFD73B; }
a { background-color: rgb(239,215,59); }
div.DivClassName
{
background-color: #EFD73B;
}
.BgClassName
{
background-color: #EFD73B;
}
</style>
border-color css
<style>
span { border-color: #EFD73B; }
span { border-color: rgb(239,215,59); }
td.TdClassName
{
border-color: #EFD73B;
}
.TagClassName
{
border-color: #EFD73B;
}
</style>