Shades of Golden Fizz #E2EC26
Tints of Golden Fizz #E2EC26
RGB
CMYK
RGB Variations
Color information
#E2EC26 (or 0xE2EC26) is known color: Golden Fizz. HEX triplet: E2, EC and 26. RGB value is (226,236,38). Sum of RGB (Red+Green+Blue) = 226+236+38=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 38 (15.23% from 255 or 7.6% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #E2EC26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EC26 is #1D13D9. Grayscale: #D3D3D3. Windows color (decimal): -1905626 or 2551010. OLE color: 2551010.
HSL color Cylindrical-coordinate representation of color #E2EC26: hue angle of 63.03º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2EC26 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 236 | 38 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.07 |
| HSL | 63.03º | 0.84% | 0.54% | - |
| HSV(B) | 63.03º | 0.84% | 0.93% | - |
| XYZ | 61.71 | 76.3 | 13.31 | - |
| YUV | 210.44 | 30.69 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 236 | 38 | 0.04 | 0 | 0.84 | 0.07 | 63.03 | 0.84 | 0.54 |
| Hex | E2 | EC | 26 | 4 | 0 | 54 | 7 | 3F | 54 | 36 |
| Octal | 342 | 354 | 46 | 4 | 0 | 124 | 7 | 77 | 124 | 66 |
| Binary | 11100010 | 11101100 | 100110 | 100 | 0 | 1010100 | 111 | 111111 | 1010100 | 110110 |
Color Harmonies of #E2EC26
Complementary color
Monochromatic Colors of #E2EC26
Black with #E2EC26
Text Example
Text Example
White with #E2EC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EC26; }
p { color: rgb(226,236,38); }
H1.HeaderClassName
{
color: #E2EC26;
}
.AnyTagClassName
{
color: #E2EC26;
}
</style>
background-color css
<style>
a { background-color: #E2EC26; }
a { background-color: rgb(226,236,38); }
div.DivClassName
{
background-color: #E2EC26;
}
.BgClassName
{
background-color: #E2EC26;
}
</style>
border-color css
<style>
span { border-color: #E2EC26; }
span { border-color: rgb(226,236,38); }
td.TdClassName
{
border-color: #E2EC26;
}
.TagClassName
{
border-color: #E2EC26;
}
</style>