Shades of Golden Fizz #EFD538
Tints of Golden Fizz #EFD538
RGB
CMYK
RGB Variations
Color information
#EFD538 (or 0xEFD538) is known color: Golden Fizz. HEX triplet: EF, D5 and 38. RGB value is (239,213,56). Sum of RGB (Red+Green+Blue) = 239+213+56=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 56 (22.27% from 255 or 11.02% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD538 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD538 is #102AC7. Grayscale: #CBCBCB. Windows color (decimal): -1059528 or 3724783. OLE color: 3724783.
HSL color Cylindrical-coordinate representation of color #EFD538: hue angle of 51.48º 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 #EFD538 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 56 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.06 |
| HSL | 51.48º | 0.85% | 0.58% | - |
| HSV(B) | 51.48º | 0.77% | 0.94% | - |
| XYZ | 60.1 | 66.22 | 13.36 | - |
| YUV | 202.88 | 45.11 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 56 | 0 | 0.11 | 0.77 | 0.06 | 51.48 | 0.85 | 0.58 |
| Hex | EF | D5 | 38 | 0 | B | 4D | 6 | 33 | 55 | 3A |
| Octal | 357 | 325 | 70 | 0 | 13 | 115 | 6 | 63 | 125 | 72 |
| Binary | 11101111 | 11010101 | 111000 | 0 | 1011 | 1001101 | 110 | 110011 | 1010101 | 111010 |
Color Harmonies of #EFD538
Complementary color
Monochromatic Colors of #EFD538
Black with #EFD538
Text Example
Text Example
White with #EFD538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD538; }
p { color: rgb(239,213,56); }
H1.HeaderClassName
{
color: #EFD538;
}
.AnyTagClassName
{
color: #EFD538;
}
</style>
background-color css
<style>
a { background-color: #EFD538; }
a { background-color: rgb(239,213,56); }
div.DivClassName
{
background-color: #EFD538;
}
.BgClassName
{
background-color: #EFD538;
}
</style>
border-color css
<style>
span { border-color: #EFD538; }
span { border-color: rgb(239,213,56); }
td.TdClassName
{
border-color: #EFD538;
}
.TagClassName
{
border-color: #EFD538;
}
</style>