Shades of Golden Fizz #EFD539
Tints of Golden Fizz #EFD539
RGB
CMYK
RGB Variations
Color information
#EFD539 (or 0xEFD539) is known color: Golden Fizz. HEX triplet: EF, D5 and 39. RGB value is (239,213,57). Sum of RGB (Red+Green+Blue) = 239+213+57=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 57 (22.66% from 255 or 11.20% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD539 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD539 is #102AC6. Grayscale: #CBCBCB. Windows color (decimal): -1059527 or 3790319. OLE color: 3790319.
HSL color Cylindrical-coordinate representation of color #EFD539: hue angle of 51.43º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFD539 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 57 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.06 |
| HSL | 51.43º | 0.85% | 0.58% | - |
| HSV(B) | 51.43º | 0.76% | 0.94% | - |
| XYZ | 60.13 | 66.23 | 13.49 | - |
| YUV | 202.99 | 45.61 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 57 | 0 | 0.11 | 0.76 | 0.06 | 51.43 | 0.85 | 0.58 |
| Hex | EF | D5 | 39 | 0 | B | 4C | 6 | 33 | 55 | 3A |
| Octal | 357 | 325 | 71 | 0 | 13 | 114 | 6 | 63 | 125 | 72 |
| Binary | 11101111 | 11010101 | 111001 | 0 | 1011 | 1001100 | 110 | 110011 | 1010101 | 111010 |
Color Harmonies of #EFD539
Complementary color
Monochromatic Colors of #EFD539
Black with #EFD539
Text Example
Text Example
White with #EFD539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD539; }
p { color: rgb(239,213,57); }
H1.HeaderClassName
{
color: #EFD539;
}
.AnyTagClassName
{
color: #EFD539;
}
</style>
background-color css
<style>
a { background-color: #EFD539; }
a { background-color: rgb(239,213,57); }
div.DivClassName
{
background-color: #EFD539;
}
.BgClassName
{
background-color: #EFD539;
}
</style>
border-color css
<style>
span { border-color: #EFD539; }
span { border-color: rgb(239,213,57); }
td.TdClassName
{
border-color: #EFD539;
}
.TagClassName
{
border-color: #EFD539;
}
</style>