Shades of Golden Fizz #EFFF30
Tints of Golden Fizz #EFFF30
RGB
CMYK
RGB Variations
Color information
#EFFF30 (or 0xEFFF30) is known color: Golden Fizz. HEX triplet: EF, FF and 30. RGB value is (239,255,48). Sum of RGB (Red+Green+Blue) = 239+255+48=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 48 (19.14% from 255 or 8.86% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFF30 is #1000CF. Grayscale: #E3E3E3. Windows color (decimal): -1048784 or 3211247. OLE color: 3211247.
HSL color Cylindrical-coordinate representation of color #EFFF30: hue angle of 64.64º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFFF30 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 48 | - |
| CMYK | 0.06 | 0 | 0.81 | 0 |
| HSL | 64.64º | 1% | 0.59% | - |
| HSV(B) | 64.64º | 0.81% | 1% | - |
| XYZ | 71.89 | 90.08 | 16.4 | - |
| YUV | 226.62 | 27.2 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 48 | 0.06 | 0 | 0.81 | 0 | 64.64 | 1 | 0.59 |
| Hex | EF | FF | 30 | 6 | 0 | 51 | 0 | 41 | 64 | 3B |
| Octal | 357 | 377 | 60 | 6 | 0 | 121 | 0 | 101 | 144 | 73 |
| Binary | 11101111 | 11111111 | 110000 | 110 | 0 | 1010001 | 0 | 1000001 | 1100100 | 111011 |
Color Harmonies of #EFFF30
Complementary color
Monochromatic Colors of #EFFF30
Black with #EFFF30
Text Example
Text Example
White with #EFFF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFF30; }
p { color: rgb(239,255,48); }
H1.HeaderClassName
{
color: #EFFF30;
}
.AnyTagClassName
{
color: #EFFF30;
}
</style>
background-color css
<style>
a { background-color: #EFFF30; }
a { background-color: rgb(239,255,48); }
div.DivClassName
{
background-color: #EFFF30;
}
.BgClassName
{
background-color: #EFFF30;
}
</style>
border-color css
<style>
span { border-color: #EFFF30; }
span { border-color: rgb(239,255,48); }
td.TdClassName
{
border-color: #EFFF30;
}
.TagClassName
{
border-color: #EFFF30;
}
</style>