Shades of Golden Fizz #EFE930
Tints of Golden Fizz #EFE930
RGB
CMYK
RGB Variations
Color information
#EFE930 (or 0xEFE930) is known color: Golden Fizz. HEX triplet: EF, E9 and 30. RGB value is (239,233,48). Sum of RGB (Red+Green+Blue) = 239+233+48=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 233 (91.41% from 255 or 44.81% from 520); Blue value is 48 (19.14% from 255 or 9.23% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE930 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE930 is #1016CF. Grayscale: #D6D6D6. Windows color (decimal): -1054416 or 3205615. OLE color: 3205615.
HSL color Cylindrical-coordinate representation of color #EFE930: hue angle of 58.12º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFE930 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 48 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.06 |
| HSL | 58.12º | 0.86% | 0.56% | - |
| HSV(B) | 58.12º | 0.8% | 0.94% | - |
| XYZ | 65.27 | 76.84 | 14.19 | - |
| YUV | 213.7 | 34.49 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 48 | 0 | 0.03 | 0.80 | 0.06 | 58.12 | 0.86 | 0.56 |
| Hex | EF | E9 | 30 | 0 | 3 | 50 | 6 | 3A | 56 | 38 |
| Octal | 357 | 351 | 60 | 0 | 3 | 120 | 6 | 72 | 126 | 70 |
| Binary | 11101111 | 11101001 | 110000 | 0 | 11 | 1010000 | 110 | 111010 | 1010110 | 111000 |
Color Harmonies of #EFE930
Complementary color
Monochromatic Colors of #EFE930
Black with #EFE930
Text Example
Text Example
White with #EFE930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE930; }
p { color: rgb(239,233,48); }
H1.HeaderClassName
{
color: #EFE930;
}
.AnyTagClassName
{
color: #EFE930;
}
</style>
background-color css
<style>
a { background-color: #EFE930; }
a { background-color: rgb(239,233,48); }
div.DivClassName
{
background-color: #EFE930;
}
.BgClassName
{
background-color: #EFE930;
}
</style>
border-color css
<style>
span { border-color: #EFE930; }
span { border-color: rgb(239,233,48); }
td.TdClassName
{
border-color: #EFE930;
}
.TagClassName
{
border-color: #EFE930;
}
</style>