Shades of Golden Fizz #EFDA28
Tints of Golden Fizz #EFDA28
RGB
CMYK
RGB Variations
Color information
#EFDA28 (or 0xEFDA28) is known color: Golden Fizz. HEX triplet: EF, DA and 28. RGB value is (239,218,40). Sum of RGB (Red+Green+Blue) = 239+218+40=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 40 (16.02% from 255 or 8.05% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDA28 is #1025D7. Grayscale: #CCCCCC. Windows color (decimal): -1058264 or 2677487. OLE color: 2677487.
HSL color Cylindrical-coordinate representation of color #EFDA28: hue angle of 53.67º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EFDA28 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 40 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.06 |
| HSL | 53.67º | 0.86% | 0.55% | - |
| HSV(B) | 53.67º | 0.83% | 0.94% | - |
| XYZ | 61.05 | 68.65 | 12.04 | - |
| YUV | 203.99 | 35.46 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 40 | 0 | 0.09 | 0.83 | 0.06 | 53.67 | 0.86 | 0.55 |
| Hex | EF | DA | 28 | 0 | 9 | 53 | 6 | 36 | 56 | 37 |
| Octal | 357 | 332 | 50 | 0 | 11 | 123 | 6 | 66 | 126 | 67 |
| Binary | 11101111 | 11011010 | 101000 | 0 | 1001 | 1010011 | 110 | 110110 | 1010110 | 110111 |
Color Harmonies of #EFDA28
Complementary color
Monochromatic Colors of #EFDA28
Black with #EFDA28
Text Example
Text Example
White with #EFDA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA28; }
p { color: rgb(239,218,40); }
H1.HeaderClassName
{
color: #EFDA28;
}
.AnyTagClassName
{
color: #EFDA28;
}
</style>
background-color css
<style>
a { background-color: #EFDA28; }
a { background-color: rgb(239,218,40); }
div.DivClassName
{
background-color: #EFDA28;
}
.BgClassName
{
background-color: #EFDA28;
}
</style>
border-color css
<style>
span { border-color: #EFDA28; }
span { border-color: rgb(239,218,40); }
td.TdClassName
{
border-color: #EFDA28;
}
.TagClassName
{
border-color: #EFDA28;
}
</style>