Shades of Golden Fizz #EFDC38
Tints of Golden Fizz #EFDC38
RGB
CMYK
RGB Variations
Color information
#EFDC38 (or 0xEFDC38) is known color: Golden Fizz. HEX triplet: EF, DC and 38. RGB value is (239,220,56). Sum of RGB (Red+Green+Blue) = 239+220+56=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 56 (22.27% from 255 or 10.87% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC38 is #1023C7. Grayscale: #CFCFCF. Windows color (decimal): -1057736 or 3726575. OLE color: 3726575.
HSL color Cylindrical-coordinate representation of color #EFDC38: hue angle of 53.77º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFDC38 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 56 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.06 |
| HSL | 53.77º | 0.85% | 0.58% | - |
| HSV(B) | 53.77º | 0.77% | 0.94% | - |
| XYZ | 61.9 | 69.82 | 13.96 | - |
| YUV | 206.99 | 42.79 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 56 | 0 | 0.08 | 0.77 | 0.06 | 53.77 | 0.85 | 0.58 |
| Hex | EF | DC | 38 | 0 | 8 | 4D | 6 | 36 | 55 | 3A |
| Octal | 357 | 334 | 70 | 0 | 10 | 115 | 6 | 66 | 125 | 72 |
| Binary | 11101111 | 11011100 | 111000 | 0 | 1000 | 1001101 | 110 | 110110 | 1010101 | 111010 |
Color Harmonies of #EFDC38
Complementary color
Monochromatic Colors of #EFDC38
Black with #EFDC38
Text Example
Text Example
White with #EFDC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC38; }
p { color: rgb(239,220,56); }
H1.HeaderClassName
{
color: #EFDC38;
}
.AnyTagClassName
{
color: #EFDC38;
}
</style>
background-color css
<style>
a { background-color: #EFDC38; }
a { background-color: rgb(239,220,56); }
div.DivClassName
{
background-color: #EFDC38;
}
.BgClassName
{
background-color: #EFDC38;
}
</style>
border-color css
<style>
span { border-color: #EFDC38; }
span { border-color: rgb(239,220,56); }
td.TdClassName
{
border-color: #EFDC38;
}
.TagClassName
{
border-color: #EFDC38;
}
</style>