Shades of Golden Fizz #EFE824
Tints of Golden Fizz #EFE824
RGB
CMYK
RGB Variations
Color information
#EFE824 (or 0xEFE824) is known color: Golden Fizz. HEX triplet: EF, E8 and 24. RGB value is (239,232,36). Sum of RGB (Red+Green+Blue) = 239+232+36=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 232 (91.02% from 255 or 45.76% from 507); Blue value is 36 (14.45% from 255 or 7.10% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE824 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE824 is #1017DB. Grayscale: #D4D4D4. Windows color (decimal): -1054684 or 2418927. OLE color: 2418927.
HSL color Cylindrical-coordinate representation of color #EFE824: hue angle of 57.93º 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 #EFE824 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 36 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.06 |
| HSL | 57.93º | 0.86% | 0.54% | - |
| HSV(B) | 57.93º | 0.85% | 0.94% | - |
| XYZ | 64.77 | 76.19 | 12.96 | - |
| YUV | 211.75 | 28.82 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 36 | 0 | 0.03 | 0.85 | 0.06 | 57.93 | 0.86 | 0.54 |
| Hex | EF | E8 | 24 | 0 | 3 | 55 | 6 | 3A | 56 | 36 |
| Octal | 357 | 350 | 44 | 0 | 3 | 125 | 6 | 72 | 126 | 66 |
| Binary | 11101111 | 11101000 | 100100 | 0 | 11 | 1010101 | 110 | 111010 | 1010110 | 110110 |
Color Harmonies of #EFE824
Complementary color
Monochromatic Colors of #EFE824
Black with #EFE824
Text Example
Text Example
White with #EFE824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE824; }
p { color: rgb(239,232,36); }
H1.HeaderClassName
{
color: #EFE824;
}
.AnyTagClassName
{
color: #EFE824;
}
</style>
background-color css
<style>
a { background-color: #EFE824; }
a { background-color: rgb(239,232,36); }
div.DivClassName
{
background-color: #EFE824;
}
.BgClassName
{
background-color: #EFE824;
}
</style>
border-color css
<style>
span { border-color: #EFE824; }
span { border-color: rgb(239,232,36); }
td.TdClassName
{
border-color: #EFE824;
}
.TagClassName
{
border-color: #EFE824;
}
</style>