Shades of Golden Fizz #EFDB36
Tints of Golden Fizz #EFDB36
RGB
CMYK
RGB Variations
Color information
#EFDB36 (or 0xEFDB36) is known color: Golden Fizz. HEX triplet: EF, DB and 36. RGB value is (239,219,54). Sum of RGB (Red+Green+Blue) = 239+219+54=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 54 (21.48% from 255 or 10.55% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDB36 is #1024C9. Grayscale: #CECECE. Windows color (decimal): -1057994 or 3595247. OLE color: 3595247.
HSL color Cylindrical-coordinate representation of color #EFDB36: hue angle of 53.51º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFDB36 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 54 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.06 |
| HSL | 53.51º | 0.85% | 0.57% | - |
| HSV(B) | 53.51º | 0.77% | 0.94% | - |
| XYZ | 61.59 | 69.28 | 13.62 | - |
| YUV | 206.17 | 42.13 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 54 | 0 | 0.08 | 0.77 | 0.06 | 53.51 | 0.85 | 0.57 |
| Hex | EF | DB | 36 | 0 | 8 | 4D | 6 | 36 | 55 | 39 |
| Octal | 357 | 333 | 66 | 0 | 10 | 115 | 6 | 66 | 125 | 71 |
| Binary | 11101111 | 11011011 | 110110 | 0 | 1000 | 1001101 | 110 | 110110 | 1010101 | 111001 |
Color Harmonies of #EFDB36
Complementary color
Monochromatic Colors of #EFDB36
Black with #EFDB36
Text Example
Text Example
White with #EFDB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB36; }
p { color: rgb(239,219,54); }
H1.HeaderClassName
{
color: #EFDB36;
}
.AnyTagClassName
{
color: #EFDB36;
}
</style>
background-color css
<style>
a { background-color: #EFDB36; }
a { background-color: rgb(239,219,54); }
div.DivClassName
{
background-color: #EFDB36;
}
.BgClassName
{
background-color: #EFDB36;
}
</style>
border-color css
<style>
span { border-color: #EFDB36; }
span { border-color: rgb(239,219,54); }
td.TdClassName
{
border-color: #EFDB36;
}
.TagClassName
{
border-color: #EFDB36;
}
</style>