Shades of Golden Fizz #EFDB33
Tints of Golden Fizz #EFDB33
RGB
CMYK
RGB Variations
Color information
#EFDB33 (or 0xEFDB33) is known color: Golden Fizz. HEX triplet: EF, DB and 33. RGB value is (239,219,51). Sum of RGB (Red+Green+Blue) = 239+219+51=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 51 (20.31% from 255 or 10.02% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDB33 is #1024CC. Grayscale: #CECECE. Windows color (decimal): -1057997 or 3398639. OLE color: 3398639.
HSL color Cylindrical-coordinate representation of color #EFDB33: hue angle of 53.62º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFDB33 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 51 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.06 |
| HSL | 53.62º | 0.85% | 0.57% | - |
| HSV(B) | 53.62º | 0.79% | 0.94% | - |
| XYZ | 61.53 | 69.25 | 13.26 | - |
| YUV | 205.83 | 40.63 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 51 | 0 | 0.08 | 0.79 | 0.06 | 53.62 | 0.85 | 0.57 |
| Hex | EF | DB | 33 | 0 | 8 | 4F | 6 | 36 | 55 | 39 |
| Octal | 357 | 333 | 63 | 0 | 10 | 117 | 6 | 66 | 125 | 71 |
| Binary | 11101111 | 11011011 | 110011 | 0 | 1000 | 1001111 | 110 | 110110 | 1010101 | 111001 |
Color Harmonies of #EFDB33
Complementary color
Monochromatic Colors of #EFDB33
Black with #EFDB33
Text Example
Text Example
White with #EFDB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB33; }
p { color: rgb(239,219,51); }
H1.HeaderClassName
{
color: #EFDB33;
}
.AnyTagClassName
{
color: #EFDB33;
}
</style>
background-color css
<style>
a { background-color: #EFDB33; }
a { background-color: rgb(239,219,51); }
div.DivClassName
{
background-color: #EFDB33;
}
.BgClassName
{
background-color: #EFDB33;
}
</style>
border-color css
<style>
span { border-color: #EFDB33; }
span { border-color: rgb(239,219,51); }
td.TdClassName
{
border-color: #EFDB33;
}
.TagClassName
{
border-color: #EFDB33;
}
</style>