Shades of Golden Fizz #EFDB26
Tints of Golden Fizz #EFDB26
RGB
CMYK
RGB Variations
Color information
#EFDB26 (or 0xEFDB26) is known color: Golden Fizz. HEX triplet: EF, DB and 26. RGB value is (239,219,38). Sum of RGB (Red+Green+Blue) = 239+219+38=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 38 (15.23% from 255 or 7.66% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDB26 is #1024D9. Grayscale: #CDCDCD. Windows color (decimal): -1058010 or 2546671. OLE color: 2546671.
HSL color Cylindrical-coordinate representation of color #EFDB26: hue angle of 54.03º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EFDB26 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 38 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.06 |
| HSL | 54.03º | 0.86% | 0.54% | - |
| HSV(B) | 54.03º | 0.84% | 0.94% | - |
| XYZ | 61.28 | 69.15 | 11.95 | - |
| YUV | 204.35 | 34.13 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 38 | 0 | 0.08 | 0.84 | 0.06 | 54.03 | 0.86 | 0.54 |
| Hex | EF | DB | 26 | 0 | 8 | 54 | 6 | 36 | 56 | 36 |
| Octal | 357 | 333 | 46 | 0 | 10 | 124 | 6 | 66 | 126 | 66 |
| Binary | 11101111 | 11011011 | 100110 | 0 | 1000 | 1010100 | 110 | 110110 | 1010110 | 110110 |
Color Harmonies of #EFDB26
Complementary color
Monochromatic Colors of #EFDB26
Black with #EFDB26
Text Example
Text Example
White with #EFDB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB26; }
p { color: rgb(239,219,38); }
H1.HeaderClassName
{
color: #EFDB26;
}
.AnyTagClassName
{
color: #EFDB26;
}
</style>
background-color css
<style>
a { background-color: #EFDB26; }
a { background-color: rgb(239,219,38); }
div.DivClassName
{
background-color: #EFDB26;
}
.BgClassName
{
background-color: #EFDB26;
}
</style>
border-color css
<style>
span { border-color: #EFDB26; }
span { border-color: rgb(239,219,38); }
td.TdClassName
{
border-color: #EFDB26;
}
.TagClassName
{
border-color: #EFDB26;
}
</style>