Shades of Golden Fizz #EFDF33
Tints of Golden Fizz #EFDF33
RGB
CMYK
RGB Variations
Color information
#EFDF33 (or 0xEFDF33) is known color: Golden Fizz. HEX triplet: EF, DF and 33. RGB value is (239,223,51). Sum of RGB (Red+Green+Blue) = 239+223+51=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 51 (20.31% from 255 or 9.94% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF33 is #1020CC. Grayscale: #D0D0D0. Windows color (decimal): -1056973 or 3399663. OLE color: 3399663.
HSL color Cylindrical-coordinate representation of color #EFDF33: hue angle of 54.89º 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 #EFDF33 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 51 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.06 |
| HSL | 54.89º | 0.85% | 0.57% | - |
| HSV(B) | 54.89º | 0.79% | 0.94% | - |
| XYZ | 62.58 | 71.37 | 13.61 | - |
| YUV | 208.18 | 39.3 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 51 | 0 | 0.07 | 0.79 | 0.06 | 54.89 | 0.85 | 0.57 |
| Hex | EF | DF | 33 | 0 | 7 | 4F | 6 | 37 | 55 | 39 |
| Octal | 357 | 337 | 63 | 0 | 7 | 117 | 6 | 67 | 125 | 71 |
| Binary | 11101111 | 11011111 | 110011 | 0 | 111 | 1001111 | 110 | 110111 | 1010101 | 111001 |
Color Harmonies of #EFDF33
Complementary color
Monochromatic Colors of #EFDF33
Black with #EFDF33
Text Example
Text Example
White with #EFDF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF33; }
p { color: rgb(239,223,51); }
H1.HeaderClassName
{
color: #EFDF33;
}
.AnyTagClassName
{
color: #EFDF33;
}
</style>
background-color css
<style>
a { background-color: #EFDF33; }
a { background-color: rgb(239,223,51); }
div.DivClassName
{
background-color: #EFDF33;
}
.BgClassName
{
background-color: #EFDF33;
}
</style>
border-color css
<style>
span { border-color: #EFDF33; }
span { border-color: rgb(239,223,51); }
td.TdClassName
{
border-color: #EFDF33;
}
.TagClassName
{
border-color: #EFDF33;
}
</style>