Shades of Golden Fizz #EFEC38
Tints of Golden Fizz #EFEC38
RGB
CMYK
RGB Variations
Color information
#EFEC38 (or 0xEFEC38) is known color: Golden Fizz. HEX triplet: EF, EC and 38. RGB value is (239,236,56). Sum of RGB (Red+Green+Blue) = 239+236+56=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 56 (22.27% from 255 or 10.55% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC38 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEC38 is #1013C7. Grayscale: #D9D9D9. Windows color (decimal): -1053640 or 3730671. OLE color: 3730671.
HSL color Cylindrical-coordinate representation of color #EFEC38: hue angle of 59.02º 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 #EFEC38 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 56 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.06 |
| HSL | 59.02º | 0.85% | 0.58% | - |
| HSV(B) | 59.02º | 0.77% | 0.94% | - |
| XYZ | 66.31 | 78.63 | 15.42 | - |
| YUV | 216.38 | 37.49 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 56 | 0 | 0.01 | 0.77 | 0.06 | 59.02 | 0.85 | 0.58 |
| Hex | EF | EC | 38 | 0 | 1 | 4D | 6 | 3B | 55 | 3A |
| Octal | 357 | 354 | 70 | 0 | 1 | 115 | 6 | 73 | 125 | 72 |
| Binary | 11101111 | 11101100 | 111000 | 0 | 1 | 1001101 | 110 | 111011 | 1010101 | 111010 |
Color Harmonies of #EFEC38
Complementary color
Monochromatic Colors of #EFEC38
Black with #EFEC38
Text Example
Text Example
White with #EFEC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEC38; }
p { color: rgb(239,236,56); }
H1.HeaderClassName
{
color: #EFEC38;
}
.AnyTagClassName
{
color: #EFEC38;
}
</style>
background-color css
<style>
a { background-color: #EFEC38; }
a { background-color: rgb(239,236,56); }
div.DivClassName
{
background-color: #EFEC38;
}
.BgClassName
{
background-color: #EFEC38;
}
</style>
border-color css
<style>
span { border-color: #EFEC38; }
span { border-color: rgb(239,236,56); }
td.TdClassName
{
border-color: #EFEC38;
}
.TagClassName
{
border-color: #EFEC38;
}
</style>