Shades of Golden Fizz #EFDB39
Tints of Golden Fizz #EFDB39
RGB
CMYK
RGB Variations
Color information
#EFDB39 (or 0xEFDB39) is known color: Golden Fizz. HEX triplet: EF, DB and 39. RGB value is (239,219,57). Sum of RGB (Red+Green+Blue) = 239+219+57=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 57 (22.66% from 255 or 11.07% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDB39 is #1024C6. Grayscale: #CFCFCF. Windows color (decimal): -1057991 or 3791855. OLE color: 3791855.
HSL color Cylindrical-coordinate representation of color #EFDB39: hue angle of 53.41º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFDB39 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 57 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.06 |
| HSL | 53.41º | 0.85% | 0.58% | - |
| HSV(B) | 53.41º | 0.76% | 0.94% | - |
| XYZ | 61.67 | 69.31 | 14 | - |
| YUV | 206.51 | 43.63 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 57 | 0 | 0.08 | 0.76 | 0.06 | 53.41 | 0.85 | 0.58 |
| Hex | EF | DB | 39 | 0 | 8 | 4C | 6 | 35 | 55 | 3A |
| Octal | 357 | 333 | 71 | 0 | 10 | 114 | 6 | 65 | 125 | 72 |
| Binary | 11101111 | 11011011 | 111001 | 0 | 1000 | 1001100 | 110 | 110101 | 1010101 | 111010 |
Color Harmonies of #EFDB39
Complementary color
Monochromatic Colors of #EFDB39
Black with #EFDB39
Text Example
Text Example
White with #EFDB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB39; }
p { color: rgb(239,219,57); }
H1.HeaderClassName
{
color: #EFDB39;
}
.AnyTagClassName
{
color: #EFDB39;
}
</style>
background-color css
<style>
a { background-color: #EFDB39; }
a { background-color: rgb(239,219,57); }
div.DivClassName
{
background-color: #EFDB39;
}
.BgClassName
{
background-color: #EFDB39;
}
</style>
border-color css
<style>
span { border-color: #EFDB39; }
span { border-color: rgb(239,219,57); }
td.TdClassName
{
border-color: #EFDB39;
}
.TagClassName
{
border-color: #EFDB39;
}
</style>