Shades of Golden Fizz #EFE720
Tints of Golden Fizz #EFE720
RGB
CMYK
RGB Variations
Color information
#EFE720 (or 0xEFE720) is known color: Golden Fizz. HEX triplet: EF, E7 and 20. RGB value is (239,231,32). Sum of RGB (Red+Green+Blue) = 239+231+32=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 231 (90.62% from 255 or 46.02% from 502); Blue value is 32 (12.89% from 255 or 6.37% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE720 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE720 is #1018DF. Grayscale: #D3D3D3. Windows color (decimal): -1054944 or 2156527. OLE color: 2156527.
HSL color Cylindrical-coordinate representation of color #EFE720: hue angle of 57.68º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EFE720 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 32 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.06 |
| HSL | 57.68º | 0.87% | 0.53% | - |
| HSV(B) | 57.68º | 0.87% | 0.94% | - |
| XYZ | 64.43 | 75.61 | 12.56 | - |
| YUV | 210.71 | 27.15 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 32 | 0 | 0.03 | 0.87 | 0.06 | 57.68 | 0.87 | 0.53 |
| Hex | EF | E7 | 20 | 0 | 3 | 57 | 6 | 3A | 57 | 35 |
| Octal | 357 | 347 | 40 | 0 | 3 | 127 | 6 | 72 | 127 | 65 |
| Binary | 11101111 | 11100111 | 100000 | 0 | 11 | 1010111 | 110 | 111010 | 1010111 | 110101 |
Color Harmonies of #EFE720
Complementary color
Monochromatic Colors of #EFE720
Black with #EFE720
Text Example
Text Example
White with #EFE720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE720; }
p { color: rgb(239,231,32); }
H1.HeaderClassName
{
color: #EFE720;
}
.AnyTagClassName
{
color: #EFE720;
}
</style>
background-color css
<style>
a { background-color: #EFE720; }
a { background-color: rgb(239,231,32); }
div.DivClassName
{
background-color: #EFE720;
}
.BgClassName
{
background-color: #EFE720;
}
</style>
border-color css
<style>
span { border-color: #EFE720; }
span { border-color: rgb(239,231,32); }
td.TdClassName
{
border-color: #EFE720;
}
.TagClassName
{
border-color: #EFE720;
}
</style>