Shades of Golden Fizz #EFE224
Tints of Golden Fizz #EFE224
RGB
CMYK
RGB Variations
Color information
#EFE224 (or 0xEFE224) is known color: Golden Fizz. HEX triplet: EF, E2 and 24. RGB value is (239,226,36). Sum of RGB (Red+Green+Blue) = 239+226+36=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 226 (88.67% from 255 or 45.11% from 501); Blue value is 36 (14.45% from 255 or 7.19% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE224 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE224 is #101DDB. Grayscale: #D1D1D1. Windows color (decimal): -1056220 or 2417391. OLE color: 2417391.
HSL color Cylindrical-coordinate representation of color #EFE224: hue angle of 56.16º 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 #EFE224 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 36 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.06 |
| HSL | 56.16º | 0.86% | 0.54% | - |
| HSV(B) | 56.16º | 0.85% | 0.94% | - |
| XYZ | 63.11 | 72.87 | 12.41 | - |
| YUV | 208.23 | 30.81 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 36 | 0 | 0.05 | 0.85 | 0.06 | 56.16 | 0.86 | 0.54 |
| Hex | EF | E2 | 24 | 0 | 5 | 55 | 6 | 38 | 56 | 36 |
| Octal | 357 | 342 | 44 | 0 | 5 | 125 | 6 | 70 | 126 | 66 |
| Binary | 11101111 | 11100010 | 100100 | 0 | 101 | 1010101 | 110 | 111000 | 1010110 | 110110 |
Color Harmonies of #EFE224
Complementary color
Monochromatic Colors of #EFE224
Black with #EFE224
Text Example
Text Example
White with #EFE224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE224; }
p { color: rgb(239,226,36); }
H1.HeaderClassName
{
color: #EFE224;
}
.AnyTagClassName
{
color: #EFE224;
}
</style>
background-color css
<style>
a { background-color: #EFE224; }
a { background-color: rgb(239,226,36); }
div.DivClassName
{
background-color: #EFE224;
}
.BgClassName
{
background-color: #EFE224;
}
</style>
border-color css
<style>
span { border-color: #EFE224; }
span { border-color: rgb(239,226,36); }
td.TdClassName
{
border-color: #EFE224;
}
.TagClassName
{
border-color: #EFE224;
}
</style>