Shades of Golden Fizz #EFD63B
Tints of Golden Fizz #EFD63B
RGB
CMYK
RGB Variations
Color information
#EFD63B (or 0xEFD63B) is known color: Golden Fizz. HEX triplet: EF, D6 and 3B. RGB value is (239,214,59). Sum of RGB (Red+Green+Blue) = 239+214+59=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 59 (23.44% from 255 or 11.52% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD63B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD63B is #1029C4. Grayscale: #CCCCCC. Windows color (decimal): -1059269 or 3921647. OLE color: 3921647.
HSL color Cylindrical-coordinate representation of color #EFD63B: hue angle of 51.67º 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 #EFD63B is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 59 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.06 |
| HSL | 51.67º | 0.85% | 0.58% | - |
| HSV(B) | 51.67º | 0.75% | 0.94% | - |
| XYZ | 60.43 | 66.76 | 13.84 | - |
| YUV | 203.81 | 46.28 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 59 | 0 | 0.10 | 0.75 | 0.06 | 51.67 | 0.85 | 0.58 |
| Hex | EF | D6 | 3B | 0 | A | 4B | 6 | 34 | 55 | 3A |
| Octal | 357 | 326 | 73 | 0 | 12 | 113 | 6 | 64 | 125 | 72 |
| Binary | 11101111 | 11010110 | 111011 | 0 | 1010 | 1001011 | 110 | 110100 | 1010101 | 111010 |
Color Harmonies of #EFD63B
Complementary color
Monochromatic Colors of #EFD63B
Black with #EFD63B
Text Example
Text Example
White with #EFD63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD63B; }
p { color: rgb(239,214,59); }
H1.HeaderClassName
{
color: #EFD63B;
}
.AnyTagClassName
{
color: #EFD63B;
}
</style>
background-color css
<style>
a { background-color: #EFD63B; }
a { background-color: rgb(239,214,59); }
div.DivClassName
{
background-color: #EFD63B;
}
.BgClassName
{
background-color: #EFD63B;
}
</style>
border-color css
<style>
span { border-color: #EFD63B; }
span { border-color: rgb(239,214,59); }
td.TdClassName
{
border-color: #EFD63B;
}
.TagClassName
{
border-color: #EFD63B;
}
</style>