Shades of Golden Fizz #EFE82D
Tints of Golden Fizz #EFE82D
RGB
CMYK
RGB Variations
Color information
#EFE82D (or 0xEFE82D) is known color: Golden Fizz. HEX triplet: EF, E8 and 2D. RGB value is (239,232,45). Sum of RGB (Red+Green+Blue) = 239+232+45=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 232 (91.02% from 255 or 44.96% from 516); Blue value is 45 (17.97% from 255 or 8.72% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE82D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE82D is #1017D2. Grayscale: #D5D5D5. Windows color (decimal): -1054675 or 3008751. OLE color: 3008751.
HSL color Cylindrical-coordinate representation of color #EFE82D: hue angle of 57.84º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFE82D is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 45 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.06 |
| HSL | 57.84º | 0.86% | 0.56% | - |
| HSV(B) | 57.84º | 0.81% | 0.94% | - |
| XYZ | 64.93 | 76.25 | 13.78 | - |
| YUV | 212.78 | 33.32 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 45 | 0 | 0.03 | 0.81 | 0.06 | 57.84 | 0.86 | 0.56 |
| Hex | EF | E8 | 2D | 0 | 3 | 51 | 6 | 3A | 56 | 38 |
| Octal | 357 | 350 | 55 | 0 | 3 | 121 | 6 | 72 | 126 | 70 |
| Binary | 11101111 | 11101000 | 101101 | 0 | 11 | 1010001 | 110 | 111010 | 1010110 | 111000 |
Color Harmonies of #EFE82D
Complementary color
Monochromatic Colors of #EFE82D
Black with #EFE82D
Text Example
Text Example
White with #EFE82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE82D; }
p { color: rgb(239,232,45); }
H1.HeaderClassName
{
color: #EFE82D;
}
.AnyTagClassName
{
color: #EFE82D;
}
</style>
background-color css
<style>
a { background-color: #EFE82D; }
a { background-color: rgb(239,232,45); }
div.DivClassName
{
background-color: #EFE82D;
}
.BgClassName
{
background-color: #EFE82D;
}
</style>
border-color css
<style>
span { border-color: #EFE82D; }
span { border-color: rgb(239,232,45); }
td.TdClassName
{
border-color: #EFE82D;
}
.TagClassName
{
border-color: #EFE82D;
}
</style>