Shades of Golden Fizz #EFE01D
Tints of Golden Fizz #EFE01D
RGB
CMYK
RGB Variations
Color information
#EFE01D (or 0xEFE01D) is known color: Golden Fizz. HEX triplet: EF, E0 and 1D. RGB value is (239,224,29). Sum of RGB (Red+Green+Blue) = 239+224+29=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 224 (87.89% from 255 or 45.53% from 492); Blue value is 29 (11.72% from 255 or 5.89% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE01D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE01D is #101FE2. Grayscale: #CFCFCF. Windows color (decimal): -1056739 or 1958127. OLE color: 1958127.
HSL color Cylindrical-coordinate representation of color #EFE01D: hue angle of 55.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EFE01D is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 29 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.06 |
| HSL | 55.71º | 0.87% | 0.53% | - |
| HSV(B) | 55.71º | 0.88% | 0.94% | - |
| XYZ | 62.47 | 71.75 | 11.72 | - |
| YUV | 206.26 | 27.97 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 29 | 0 | 0.06 | 0.88 | 0.06 | 55.71 | 0.87 | 0.53 |
| Hex | EF | E0 | 1D | 0 | 6 | 58 | 6 | 38 | 57 | 35 |
| Octal | 357 | 340 | 35 | 0 | 6 | 130 | 6 | 70 | 127 | 65 |
| Binary | 11101111 | 11100000 | 11101 | 0 | 110 | 1011000 | 110 | 111000 | 1010111 | 110101 |
Color Harmonies of #EFE01D
Complementary color
Monochromatic Colors of #EFE01D
Black with #EFE01D
Text Example
Text Example
White with #EFE01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE01D; }
p { color: rgb(239,224,29); }
H1.HeaderClassName
{
color: #EFE01D;
}
.AnyTagClassName
{
color: #EFE01D;
}
</style>
background-color css
<style>
a { background-color: #EFE01D; }
a { background-color: rgb(239,224,29); }
div.DivClassName
{
background-color: #EFE01D;
}
.BgClassName
{
background-color: #EFE01D;
}
</style>
border-color css
<style>
span { border-color: #EFE01D; }
span { border-color: rgb(239,224,29); }
td.TdClassName
{
border-color: #EFE01D;
}
.TagClassName
{
border-color: #EFE01D;
}
</style>