Shades of Golden Fizz #EFD938
Tints of Golden Fizz #EFD938
RGB
CMYK
RGB Variations
Color information
#EFD938 (or 0xEFD938) is known color: Golden Fizz. HEX triplet: EF, D9 and 38. RGB value is (239,217,56). Sum of RGB (Red+Green+Blue) = 239+217+56=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 56 (22.27% from 255 or 10.94% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD938 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD938 is #1026C7. Grayscale: #CDCDCD. Windows color (decimal): -1058504 or 3725807. OLE color: 3725807.
HSL color Cylindrical-coordinate representation of color #EFD938: hue angle of 52.79º 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 #EFD938 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 56 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.06 |
| HSL | 52.79º | 0.85% | 0.58% | - |
| HSV(B) | 52.79º | 0.77% | 0.94% | - |
| XYZ | 61.12 | 68.26 | 13.7 | - |
| YUV | 205.22 | 43.79 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 56 | 0 | 0.09 | 0.77 | 0.06 | 52.79 | 0.85 | 0.58 |
| Hex | EF | D9 | 38 | 0 | 9 | 4D | 6 | 35 | 55 | 3A |
| Octal | 357 | 331 | 70 | 0 | 11 | 115 | 6 | 65 | 125 | 72 |
| Binary | 11101111 | 11011001 | 111000 | 0 | 1001 | 1001101 | 110 | 110101 | 1010101 | 111010 |
Color Harmonies of #EFD938
Complementary color
Monochromatic Colors of #EFD938
Black with #EFD938
Text Example
Text Example
White with #EFD938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD938; }
p { color: rgb(239,217,56); }
H1.HeaderClassName
{
color: #EFD938;
}
.AnyTagClassName
{
color: #EFD938;
}
</style>
background-color css
<style>
a { background-color: #EFD938; }
a { background-color: rgb(239,217,56); }
div.DivClassName
{
background-color: #EFD938;
}
.BgClassName
{
background-color: #EFD938;
}
</style>
border-color css
<style>
span { border-color: #EFD938; }
span { border-color: rgb(239,217,56); }
td.TdClassName
{
border-color: #EFD938;
}
.TagClassName
{
border-color: #EFD938;
}
</style>