Shades of Golden Fizz #EFE82B
Tints of Golden Fizz #EFE82B
RGB
CMYK
RGB Variations
Color information
#EFE82B (or 0xEFE82B) is known color: Golden Fizz. HEX triplet: EF, E8 and 2B. RGB value is (239,232,43). Sum of RGB (Red+Green+Blue) = 239+232+43=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 43 (17.19% from 255 or 8.37% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE82B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE82B is #1017D4. Grayscale: #D5D5D5. Windows color (decimal): -1054677 or 2877679. OLE color: 2877679.
HSL color Cylindrical-coordinate representation of color #EFE82B: hue angle of 57.86º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFE82B is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 43 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.06 |
| HSL | 57.86º | 0.86% | 0.55% | - |
| HSV(B) | 57.86º | 0.82% | 0.94% | - |
| XYZ | 64.89 | 76.24 | 13.58 | - |
| YUV | 212.55 | 32.32 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 43 | 0 | 0.03 | 0.82 | 0.06 | 57.86 | 0.86 | 0.55 |
| Hex | EF | E8 | 2B | 0 | 3 | 52 | 6 | 3A | 56 | 37 |
| Octal | 357 | 350 | 53 | 0 | 3 | 122 | 6 | 72 | 126 | 67 |
| Binary | 11101111 | 11101000 | 101011 | 0 | 11 | 1010010 | 110 | 111010 | 1010110 | 110111 |
Color Harmonies of #EFE82B
Complementary color
Monochromatic Colors of #EFE82B
Black with #EFE82B
Text Example
Text Example
White with #EFE82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE82B; }
p { color: rgb(239,232,43); }
H1.HeaderClassName
{
color: #EFE82B;
}
.AnyTagClassName
{
color: #EFE82B;
}
</style>
background-color css
<style>
a { background-color: #EFE82B; }
a { background-color: rgb(239,232,43); }
div.DivClassName
{
background-color: #EFE82B;
}
.BgClassName
{
background-color: #EFE82B;
}
</style>
border-color css
<style>
span { border-color: #EFE82B; }
span { border-color: rgb(239,232,43); }
td.TdClassName
{
border-color: #EFE82B;
}
.TagClassName
{
border-color: #EFE82B;
}
</style>