Shades of Golden Fizz #E2EA26
Tints of Golden Fizz #E2EA26
RGB
CMYK
RGB Variations
Color information
#E2EA26 (or 0xE2EA26) is known color: Golden Fizz. HEX triplet: E2, EA and 26. RGB value is (226,234,38). Sum of RGB (Red+Green+Blue) = 226+234+38=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 234 (91.80% from 255 or 46.99% from 498); Blue value is 38 (15.23% from 255 or 7.63% from 498); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EA26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EA26 is #1D15D9. Grayscale: #D2D2D2. Windows color (decimal): -1906138 or 2550498. OLE color: 2550498.
HSL color Cylindrical-coordinate representation of color #E2EA26: hue angle of 62.45º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2EA26 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 38 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.08 |
| HSL | 62.45º | 0.82% | 0.53% | - |
| HSV(B) | 62.45º | 0.84% | 0.92% | - |
| XYZ | 61.14 | 75.15 | 13.12 | - |
| YUV | 209.26 | 31.35 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 38 | 0.03 | 0 | 0.84 | 0.08 | 62.45 | 0.82 | 0.53 |
| Hex | E2 | EA | 26 | 3 | 0 | 54 | 8 | 3E | 52 | 35 |
| Octal | 342 | 352 | 46 | 3 | 0 | 124 | 10 | 76 | 122 | 65 |
| Binary | 11100010 | 11101010 | 100110 | 11 | 0 | 1010100 | 1000 | 111110 | 1010010 | 110101 |
Color Harmonies of #E2EA26
Complementary color
Monochromatic Colors of #E2EA26
Black with #E2EA26
Text Example
Text Example
White with #E2EA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EA26; }
p { color: rgb(226,234,38); }
H1.HeaderClassName
{
color: #E2EA26;
}
.AnyTagClassName
{
color: #E2EA26;
}
</style>
background-color css
<style>
a { background-color: #E2EA26; }
a { background-color: rgb(226,234,38); }
div.DivClassName
{
background-color: #E2EA26;
}
.BgClassName
{
background-color: #E2EA26;
}
</style>
border-color css
<style>
span { border-color: #E2EA26; }
span { border-color: rgb(226,234,38); }
td.TdClassName
{
border-color: #E2EA26;
}
.TagClassName
{
border-color: #E2EA26;
}
</style>