Shades of Golden Fizz #EFD63A
Tints of Golden Fizz #EFD63A
RGB
CMYK
RGB Variations
Color information
#EFD63A (or 0xEFD63A) is known color: Golden Fizz. HEX triplet: EF, D6 and 3A. RGB value is (239,214,58). Sum of RGB (Red+Green+Blue) = 239+214+58=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 58 (23.05% from 255 or 11.35% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD63A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD63A is #1029C5. Grayscale: #CCCCCC. Windows color (decimal): -1059270 or 3856111. OLE color: 3856111.
HSL color Cylindrical-coordinate representation of color #EFD63A: hue angle of 51.71º 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 #EFD63A is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 58 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.06 |
| HSL | 51.71º | 0.85% | 0.58% | - |
| HSV(B) | 51.71º | 0.76% | 0.94% | - |
| XYZ | 60.41 | 66.75 | 13.7 | - |
| YUV | 203.69 | 45.78 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 58 | 0 | 0.10 | 0.76 | 0.06 | 51.71 | 0.85 | 0.58 |
| Hex | EF | D6 | 3A | 0 | A | 4C | 6 | 34 | 55 | 3A |
| Octal | 357 | 326 | 72 | 0 | 12 | 114 | 6 | 64 | 125 | 72 |
| Binary | 11101111 | 11010110 | 111010 | 0 | 1010 | 1001100 | 110 | 110100 | 1010101 | 111010 |
Color Harmonies of #EFD63A
Complementary color
Monochromatic Colors of #EFD63A
Black with #EFD63A
Text Example
Text Example
White with #EFD63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD63A; }
p { color: rgb(239,214,58); }
H1.HeaderClassName
{
color: #EFD63A;
}
.AnyTagClassName
{
color: #EFD63A;
}
</style>
background-color css
<style>
a { background-color: #EFD63A; }
a { background-color: rgb(239,214,58); }
div.DivClassName
{
background-color: #EFD63A;
}
.BgClassName
{
background-color: #EFD63A;
}
</style>
border-color css
<style>
span { border-color: #EFD63A; }
span { border-color: rgb(239,214,58); }
td.TdClassName
{
border-color: #EFD63A;
}
.TagClassName
{
border-color: #EFD63A;
}
</style>