Shades of Golden Fizz #EFDF24
Tints of Golden Fizz #EFDF24
RGB
CMYK
RGB Variations
Color information
#EFDF24 (or 0xEFDF24) is known color: Golden Fizz. HEX triplet: EF, DF and 24. RGB value is (239,223,36). Sum of RGB (Red+Green+Blue) = 239+223+36=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 36 (14.45% from 255 or 7.23% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF24 is #1020DB. Grayscale: #CFCFCF. Windows color (decimal): -1056988 or 2416623. OLE color: 2416623.
HSL color Cylindrical-coordinate representation of color #EFDF24: hue angle of 55.27º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EFDF24 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 36 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.06 |
| HSL | 55.27º | 0.86% | 0.54% | - |
| HSV(B) | 55.27º | 0.85% | 0.94% | - |
| XYZ | 62.3 | 71.25 | 12.14 | - |
| YUV | 206.47 | 31.8 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 36 | 0 | 0.07 | 0.85 | 0.06 | 55.27 | 0.86 | 0.54 |
| Hex | EF | DF | 24 | 0 | 7 | 55 | 6 | 37 | 56 | 36 |
| Octal | 357 | 337 | 44 | 0 | 7 | 125 | 6 | 67 | 126 | 66 |
| Binary | 11101111 | 11011111 | 100100 | 0 | 111 | 1010101 | 110 | 110111 | 1010110 | 110110 |
Color Harmonies of #EFDF24
Complementary color
Monochromatic Colors of #EFDF24
Black with #EFDF24
Text Example
Text Example
White with #EFDF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF24; }
p { color: rgb(239,223,36); }
H1.HeaderClassName
{
color: #EFDF24;
}
.AnyTagClassName
{
color: #EFDF24;
}
</style>
background-color css
<style>
a { background-color: #EFDF24; }
a { background-color: rgb(239,223,36); }
div.DivClassName
{
background-color: #EFDF24;
}
.BgClassName
{
background-color: #EFDF24;
}
</style>
border-color css
<style>
span { border-color: #EFDF24; }
span { border-color: rgb(239,223,36); }
td.TdClassName
{
border-color: #EFDF24;
}
.TagClassName
{
border-color: #EFDF24;
}
</style>