Shades of Golden Fizz #EFD62E
Tints of Golden Fizz #EFD62E
RGB
CMYK
RGB Variations
Color information
#EFD62E (or 0xEFD62E) is known color: Golden Fizz. HEX triplet: EF, D6 and 2E. RGB value is (239,214,46). Sum of RGB (Red+Green+Blue) = 239+214+46=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 46 (18.36% from 255 or 9.22% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD62E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD62E is #1029D1. Grayscale: #CBCBCB. Windows color (decimal): -1059282 or 3069679. OLE color: 3069679.
HSL color Cylindrical-coordinate representation of color #EFD62E: hue angle of 52.23º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFD62E is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 46 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.06 |
| HSL | 52.23º | 0.86% | 0.56% | - |
| HSV(B) | 52.23º | 0.81% | 0.94% | - |
| XYZ | 60.14 | 66.64 | 12.28 | - |
| YUV | 202.32 | 39.78 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 46 | 0 | 0.10 | 0.81 | 0.06 | 52.23 | 0.86 | 0.56 |
| Hex | EF | D6 | 2E | 0 | A | 51 | 6 | 34 | 56 | 38 |
| Octal | 357 | 326 | 56 | 0 | 12 | 121 | 6 | 64 | 126 | 70 |
| Binary | 11101111 | 11010110 | 101110 | 0 | 1010 | 1010001 | 110 | 110100 | 1010110 | 111000 |
Color Harmonies of #EFD62E
Complementary color
Monochromatic Colors of #EFD62E
Black with #EFD62E
Text Example
Text Example
White with #EFD62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD62E; }
p { color: rgb(239,214,46); }
H1.HeaderClassName
{
color: #EFD62E;
}
.AnyTagClassName
{
color: #EFD62E;
}
</style>
background-color css
<style>
a { background-color: #EFD62E; }
a { background-color: rgb(239,214,46); }
div.DivClassName
{
background-color: #EFD62E;
}
.BgClassName
{
background-color: #EFD62E;
}
</style>
border-color css
<style>
span { border-color: #EFD62E; }
span { border-color: rgb(239,214,46); }
td.TdClassName
{
border-color: #EFD62E;
}
.TagClassName
{
border-color: #EFD62E;
}
</style>