Shades of Golden Fizz #EFEE25
Tints of Golden Fizz #EFEE25
RGB
CMYK
RGB Variations
Color information
#EFEE25 (or 0xEFEE25) is known color: Golden Fizz. HEX triplet: EF, EE and 25. RGB value is (239,238,37). Sum of RGB (Red+Green+Blue) = 239+238+37=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 238 (93.36% from 255 or 46.30% from 514); Blue value is 37 (14.84% from 255 or 7.20% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEE25 is #1011DA. Grayscale: #D8D8D8. Windows color (decimal): -1053147 or 2485999. OLE color: 2485999.
HSL color Cylindrical-coordinate representation of color #EFEE25: hue angle of 59.7º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EFEE25 is Cyan = 0, Magento = 0.00, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 37 | - |
| CMYK | 0 | 0.00 | 0.85 | 0.06 |
| HSL | 59.7º | 0.86% | 0.54% | - |
| HSV(B) | 59.7º | 0.85% | 0.94% | - |
| XYZ | 66.51 | 79.63 | 13.62 | - |
| YUV | 215.39 | 27.33 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 37 | 0 | 0.00 | 0.85 | 0.06 | 59.7 | 0.86 | 0.54 |
| Hex | EF | EE | 25 | 0 | 0 | 55 | 6 | 3C | 56 | 36 |
| Octal | 357 | 356 | 45 | 0 | 0 | 125 | 6 | 74 | 126 | 66 |
| Binary | 11101111 | 11101110 | 100101 | 0 | 0 | 1010101 | 110 | 111100 | 1010110 | 110110 |
Color Harmonies of #EFEE25
Complementary color
Monochromatic Colors of #EFEE25
Black with #EFEE25
Text Example
Text Example
White with #EFEE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEE25; }
p { color: rgb(239,238,37); }
H1.HeaderClassName
{
color: #EFEE25;
}
.AnyTagClassName
{
color: #EFEE25;
}
</style>
background-color css
<style>
a { background-color: #EFEE25; }
a { background-color: rgb(239,238,37); }
div.DivClassName
{
background-color: #EFEE25;
}
.BgClassName
{
background-color: #EFEE25;
}
</style>
border-color css
<style>
span { border-color: #EFEE25; }
span { border-color: rgb(239,238,37); }
td.TdClassName
{
border-color: #EFEE25;
}
.TagClassName
{
border-color: #EFEE25;
}
</style>