Shades of Golden Fizz #EFE825
Tints of Golden Fizz #EFE825
RGB
CMYK
RGB Variations
Color information
#EFE825 (or 0xEFE825) is known color: Golden Fizz. HEX triplet: EF, E8 and 25. RGB value is (239,232,37). Sum of RGB (Red+Green+Blue) = 239+232+37=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 232 (91.02% from 255 or 45.67% from 508); Blue value is 37 (14.84% from 255 or 7.28% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE825 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE825 is #1017DA. Grayscale: #D4D4D4. Windows color (decimal): -1054683 or 2484463. OLE color: 2484463.
HSL color Cylindrical-coordinate representation of color #EFE825: hue angle of 57.92º 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 #EFE825 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 37 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.06 |
| HSL | 57.92º | 0.86% | 0.54% | - |
| HSV(B) | 57.92º | 0.85% | 0.94% | - |
| XYZ | 64.79 | 76.2 | 13.04 | - |
| YUV | 211.86 | 29.32 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 37 | 0 | 0.03 | 0.85 | 0.06 | 57.92 | 0.86 | 0.54 |
| Hex | EF | E8 | 25 | 0 | 3 | 55 | 6 | 3A | 56 | 36 |
| Octal | 357 | 350 | 45 | 0 | 3 | 125 | 6 | 72 | 126 | 66 |
| Binary | 11101111 | 11101000 | 100101 | 0 | 11 | 1010101 | 110 | 111010 | 1010110 | 110110 |
Color Harmonies of #EFE825
Complementary color
Monochromatic Colors of #EFE825
Black with #EFE825
Text Example
Text Example
White with #EFE825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE825; }
p { color: rgb(239,232,37); }
H1.HeaderClassName
{
color: #EFE825;
}
.AnyTagClassName
{
color: #EFE825;
}
</style>
background-color css
<style>
a { background-color: #EFE825; }
a { background-color: rgb(239,232,37); }
div.DivClassName
{
background-color: #EFE825;
}
.BgClassName
{
background-color: #EFE825;
}
</style>
border-color css
<style>
span { border-color: #EFE825; }
span { border-color: rgb(239,232,37); }
td.TdClassName
{
border-color: #EFE825;
}
.TagClassName
{
border-color: #EFE825;
}
</style>