Shades of Golden Fizz #EFDA33
Tints of Golden Fizz #EFDA33
RGB
CMYK
RGB Variations
Color information
#EFDA33 (or 0xEFDA33) is known color: Golden Fizz. HEX triplet: EF, DA and 33. RGB value is (239,218,51). Sum of RGB (Red+Green+Blue) = 239+218+51=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 51 (20.31% from 255 or 10.04% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDA33 is #1025CC. Grayscale: #CDCDCD. Windows color (decimal): -1058253 or 3398383. OLE color: 3398383.
HSL color Cylindrical-coordinate representation of color #EFDA33: hue angle of 53.3º 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 #EFDA33 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 51 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.06 |
| HSL | 53.3º | 0.85% | 0.57% | - |
| HSV(B) | 53.3º | 0.79% | 0.94% | - |
| XYZ | 61.27 | 68.73 | 13.17 | - |
| YUV | 205.24 | 40.96 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 51 | 0 | 0.09 | 0.79 | 0.06 | 53.3 | 0.85 | 0.57 |
| Hex | EF | DA | 33 | 0 | 9 | 4F | 6 | 35 | 55 | 39 |
| Octal | 357 | 332 | 63 | 0 | 11 | 117 | 6 | 65 | 125 | 71 |
| Binary | 11101111 | 11011010 | 110011 | 0 | 1001 | 1001111 | 110 | 110101 | 1010101 | 111001 |
Color Harmonies of #EFDA33
Complementary color
Monochromatic Colors of #EFDA33
Black with #EFDA33
Text Example
Text Example
White with #EFDA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA33; }
p { color: rgb(239,218,51); }
H1.HeaderClassName
{
color: #EFDA33;
}
.AnyTagClassName
{
color: #EFDA33;
}
</style>
background-color css
<style>
a { background-color: #EFDA33; }
a { background-color: rgb(239,218,51); }
div.DivClassName
{
background-color: #EFDA33;
}
.BgClassName
{
background-color: #EFDA33;
}
</style>
border-color css
<style>
span { border-color: #EFDA33; }
span { border-color: rgb(239,218,51); }
td.TdClassName
{
border-color: #EFDA33;
}
.TagClassName
{
border-color: #EFDA33;
}
</style>