Shades of Golden Fizz #EFE82A
Tints of Golden Fizz #EFE82A
RGB
CMYK
RGB Variations
Color information
#EFE82A (or 0xEFE82A) is known color: Golden Fizz. HEX triplet: EF, E8 and 2A. RGB value is (239,232,42). Sum of RGB (Red+Green+Blue) = 239+232+42=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 232 (91.02% from 255 or 45.22% from 513); Blue value is 42 (16.80% from 255 or 8.19% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE82A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE82A is #1017D5. Grayscale: #D5D5D5. Windows color (decimal): -1054678 or 2812143. OLE color: 2812143.
HSL color Cylindrical-coordinate representation of color #EFE82A: hue angle of 57.87º 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 #EFE82A is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 42 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.06 |
| HSL | 57.87º | 0.86% | 0.55% | - |
| HSV(B) | 57.87º | 0.82% | 0.94% | - |
| XYZ | 64.87 | 76.23 | 13.49 | - |
| YUV | 212.43 | 31.82 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 42 | 0 | 0.03 | 0.82 | 0.06 | 57.87 | 0.86 | 0.55 |
| Hex | EF | E8 | 2A | 0 | 3 | 52 | 6 | 3A | 56 | 37 |
| Octal | 357 | 350 | 52 | 0 | 3 | 122 | 6 | 72 | 126 | 67 |
| Binary | 11101111 | 11101000 | 101010 | 0 | 11 | 1010010 | 110 | 111010 | 1010110 | 110111 |
Color Harmonies of #EFE82A
Complementary color
Monochromatic Colors of #EFE82A
Black with #EFE82A
Text Example
Text Example
White with #EFE82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE82A; }
p { color: rgb(239,232,42); }
H1.HeaderClassName
{
color: #EFE82A;
}
.AnyTagClassName
{
color: #EFE82A;
}
</style>
background-color css
<style>
a { background-color: #EFE82A; }
a { background-color: rgb(239,232,42); }
div.DivClassName
{
background-color: #EFE82A;
}
.BgClassName
{
background-color: #EFE82A;
}
</style>
border-color css
<style>
span { border-color: #EFE82A; }
span { border-color: rgb(239,232,42); }
td.TdClassName
{
border-color: #EFE82A;
}
.TagClassName
{
border-color: #EFE82A;
}
</style>