Shades of Golden Fizz #EFD62C
Tints of Golden Fizz #EFD62C
RGB
CMYK
RGB Variations
Color information
#EFD62C (or 0xEFD62C) is known color: Golden Fizz. HEX triplet: EF, D6 and 2C. RGB value is (239,214,44). Sum of RGB (Red+Green+Blue) = 239+214+44=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 44 (17.58% from 255 or 8.85% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD62C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD62C is #1029D3. Grayscale: #CACACA. Windows color (decimal): -1059284 or 2938607. OLE color: 2938607.
HSL color Cylindrical-coordinate representation of color #EFD62C: hue angle of 52.31º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFD62C is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 44 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.06 |
| HSL | 52.31º | 0.86% | 0.55% | - |
| HSV(B) | 52.31º | 0.82% | 0.94% | - |
| XYZ | 60.1 | 66.63 | 12.08 | - |
| YUV | 202.1 | 38.78 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 44 | 0 | 0.10 | 0.82 | 0.06 | 52.31 | 0.86 | 0.55 |
| Hex | EF | D6 | 2C | 0 | A | 52 | 6 | 34 | 56 | 37 |
| Octal | 357 | 326 | 54 | 0 | 12 | 122 | 6 | 64 | 126 | 67 |
| Binary | 11101111 | 11010110 | 101100 | 0 | 1010 | 1010010 | 110 | 110100 | 1010110 | 110111 |
Color Harmonies of #EFD62C
Complementary color
Monochromatic Colors of #EFD62C
Black with #EFD62C
Text Example
Text Example
White with #EFD62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD62C; }
p { color: rgb(239,214,44); }
H1.HeaderClassName
{
color: #EFD62C;
}
.AnyTagClassName
{
color: #EFD62C;
}
</style>
background-color css
<style>
a { background-color: #EFD62C; }
a { background-color: rgb(239,214,44); }
div.DivClassName
{
background-color: #EFD62C;
}
.BgClassName
{
background-color: #EFD62C;
}
</style>
border-color css
<style>
span { border-color: #EFD62C; }
span { border-color: rgb(239,214,44); }
td.TdClassName
{
border-color: #EFD62C;
}
.TagClassName
{
border-color: #EFD62C;
}
</style>