Shades of Golden Fizz #EFE125
Tints of Golden Fizz #EFE125
RGB
CMYK
RGB Variations
Color information
#EFE125 (or 0xEFE125) is known color: Golden Fizz. HEX triplet: EF, E1 and 25. RGB value is (239,225,37). Sum of RGB (Red+Green+Blue) = 239+225+37=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 37 (14.84% from 255 or 7.39% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE125 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE125 is #101EDA. Grayscale: #D0D0D0. Windows color (decimal): -1056475 or 2482671. OLE color: 2482671.
HSL color Cylindrical-coordinate representation of color #EFE125: hue angle of 55.84º 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 #EFE125 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 37 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.06 |
| HSL | 55.84º | 0.86% | 0.54% | - |
| HSV(B) | 55.84º | 0.85% | 0.94% | - |
| XYZ | 62.86 | 72.33 | 12.4 | - |
| YUV | 207.75 | 31.64 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 37 | 0 | 0.06 | 0.85 | 0.06 | 55.84 | 0.86 | 0.54 |
| Hex | EF | E1 | 25 | 0 | 6 | 55 | 6 | 38 | 56 | 36 |
| Octal | 357 | 341 | 45 | 0 | 6 | 125 | 6 | 70 | 126 | 66 |
| Binary | 11101111 | 11100001 | 100101 | 0 | 110 | 1010101 | 110 | 111000 | 1010110 | 110110 |
Color Harmonies of #EFE125
Complementary color
Monochromatic Colors of #EFE125
Black with #EFE125
Text Example
Text Example
White with #EFE125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE125; }
p { color: rgb(239,225,37); }
H1.HeaderClassName
{
color: #EFE125;
}
.AnyTagClassName
{
color: #EFE125;
}
</style>
background-color css
<style>
a { background-color: #EFE125; }
a { background-color: rgb(239,225,37); }
div.DivClassName
{
background-color: #EFE125;
}
.BgClassName
{
background-color: #EFE125;
}
</style>
border-color css
<style>
span { border-color: #EFE125; }
span { border-color: rgb(239,225,37); }
td.TdClassName
{
border-color: #EFE125;
}
.TagClassName
{
border-color: #EFE125;
}
</style>