Shades of Golden Fizz #EFE127
Tints of Golden Fizz #EFE127
RGB
CMYK
RGB Variations
Color information
#EFE127 (or 0xEFE127) is known color: Golden Fizz. HEX triplet: EF, E1 and 27. RGB value is (239,225,39). Sum of RGB (Red+Green+Blue) = 239+225+39=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 39 (15.62% from 255 or 7.75% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE127 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE127 is #101ED8. Grayscale: #D0D0D0. Windows color (decimal): -1056473 or 2613743. OLE color: 2613743.
HSL color Cylindrical-coordinate representation of color #EFE127: hue angle of 55.8º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EFE127 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 39 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.06 |
| HSL | 55.8º | 0.86% | 0.55% | - |
| HSV(B) | 55.8º | 0.84% | 0.94% | - |
| XYZ | 62.89 | 72.35 | 12.57 | - |
| YUV | 207.98 | 32.64 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 39 | 0 | 0.06 | 0.84 | 0.06 | 55.8 | 0.86 | 0.55 |
| Hex | EF | E1 | 27 | 0 | 6 | 54 | 6 | 38 | 56 | 37 |
| Octal | 357 | 341 | 47 | 0 | 6 | 124 | 6 | 70 | 126 | 67 |
| Binary | 11101111 | 11100001 | 100111 | 0 | 110 | 1010100 | 110 | 111000 | 1010110 | 110111 |
Color Harmonies of #EFE127
Complementary color
Monochromatic Colors of #EFE127
Black with #EFE127
Text Example
Text Example
White with #EFE127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE127; }
p { color: rgb(239,225,39); }
H1.HeaderClassName
{
color: #EFE127;
}
.AnyTagClassName
{
color: #EFE127;
}
</style>
background-color css
<style>
a { background-color: #EFE127; }
a { background-color: rgb(239,225,39); }
div.DivClassName
{
background-color: #EFE127;
}
.BgClassName
{
background-color: #EFE127;
}
</style>
border-color css
<style>
span { border-color: #EFE127; }
span { border-color: rgb(239,225,39); }
td.TdClassName
{
border-color: #EFE127;
}
.TagClassName
{
border-color: #EFE127;
}
</style>