Shades of Golden Fizz #EFF82B
Tints of Golden Fizz #EFF82B
RGB
CMYK
RGB Variations
Color information
#EFF82B (or 0xEFF82B) is known color: Golden Fizz. HEX triplet: EF, F8 and 2B. RGB value is (239,248,43). Sum of RGB (Red+Green+Blue) = 239+248+43=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 43 (17.19% from 255 or 8.11% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF82B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF82B is #1007D4. Grayscale: #DEDEDE. Windows color (decimal): -1050581 or 2881775. OLE color: 2881775.
HSL color Cylindrical-coordinate representation of color #EFF82B: hue angle of 62.63º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EFF82B is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 43 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.03 |
| HSL | 62.63º | 0.94% | 0.57% | - |
| HSV(B) | 62.63º | 0.83% | 0.97% | - |
| XYZ | 69.6 | 85.66 | 15.15 | - |
| YUV | 221.94 | 27.02 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 43 | 0.04 | 0 | 0.83 | 0.03 | 62.63 | 0.94 | 0.57 |
| Hex | EF | F8 | 2B | 4 | 0 | 53 | 3 | 3F | 5E | 39 |
| Octal | 357 | 370 | 53 | 4 | 0 | 123 | 3 | 77 | 136 | 71 |
| Binary | 11101111 | 11111000 | 101011 | 100 | 0 | 1010011 | 11 | 111111 | 1011110 | 111001 |
Color Harmonies of #EFF82B
Complementary color
Monochromatic Colors of #EFF82B
Black with #EFF82B
Text Example
Text Example
White with #EFF82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF82B; }
p { color: rgb(239,248,43); }
H1.HeaderClassName
{
color: #EFF82B;
}
.AnyTagClassName
{
color: #EFF82B;
}
</style>
background-color css
<style>
a { background-color: #EFF82B; }
a { background-color: rgb(239,248,43); }
div.DivClassName
{
background-color: #EFF82B;
}
.BgClassName
{
background-color: #EFF82B;
}
</style>
border-color css
<style>
span { border-color: #EFF82B; }
span { border-color: rgb(239,248,43); }
td.TdClassName
{
border-color: #EFF82B;
}
.TagClassName
{
border-color: #EFF82B;
}
</style>