Shades of Golden Fizz #EFD93B
Tints of Golden Fizz #EFD93B
RGB
CMYK
RGB Variations
Color information
#EFD93B (or 0xEFD93B) is known color: Golden Fizz. HEX triplet: EF, D9 and 3B. RGB value is (239,217,59). Sum of RGB (Red+Green+Blue) = 239+217+59=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 59 (23.44% from 255 or 11.46% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD93B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD93B is #1026C4. Grayscale: #CECECE. Windows color (decimal): -1058501 or 3922415. OLE color: 3922415.
HSL color Cylindrical-coordinate representation of color #EFD93B: hue angle of 52.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 #EFD93B is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 59 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.06 |
| HSL | 52.67º | 0.85% | 0.58% | - |
| HSV(B) | 52.67º | 0.75% | 0.94% | - |
| XYZ | 61.2 | 68.29 | 14.09 | - |
| YUV | 205.57 | 45.29 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 59 | 0 | 0.09 | 0.75 | 0.06 | 52.67 | 0.85 | 0.58 |
| Hex | EF | D9 | 3B | 0 | 9 | 4B | 6 | 35 | 55 | 3A |
| Octal | 357 | 331 | 73 | 0 | 11 | 113 | 6 | 65 | 125 | 72 |
| Binary | 11101111 | 11011001 | 111011 | 0 | 1001 | 1001011 | 110 | 110101 | 1010101 | 111010 |
Color Harmonies of #EFD93B
Complementary color
Monochromatic Colors of #EFD93B
Black with #EFD93B
Text Example
Text Example
White with #EFD93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD93B; }
p { color: rgb(239,217,59); }
H1.HeaderClassName
{
color: #EFD93B;
}
.AnyTagClassName
{
color: #EFD93B;
}
</style>
background-color css
<style>
a { background-color: #EFD93B; }
a { background-color: rgb(239,217,59); }
div.DivClassName
{
background-color: #EFD93B;
}
.BgClassName
{
background-color: #EFD93B;
}
</style>
border-color css
<style>
span { border-color: #EFD93B; }
span { border-color: rgb(239,217,59); }
td.TdClassName
{
border-color: #EFD93B;
}
.TagClassName
{
border-color: #EFD93B;
}
</style>