Shades of Golden Fizz #EFDD26
Tints of Golden Fizz #EFDD26
RGB
CMYK
RGB Variations
Color information
#EFDD26 (or 0xEFDD26) is known color: Golden Fizz. HEX triplet: EF, DD and 26. RGB value is (239,221,38). Sum of RGB (Red+Green+Blue) = 239+221+38=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 38 (15.23% from 255 or 7.63% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDD26 is #1022D9. Grayscale: #CECECE. Windows color (decimal): -1057498 or 2547183. OLE color: 2547183.
HSL color Cylindrical-coordinate representation of color #EFDD26: hue angle of 54.63º 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 #EFDD26 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 38 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.06 |
| HSL | 54.63º | 0.86% | 0.54% | - |
| HSV(B) | 54.63º | 0.84% | 0.94% | - |
| XYZ | 61.8 | 70.2 | 12.13 | - |
| YUV | 205.52 | 33.46 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 38 | 0 | 0.08 | 0.84 | 0.06 | 54.63 | 0.86 | 0.54 |
| Hex | EF | DD | 26 | 0 | 8 | 54 | 6 | 37 | 56 | 36 |
| Octal | 357 | 335 | 46 | 0 | 10 | 124 | 6 | 67 | 126 | 66 |
| Binary | 11101111 | 11011101 | 100110 | 0 | 1000 | 1010100 | 110 | 110111 | 1010110 | 110110 |
Color Harmonies of #EFDD26
Complementary color
Monochromatic Colors of #EFDD26
Black with #EFDD26
Text Example
Text Example
White with #EFDD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD26; }
p { color: rgb(239,221,38); }
H1.HeaderClassName
{
color: #EFDD26;
}
.AnyTagClassName
{
color: #EFDD26;
}
</style>
background-color css
<style>
a { background-color: #EFDD26; }
a { background-color: rgb(239,221,38); }
div.DivClassName
{
background-color: #EFDD26;
}
.BgClassName
{
background-color: #EFDD26;
}
</style>
border-color css
<style>
span { border-color: #EFDD26; }
span { border-color: rgb(239,221,38); }
td.TdClassName
{
border-color: #EFDD26;
}
.TagClassName
{
border-color: #EFDD26;
}
</style>