Shades of Golden Fizz #EFE83D
Tints of Golden Fizz #EFE83D
RGB
CMYK
RGB Variations
Color information
#EFE83D (or 0xEFE83D) is known color: Golden Fizz. HEX triplet: EF, E8 and 3D. RGB value is (239,232,61). Sum of RGB (Red+Green+Blue) = 239+232+61=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 232 (91.02% from 255 or 43.61% from 532); Blue value is 61 (24.22% from 255 or 11.47% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE83D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE83D is #1017C2. Grayscale: #D7D7D7. Windows color (decimal): -1054659 or 4057327. OLE color: 4057327.
HSL color Cylindrical-coordinate representation of color #EFE83D: hue angle of 57.64º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EFE83D is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 61 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.06 |
| HSL | 57.64º | 0.85% | 0.59% | - |
| HSV(B) | 57.64º | 0.74% | 0.94% | - |
| XYZ | 65.3 | 76.4 | 15.72 | - |
| YUV | 214.6 | 41.32 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 61 | 0 | 0.03 | 0.74 | 0.06 | 57.64 | 0.85 | 0.59 |
| Hex | EF | E8 | 3D | 0 | 3 | 4A | 6 | 3A | 55 | 3B |
| Octal | 357 | 350 | 75 | 0 | 3 | 112 | 6 | 72 | 125 | 73 |
| Binary | 11101111 | 11101000 | 111101 | 0 | 11 | 1001010 | 110 | 111010 | 1010101 | 111011 |
Color Harmonies of #EFE83D
Complementary color
Monochromatic Colors of #EFE83D
Black with #EFE83D
Text Example
Text Example
White with #EFE83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE83D; }
p { color: rgb(239,232,61); }
H1.HeaderClassName
{
color: #EFE83D;
}
.AnyTagClassName
{
color: #EFE83D;
}
</style>
background-color css
<style>
a { background-color: #EFE83D; }
a { background-color: rgb(239,232,61); }
div.DivClassName
{
background-color: #EFE83D;
}
.BgClassName
{
background-color: #EFE83D;
}
</style>
border-color css
<style>
span { border-color: #EFE83D; }
span { border-color: rgb(239,232,61); }
td.TdClassName
{
border-color: #EFE83D;
}
.TagClassName
{
border-color: #EFE83D;
}
</style>