Shades of Golden Fizz #EFE425
Tints of Golden Fizz #EFE425
RGB
CMYK
RGB Variations
Color information
#EFE425 (or 0xEFE425) is known color: Golden Fizz. HEX triplet: EF, E4 and 25. RGB value is (239,228,37). Sum of RGB (Red+Green+Blue) = 239+228+37=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 228 (89.45% from 255 or 45.24% from 504); Blue value is 37 (14.84% from 255 or 7.34% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE425 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE425 is #101BDA. Grayscale: #D2D2D2. Windows color (decimal): -1055707 or 2483439. OLE color: 2483439.
HSL color Cylindrical-coordinate representation of color #EFE425: hue angle of 56.73º 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 #EFE425 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 37 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.06 |
| HSL | 56.73º | 0.86% | 0.54% | - |
| HSV(B) | 56.73º | 0.85% | 0.94% | - |
| XYZ | 63.67 | 73.97 | 12.67 | - |
| YUV | 209.52 | 30.64 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 37 | 0 | 0.05 | 0.85 | 0.06 | 56.73 | 0.86 | 0.54 |
| Hex | EF | E4 | 25 | 0 | 5 | 55 | 6 | 39 | 56 | 36 |
| Octal | 357 | 344 | 45 | 0 | 5 | 125 | 6 | 71 | 126 | 66 |
| Binary | 11101111 | 11100100 | 100101 | 0 | 101 | 1010101 | 110 | 111001 | 1010110 | 110110 |
Color Harmonies of #EFE425
Complementary color
Monochromatic Colors of #EFE425
Black with #EFE425
Text Example
Text Example
White with #EFE425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE425; }
p { color: rgb(239,228,37); }
H1.HeaderClassName
{
color: #EFE425;
}
.AnyTagClassName
{
color: #EFE425;
}
</style>
background-color css
<style>
a { background-color: #EFE425; }
a { background-color: rgb(239,228,37); }
div.DivClassName
{
background-color: #EFE425;
}
.BgClassName
{
background-color: #EFE425;
}
</style>
border-color css
<style>
span { border-color: #EFE425; }
span { border-color: rgb(239,228,37); }
td.TdClassName
{
border-color: #EFE425;
}
.TagClassName
{
border-color: #EFE425;
}
</style>