Shades of Golden Fizz #EFDB38
Tints of Golden Fizz #EFDB38
RGB
CMYK
RGB Variations
Color information
#EFDB38 (or 0xEFDB38) is known color: Golden Fizz. HEX triplet: EF, DB and 38. RGB value is (239,219,56). Sum of RGB (Red+Green+Blue) = 239+219+56=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 56 (22.27% from 255 or 10.89% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDB38 is #1024C7. Grayscale: #CFCFCF. Windows color (decimal): -1057992 or 3726319. OLE color: 3726319.
HSL color Cylindrical-coordinate representation of color #EFDB38: hue angle of 53.44º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFDB38 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 56 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.06 |
| HSL | 53.44º | 0.85% | 0.58% | - |
| HSV(B) | 53.44º | 0.77% | 0.94% | - |
| XYZ | 61.64 | 69.3 | 13.87 | - |
| YUV | 206.4 | 43.13 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 56 | 0 | 0.08 | 0.77 | 0.06 | 53.44 | 0.85 | 0.58 |
| Hex | EF | DB | 38 | 0 | 8 | 4D | 6 | 35 | 55 | 3A |
| Octal | 357 | 333 | 70 | 0 | 10 | 115 | 6 | 65 | 125 | 72 |
| Binary | 11101111 | 11011011 | 111000 | 0 | 1000 | 1001101 | 110 | 110101 | 1010101 | 111010 |
Color Harmonies of #EFDB38
Complementary color
Monochromatic Colors of #EFDB38
Black with #EFDB38
Text Example
Text Example
White with #EFDB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB38; }
p { color: rgb(239,219,56); }
H1.HeaderClassName
{
color: #EFDB38;
}
.AnyTagClassName
{
color: #EFDB38;
}
</style>
background-color css
<style>
a { background-color: #EFDB38; }
a { background-color: rgb(239,219,56); }
div.DivClassName
{
background-color: #EFDB38;
}
.BgClassName
{
background-color: #EFDB38;
}
</style>
border-color css
<style>
span { border-color: #EFDB38; }
span { border-color: rgb(239,219,56); }
td.TdClassName
{
border-color: #EFDB38;
}
.TagClassName
{
border-color: #EFDB38;
}
</style>