Shades of Golden Fizz #EFDA38
Tints of Golden Fizz #EFDA38
RGB
CMYK
RGB Variations
Color information
#EFDA38 (or 0xEFDA38) is known color: Golden Fizz. HEX triplet: EF, DA and 38. RGB value is (239,218,56). Sum of RGB (Red+Green+Blue) = 239+218+56=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 56 (22.27% from 255 or 10.92% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDA38 is #1025C7. Grayscale: #CECECE. Windows color (decimal): -1058248 or 3726063. OLE color: 3726063.
HSL color Cylindrical-coordinate representation of color #EFDA38: hue angle of 53.11º 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 #EFDA38 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 56 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.06 |
| HSL | 53.11º | 0.85% | 0.58% | - |
| HSV(B) | 53.11º | 0.77% | 0.94% | - |
| XYZ | 61.38 | 68.78 | 13.78 | - |
| YUV | 205.81 | 43.46 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 56 | 0 | 0.09 | 0.77 | 0.06 | 53.11 | 0.85 | 0.58 |
| Hex | EF | DA | 38 | 0 | 9 | 4D | 6 | 35 | 55 | 3A |
| Octal | 357 | 332 | 70 | 0 | 11 | 115 | 6 | 65 | 125 | 72 |
| Binary | 11101111 | 11011010 | 111000 | 0 | 1001 | 1001101 | 110 | 110101 | 1010101 | 111010 |
Color Harmonies of #EFDA38
Complementary color
Monochromatic Colors of #EFDA38
Black with #EFDA38
Text Example
Text Example
White with #EFDA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA38; }
p { color: rgb(239,218,56); }
H1.HeaderClassName
{
color: #EFDA38;
}
.AnyTagClassName
{
color: #EFDA38;
}
</style>
background-color css
<style>
a { background-color: #EFDA38; }
a { background-color: rgb(239,218,56); }
div.DivClassName
{
background-color: #EFDA38;
}
.BgClassName
{
background-color: #EFDA38;
}
</style>
border-color css
<style>
span { border-color: #EFDA38; }
span { border-color: rgb(239,218,56); }
td.TdClassName
{
border-color: #EFDA38;
}
.TagClassName
{
border-color: #EFDA38;
}
</style>