Shades of Golden Fizz #EFD93E
Tints of Golden Fizz #EFD93E
RGB
CMYK
RGB Variations
Color information
#EFD93E (or 0xEFD93E) is known color: Golden Fizz. HEX triplet: EF, D9 and 3E. RGB value is (239,217,62). Sum of RGB (Red+Green+Blue) = 239+217+62=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 62 (24.61% from 255 or 11.97% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD93E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD93E is #1026C1. Grayscale: #CECECE. Windows color (decimal): -1058498 or 4119023. OLE color: 4119023.
HSL color Cylindrical-coordinate representation of color #EFD93E: hue angle of 52.54º 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 #EFD93E is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 62 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.06 |
| HSL | 52.54º | 0.85% | 0.59% | - |
| HSV(B) | 52.54º | 0.74% | 0.94% | - |
| XYZ | 61.28 | 68.32 | 14.52 | - |
| YUV | 205.91 | 46.79 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 62 | 0 | 0.09 | 0.74 | 0.06 | 52.54 | 0.85 | 0.59 |
| Hex | EF | D9 | 3E | 0 | 9 | 4A | 6 | 35 | 55 | 3B |
| Octal | 357 | 331 | 76 | 0 | 11 | 112 | 6 | 65 | 125 | 73 |
| Binary | 11101111 | 11011001 | 111110 | 0 | 1001 | 1001010 | 110 | 110101 | 1010101 | 111011 |
Color Harmonies of #EFD93E
Complementary color
Monochromatic Colors of #EFD93E
Black with #EFD93E
Text Example
Text Example
White with #EFD93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD93E; }
p { color: rgb(239,217,62); }
H1.HeaderClassName
{
color: #EFD93E;
}
.AnyTagClassName
{
color: #EFD93E;
}
</style>
background-color css
<style>
a { background-color: #EFD93E; }
a { background-color: rgb(239,217,62); }
div.DivClassName
{
background-color: #EFD93E;
}
.BgClassName
{
background-color: #EFD93E;
}
</style>
border-color css
<style>
span { border-color: #EFD93E; }
span { border-color: rgb(239,217,62); }
td.TdClassName
{
border-color: #EFD93E;
}
.TagClassName
{
border-color: #EFD93E;
}
</style>