Shades of Golden Fizz #EFE12F
Tints of Golden Fizz #EFE12F
RGB
CMYK
RGB Variations
Color information
#EFE12F (or 0xEFE12F) is known color: Golden Fizz. HEX triplet: EF, E1 and 2F. RGB value is (239,225,47). Sum of RGB (Red+Green+Blue) = 239+225+47=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 47 (18.75% from 255 or 9.20% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE12F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE12F is #101ED0. Grayscale: #D1D1D1. Windows color (decimal): -1056465 or 3138031. OLE color: 3138031.
HSL color Cylindrical-coordinate representation of color #EFE12F: hue angle of 55.62º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFE12F is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 47 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.06 |
| HSL | 55.63º | 0.86% | 0.56% | - |
| HSV(B) | 55.63º | 0.8% | 0.94% | - |
| XYZ | 63.03 | 72.41 | 13.34 | - |
| YUV | 208.89 | 36.64 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 47 | 0 | 0.06 | 0.80 | 0.06 | 55.63 | 0.86 | 0.56 |
| Hex | EF | E1 | 2F | 0 | 6 | 50 | 6 | 38 | 56 | 38 |
| Octal | 357 | 341 | 57 | 0 | 6 | 120 | 6 | 70 | 126 | 70 |
| Binary | 11101111 | 11100001 | 101111 | 0 | 110 | 1010000 | 110 | 111000 | 1010110 | 111000 |
Color Harmonies of #EFE12F
Complementary color
Monochromatic Colors of #EFE12F
Black with #EFE12F
Text Example
Text Example
White with #EFE12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE12F; }
p { color: rgb(239,225,47); }
H1.HeaderClassName
{
color: #EFE12F;
}
.AnyTagClassName
{
color: #EFE12F;
}
</style>
background-color css
<style>
a { background-color: #EFE12F; }
a { background-color: rgb(239,225,47); }
div.DivClassName
{
background-color: #EFE12F;
}
.BgClassName
{
background-color: #EFE12F;
}
</style>
border-color css
<style>
span { border-color: #EFE12F; }
span { border-color: rgb(239,225,47); }
td.TdClassName
{
border-color: #EFE12F;
}
.TagClassName
{
border-color: #EFE12F;
}
</style>