Shades of Golden Fizz #EFE93A
Tints of Golden Fizz #EFE93A
RGB
CMYK
RGB Variations
Color information
#EFE93A (or 0xEFE93A) is known color: Golden Fizz. HEX triplet: EF, E9 and 3A. RGB value is (239,233,58). Sum of RGB (Red+Green+Blue) = 239+233+58=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 58 (23.05% from 255 or 10.94% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE93A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE93A is #1016C5. Grayscale: #D7D7D7. Windows color (decimal): -1054406 or 3860975. OLE color: 3860975.
HSL color Cylindrical-coordinate representation of color #EFE93A: hue angle of 58.01º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFE93A is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 58 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.06 |
| HSL | 58.01º | 0.85% | 0.58% | - |
| HSV(B) | 58.01º | 0.76% | 0.94% | - |
| XYZ | 65.5 | 76.93 | 15.4 | - |
| YUV | 214.84 | 39.49 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 58 | 0 | 0.03 | 0.76 | 0.06 | 58.01 | 0.85 | 0.58 |
| Hex | EF | E9 | 3A | 0 | 3 | 4C | 6 | 3A | 55 | 3A |
| Octal | 357 | 351 | 72 | 0 | 3 | 114 | 6 | 72 | 125 | 72 |
| Binary | 11101111 | 11101001 | 111010 | 0 | 11 | 1001100 | 110 | 111010 | 1010101 | 111010 |
Color Harmonies of #EFE93A
Complementary color
Monochromatic Colors of #EFE93A
Black with #EFE93A
Text Example
Text Example
White with #EFE93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE93A; }
p { color: rgb(239,233,58); }
H1.HeaderClassName
{
color: #EFE93A;
}
.AnyTagClassName
{
color: #EFE93A;
}
</style>
background-color css
<style>
a { background-color: #EFE93A; }
a { background-color: rgb(239,233,58); }
div.DivClassName
{
background-color: #EFE93A;
}
.BgClassName
{
background-color: #EFE93A;
}
</style>
border-color css
<style>
span { border-color: #EFE93A; }
span { border-color: rgb(239,233,58); }
td.TdClassName
{
border-color: #EFE93A;
}
.TagClassName
{
border-color: #EFE93A;
}
</style>