Shades of Golden Fizz #EFE01E
Tints of Golden Fizz #EFE01E
RGB
CMYK
RGB Variations
Color information
#EFE01E (or 0xEFE01E) is known color: Golden Fizz. HEX triplet: EF, E0 and 1E. RGB value is (239,224,30). Sum of RGB (Red+Green+Blue) = 239+224+30=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 30 (12.11% from 255 or 6.09% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE01E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE01E is #101FE1. Grayscale: #CFCFCF. Windows color (decimal): -1056738 or 2023663. OLE color: 2023663.
HSL color Cylindrical-coordinate representation of color #EFE01E: hue angle of 55.69º 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 #EFE01E is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 30 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.06 |
| HSL | 55.69º | 0.87% | 0.53% | - |
| HSV(B) | 55.69º | 0.87% | 0.94% | - |
| XYZ | 62.49 | 71.76 | 11.79 | - |
| YUV | 206.37 | 28.47 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 30 | 0 | 0.06 | 0.87 | 0.06 | 55.69 | 0.87 | 0.53 |
| Hex | EF | E0 | 1E | 0 | 6 | 57 | 6 | 38 | 57 | 35 |
| Octal | 357 | 340 | 36 | 0 | 6 | 127 | 6 | 70 | 127 | 65 |
| Binary | 11101111 | 11100000 | 11110 | 0 | 110 | 1010111 | 110 | 111000 | 1010111 | 110101 |
Color Harmonies of #EFE01E
Complementary color
Monochromatic Colors of #EFE01E
Black with #EFE01E
Text Example
Text Example
White with #EFE01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE01E; }
p { color: rgb(239,224,30); }
H1.HeaderClassName
{
color: #EFE01E;
}
.AnyTagClassName
{
color: #EFE01E;
}
</style>
background-color css
<style>
a { background-color: #EFE01E; }
a { background-color: rgb(239,224,30); }
div.DivClassName
{
background-color: #EFE01E;
}
.BgClassName
{
background-color: #EFE01E;
}
</style>
border-color css
<style>
span { border-color: #EFE01E; }
span { border-color: rgb(239,224,30); }
td.TdClassName
{
border-color: #EFE01E;
}
.TagClassName
{
border-color: #EFE01E;
}
</style>