Shades of Golden Fizz #EFEC3B
Tints of Golden Fizz #EFEC3B
RGB
CMYK
RGB Variations
Color information
#EFEC3B (or 0xEFEC3B) is known color: Golden Fizz. HEX triplet: EF, EC and 3B. RGB value is (239,236,59). Sum of RGB (Red+Green+Blue) = 239+236+59=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 59 (23.44% from 255 or 11.05% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC3B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEC3B is #1013C4. Grayscale: #D9D9D9. Windows color (decimal): -1053637 or 3927279. OLE color: 3927279.
HSL color Cylindrical-coordinate representation of color #EFEC3B: hue angle of 59º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EFEC3B is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 59 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.06 |
| HSL | 59º | 0.85% | 0.58% | - |
| HSV(B) | 59º | 0.75% | 0.94% | - |
| XYZ | 66.38 | 78.66 | 15.82 | - |
| YUV | 216.72 | 38.99 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 59 | 0 | 0.01 | 0.75 | 0.06 | 59 | 0.85 | 0.58 |
| Hex | EF | EC | 3B | 0 | 1 | 4B | 6 | 3B | 55 | 3A |
| Octal | 357 | 354 | 73 | 0 | 1 | 113 | 6 | 73 | 125 | 72 |
| Binary | 11101111 | 11101100 | 111011 | 0 | 1 | 1001011 | 110 | 111011 | 1010101 | 111010 |
Color Harmonies of #EFEC3B
Complementary color
Monochromatic Colors of #EFEC3B
Black with #EFEC3B
Text Example
Text Example
White with #EFEC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEC3B; }
p { color: rgb(239,236,59); }
H1.HeaderClassName
{
color: #EFEC3B;
}
.AnyTagClassName
{
color: #EFEC3B;
}
</style>
background-color css
<style>
a { background-color: #EFEC3B; }
a { background-color: rgb(239,236,59); }
div.DivClassName
{
background-color: #EFEC3B;
}
.BgClassName
{
background-color: #EFEC3B;
}
</style>
border-color css
<style>
span { border-color: #EFEC3B; }
span { border-color: rgb(239,236,59); }
td.TdClassName
{
border-color: #EFEC3B;
}
.TagClassName
{
border-color: #EFEC3B;
}
</style>