Shades of Golden Fizz #EFE41E
Tints of Golden Fizz #EFE41E
RGB
CMYK
RGB Variations
Color information
#EFE41E (or 0xEFE41E) is known color: Golden Fizz. HEX triplet: EF, E4 and 1E. RGB value is (239,228,30). Sum of RGB (Red+Green+Blue) = 239+228+30=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 228 (89.45% from 255 or 45.88% from 497); Blue value is 30 (12.11% from 255 or 6.04% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE41E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE41E is #101BE1. Grayscale: #D1D1D1. Windows color (decimal): -1055714 or 2024687. OLE color: 2024687.
HSL color Cylindrical-coordinate representation of color #EFE41E: hue angle of 56.84º 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 #EFE41E is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 30 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.06 |
| HSL | 56.84º | 0.87% | 0.53% | - |
| HSV(B) | 56.84º | 0.87% | 0.94% | - |
| XYZ | 63.57 | 73.93 | 12.15 | - |
| YUV | 208.72 | 27.14 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 30 | 0 | 0.05 | 0.87 | 0.06 | 56.84 | 0.87 | 0.53 |
| Hex | EF | E4 | 1E | 0 | 5 | 57 | 6 | 39 | 57 | 35 |
| Octal | 357 | 344 | 36 | 0 | 5 | 127 | 6 | 71 | 127 | 65 |
| Binary | 11101111 | 11100100 | 11110 | 0 | 101 | 1010111 | 110 | 111001 | 1010111 | 110101 |
Color Harmonies of #EFE41E
Complementary color
Monochromatic Colors of #EFE41E
Black with #EFE41E
Text Example
Text Example
White with #EFE41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE41E; }
p { color: rgb(239,228,30); }
H1.HeaderClassName
{
color: #EFE41E;
}
.AnyTagClassName
{
color: #EFE41E;
}
</style>
background-color css
<style>
a { background-color: #EFE41E; }
a { background-color: rgb(239,228,30); }
div.DivClassName
{
background-color: #EFE41E;
}
.BgClassName
{
background-color: #EFE41E;
}
</style>
border-color css
<style>
span { border-color: #EFE41E; }
span { border-color: rgb(239,228,30); }
td.TdClassName
{
border-color: #EFE41E;
}
.TagClassName
{
border-color: #EFE41E;
}
</style>