Shades of Golden Fizz #EFE03A
Tints of Golden Fizz #EFE03A
RGB
CMYK
RGB Variations
Color information
#EFE03A (or 0xEFE03A) is known color: Golden Fizz. HEX triplet: EF, E0 and 3A. RGB value is (239,224,58). Sum of RGB (Red+Green+Blue) = 239+224+58=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 58 (23.05% from 255 or 11.13% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE03A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE03A is #101FC5. Grayscale: #D2D2D2. Windows color (decimal): -1056710 or 3858671. OLE color: 3858671.
HSL color Cylindrical-coordinate representation of color #EFE03A: hue angle of 55.03º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFE03A is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 58 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.06 |
| HSL | 55.03º | 0.85% | 0.58% | - |
| HSV(B) | 55.03º | 0.76% | 0.94% | - |
| XYZ | 63.02 | 71.97 | 14.57 | - |
| YUV | 209.56 | 42.47 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 58 | 0 | 0.06 | 0.76 | 0.06 | 55.03 | 0.85 | 0.58 |
| Hex | EF | E0 | 3A | 0 | 6 | 4C | 6 | 37 | 55 | 3A |
| Octal | 357 | 340 | 72 | 0 | 6 | 114 | 6 | 67 | 125 | 72 |
| Binary | 11101111 | 11100000 | 111010 | 0 | 110 | 1001100 | 110 | 110111 | 1010101 | 111010 |
Color Harmonies of #EFE03A
Complementary color
Monochromatic Colors of #EFE03A
Black with #EFE03A
Text Example
Text Example
White with #EFE03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE03A; }
p { color: rgb(239,224,58); }
H1.HeaderClassName
{
color: #EFE03A;
}
.AnyTagClassName
{
color: #EFE03A;
}
</style>
background-color css
<style>
a { background-color: #EFE03A; }
a { background-color: rgb(239,224,58); }
div.DivClassName
{
background-color: #EFE03A;
}
.BgClassName
{
background-color: #EFE03A;
}
</style>
border-color css
<style>
span { border-color: #EFE03A; }
span { border-color: rgb(239,224,58); }
td.TdClassName
{
border-color: #EFE03A;
}
.TagClassName
{
border-color: #EFE03A;
}
</style>