Shades of Golden Fizz #EFE03B
Tints of Golden Fizz #EFE03B
RGB
CMYK
RGB Variations
Color information
#EFE03B (or 0xEFE03B) is known color: Golden Fizz. HEX triplet: EF, E0 and 3B. RGB value is (239,224,59). Sum of RGB (Red+Green+Blue) = 239+224+59=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 59 (23.44% from 255 or 11.30% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE03B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE03B is #101FC4. Grayscale: #D2D2D2. Windows color (decimal): -1056709 or 3924207. OLE color: 3924207.
HSL color Cylindrical-coordinate representation of color #EFE03B: hue angle of 55º 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 #EFE03B is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 59 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.06 |
| HSL | 55º | 0.85% | 0.58% | - |
| HSV(B) | 55º | 0.75% | 0.94% | - |
| XYZ | 63.04 | 71.98 | 14.71 | - |
| YUV | 209.68 | 42.97 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 59 | 0 | 0.06 | 0.75 | 0.06 | 55 | 0.85 | 0.58 |
| Hex | EF | E0 | 3B | 0 | 6 | 4B | 6 | 37 | 55 | 3A |
| Octal | 357 | 340 | 73 | 0 | 6 | 113 | 6 | 67 | 125 | 72 |
| Binary | 11101111 | 11100000 | 111011 | 0 | 110 | 1001011 | 110 | 110111 | 1010101 | 111010 |
Color Harmonies of #EFE03B
Complementary color
Monochromatic Colors of #EFE03B
Black with #EFE03B
Text Example
Text Example
White with #EFE03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE03B; }
p { color: rgb(239,224,59); }
H1.HeaderClassName
{
color: #EFE03B;
}
.AnyTagClassName
{
color: #EFE03B;
}
</style>
background-color css
<style>
a { background-color: #EFE03B; }
a { background-color: rgb(239,224,59); }
div.DivClassName
{
background-color: #EFE03B;
}
.BgClassName
{
background-color: #EFE03B;
}
</style>
border-color css
<style>
span { border-color: #EFE03B; }
span { border-color: rgb(239,224,59); }
td.TdClassName
{
border-color: #EFE03B;
}
.TagClassName
{
border-color: #EFE03B;
}
</style>