Shades of Golden Fizz #EFE030
Tints of Golden Fizz #EFE030
RGB
CMYK
RGB Variations
Color information
#EFE030 (or 0xEFE030) is known color: Golden Fizz. HEX triplet: EF, E0 and 30. RGB value is (239,224,48). Sum of RGB (Red+Green+Blue) = 239+224+48=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 48 (19.14% from 255 or 9.39% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE030 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE030 is #101FCF. Grayscale: #D1D1D1. Windows color (decimal): -1056720 or 3203311. OLE color: 3203311.
HSL color Cylindrical-coordinate representation of color #EFE030: hue angle of 55.29º 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 #EFE030 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 48 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.06 |
| HSL | 55.29º | 0.86% | 0.56% | - |
| HSV(B) | 55.29º | 0.8% | 0.94% | - |
| XYZ | 62.79 | 71.88 | 13.36 | - |
| YUV | 208.42 | 37.47 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 48 | 0 | 0.06 | 0.80 | 0.06 | 55.29 | 0.86 | 0.56 |
| Hex | EF | E0 | 30 | 0 | 6 | 50 | 6 | 37 | 56 | 38 |
| Octal | 357 | 340 | 60 | 0 | 6 | 120 | 6 | 67 | 126 | 70 |
| Binary | 11101111 | 11100000 | 110000 | 0 | 110 | 1010000 | 110 | 110111 | 1010110 | 111000 |
Color Harmonies of #EFE030
Complementary color
Monochromatic Colors of #EFE030
Black with #EFE030
Text Example
Text Example
White with #EFE030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE030; }
p { color: rgb(239,224,48); }
H1.HeaderClassName
{
color: #EFE030;
}
.AnyTagClassName
{
color: #EFE030;
}
</style>
background-color css
<style>
a { background-color: #EFE030; }
a { background-color: rgb(239,224,48); }
div.DivClassName
{
background-color: #EFE030;
}
.BgClassName
{
background-color: #EFE030;
}
</style>
border-color css
<style>
span { border-color: #EFE030; }
span { border-color: rgb(239,224,48); }
td.TdClassName
{
border-color: #EFE030;
}
.TagClassName
{
border-color: #EFE030;
}
</style>