Shades of Golden Fizz #EFD63D
Tints of Golden Fizz #EFD63D
RGB
CMYK
RGB Variations
Color information
#EFD63D (or 0xEFD63D) is known color: Golden Fizz. HEX triplet: EF, D6 and 3D. RGB value is (239,214,61). Sum of RGB (Red+Green+Blue) = 239+214+61=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 61 (24.22% from 255 or 11.87% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD63D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD63D is #1029C2. Grayscale: #CCCCCC. Windows color (decimal): -1059267 or 4052719. OLE color: 4052719.
HSL color Cylindrical-coordinate representation of color #EFD63D: hue angle of 51.57º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EFD63D is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 61 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.06 |
| HSL | 51.57º | 0.85% | 0.59% | - |
| HSV(B) | 51.57º | 0.74% | 0.94% | - |
| XYZ | 60.49 | 66.78 | 14.12 | - |
| YUV | 204.03 | 47.28 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 61 | 0 | 0.10 | 0.74 | 0.06 | 51.57 | 0.85 | 0.59 |
| Hex | EF | D6 | 3D | 0 | A | 4A | 6 | 34 | 55 | 3B |
| Octal | 357 | 326 | 75 | 0 | 12 | 112 | 6 | 64 | 125 | 73 |
| Binary | 11101111 | 11010110 | 111101 | 0 | 1010 | 1001010 | 110 | 110100 | 1010101 | 111011 |
Color Harmonies of #EFD63D
Complementary color
Monochromatic Colors of #EFD63D
Black with #EFD63D
Text Example
Text Example
White with #EFD63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD63D; }
p { color: rgb(239,214,61); }
H1.HeaderClassName
{
color: #EFD63D;
}
.AnyTagClassName
{
color: #EFD63D;
}
</style>
background-color css
<style>
a { background-color: #EFD63D; }
a { background-color: rgb(239,214,61); }
div.DivClassName
{
background-color: #EFD63D;
}
.BgClassName
{
background-color: #EFD63D;
}
</style>
border-color css
<style>
span { border-color: #EFD63D; }
span { border-color: rgb(239,214,61); }
td.TdClassName
{
border-color: #EFD63D;
}
.TagClassName
{
border-color: #EFD63D;
}
</style>