Shades of Golden Fizz #EFFF2E
Tints of Golden Fizz #EFFF2E
RGB
CMYK
RGB Variations
Color information
#EFFF2E (or 0xEFFF2E) is known color: Golden Fizz. HEX triplet: EF, FF and 2E. RGB value is (239,255,46). Sum of RGB (Red+Green+Blue) = 239+255+46=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 46 (18.36% from 255 or 8.52% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFF2E is #1000D1. Grayscale: #E3E3E3. Windows color (decimal): -1048786 or 3080175. OLE color: 3080175.
HSL color Cylindrical-coordinate representation of color #EFFF2E: hue angle of 64.59º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFFF2E is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 46 | - |
| CMYK | 0.06 | 0 | 0.82 | 0 |
| HSL | 64.59º | 1% | 0.59% | - |
| HSV(B) | 64.59º | 0.82% | 1% | - |
| XYZ | 71.85 | 90.07 | 16.18 | - |
| YUV | 226.39 | 26.2 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 46 | 0.06 | 0 | 0.82 | 0 | 64.59 | 1 | 0.59 |
| Hex | EF | FF | 2E | 6 | 0 | 52 | 0 | 41 | 64 | 3B |
| Octal | 357 | 377 | 56 | 6 | 0 | 122 | 0 | 101 | 144 | 73 |
| Binary | 11101111 | 11111111 | 101110 | 110 | 0 | 1010010 | 0 | 1000001 | 1100100 | 111011 |
Color Harmonies of #EFFF2E
Complementary color
Monochromatic Colors of #EFFF2E
Black with #EFFF2E
Text Example
Text Example
White with #EFFF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFF2E; }
p { color: rgb(239,255,46); }
H1.HeaderClassName
{
color: #EFFF2E;
}
.AnyTagClassName
{
color: #EFFF2E;
}
</style>
background-color css
<style>
a { background-color: #EFFF2E; }
a { background-color: rgb(239,255,46); }
div.DivClassName
{
background-color: #EFFF2E;
}
.BgClassName
{
background-color: #EFFF2E;
}
</style>
border-color css
<style>
span { border-color: #EFFF2E; }
span { border-color: rgb(239,255,46); }
td.TdClassName
{
border-color: #EFFF2E;
}
.TagClassName
{
border-color: #EFFF2E;
}
</style>