Shades of Golden Fizz #EFD53A
Tints of Golden Fizz #EFD53A
RGB
CMYK
RGB Variations
Color information
#EFD53A (or 0xEFD53A) is known color: Golden Fizz. HEX triplet: EF, D5 and 3A. RGB value is (239,213,58). Sum of RGB (Red+Green+Blue) = 239+213+58=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 58 (23.05% from 255 or 11.37% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD53A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD53A is #102AC5. Grayscale: #CBCBCB. Windows color (decimal): -1059526 or 3855855. OLE color: 3855855.
HSL color Cylindrical-coordinate representation of color #EFD53A: hue angle of 51.38º 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 #EFD53A is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 58 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.06 |
| HSL | 51.38º | 0.85% | 0.58% | - |
| HSV(B) | 51.38º | 0.76% | 0.94% | - |
| XYZ | 60.15 | 66.24 | 13.62 | - |
| YUV | 203.1 | 46.11 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 58 | 0 | 0.11 | 0.76 | 0.06 | 51.38 | 0.85 | 0.58 |
| Hex | EF | D5 | 3A | 0 | B | 4C | 6 | 33 | 55 | 3A |
| Octal | 357 | 325 | 72 | 0 | 13 | 114 | 6 | 63 | 125 | 72 |
| Binary | 11101111 | 11010101 | 111010 | 0 | 1011 | 1001100 | 110 | 110011 | 1010101 | 111010 |
Color Harmonies of #EFD53A
Complementary color
Monochromatic Colors of #EFD53A
Black with #EFD53A
Text Example
Text Example
White with #EFD53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD53A; }
p { color: rgb(239,213,58); }
H1.HeaderClassName
{
color: #EFD53A;
}
.AnyTagClassName
{
color: #EFD53A;
}
</style>
background-color css
<style>
a { background-color: #EFD53A; }
a { background-color: rgb(239,213,58); }
div.DivClassName
{
background-color: #EFD53A;
}
.BgClassName
{
background-color: #EFD53A;
}
</style>
border-color css
<style>
span { border-color: #EFD53A; }
span { border-color: rgb(239,213,58); }
td.TdClassName
{
border-color: #EFD53A;
}
.TagClassName
{
border-color: #EFD53A;
}
</style>