Shades of Golden Fizz #EFE031
Tints of Golden Fizz #EFE031
RGB
CMYK
RGB Variations
Color information
#EFE031 (or 0xEFE031) is known color: Golden Fizz. HEX triplet: EF, E0 and 31. RGB value is (239,224,49). Sum of RGB (Red+Green+Blue) = 239+224+49=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 49 (19.53% from 255 or 9.57% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE031 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE031 is #101FCE. Grayscale: #D1D1D1. Windows color (decimal): -1056719 or 3268847. OLE color: 3268847.
HSL color Cylindrical-coordinate representation of color #EFE031: hue angle of 55.26º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFE031 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 49 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.06 |
| HSL | 55.26º | 0.86% | 0.56% | - |
| HSV(B) | 55.26º | 0.79% | 0.94% | - |
| XYZ | 62.81 | 71.88 | 13.47 | - |
| YUV | 208.54 | 37.97 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 49 | 0 | 0.06 | 0.79 | 0.06 | 55.26 | 0.86 | 0.56 |
| Hex | EF | E0 | 31 | 0 | 6 | 4F | 6 | 37 | 56 | 38 |
| Octal | 357 | 340 | 61 | 0 | 6 | 117 | 6 | 67 | 126 | 70 |
| Binary | 11101111 | 11100000 | 110001 | 0 | 110 | 1001111 | 110 | 110111 | 1010110 | 111000 |
Color Harmonies of #EFE031
Complementary color
Monochromatic Colors of #EFE031
Black with #EFE031
Text Example
Text Example
White with #EFE031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE031; }
p { color: rgb(239,224,49); }
H1.HeaderClassName
{
color: #EFE031;
}
.AnyTagClassName
{
color: #EFE031;
}
</style>
background-color css
<style>
a { background-color: #EFE031; }
a { background-color: rgb(239,224,49); }
div.DivClassName
{
background-color: #EFE031;
}
.BgClassName
{
background-color: #EFE031;
}
</style>
border-color css
<style>
span { border-color: #EFE031; }
span { border-color: rgb(239,224,49); }
td.TdClassName
{
border-color: #EFE031;
}
.TagClassName
{
border-color: #EFE031;
}
</style>