Shades of Golden Fizz #E2EC1E
Tints of Golden Fizz #E2EC1E
RGB
CMYK
RGB Variations
Color information
#E2EC1E (or 0xE2EC1E) is known color: Golden Fizz. HEX triplet: E2, EC and 1E. RGB value is (226,236,30). Sum of RGB (Red+Green+Blue) = 226+236+30=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 30 (12.11% from 255 or 6.10% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #E2EC1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EC1E is #1D13E1. Grayscale: #D2D2D2. Windows color (decimal): -1905634 or 2026722. OLE color: 2026722.
HSL color Cylindrical-coordinate representation of color #E2EC1E: hue angle of 62.91º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E2EC1E is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 236 | 30 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.07 |
| HSL | 62.91º | 0.84% | 0.52% | - |
| HSV(B) | 62.91º | 0.87% | 0.93% | - |
| XYZ | 61.59 | 76.25 | 12.7 | - |
| YUV | 209.53 | 26.69 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 236 | 30 | 0.04 | 0 | 0.87 | 0.07 | 62.91 | 0.84 | 0.52 |
| Hex | E2 | EC | 1E | 4 | 0 | 57 | 7 | 3F | 54 | 34 |
| Octal | 342 | 354 | 36 | 4 | 0 | 127 | 7 | 77 | 124 | 64 |
| Binary | 11100010 | 11101100 | 11110 | 100 | 0 | 1010111 | 111 | 111111 | 1010100 | 110100 |
Color Harmonies of #E2EC1E
Complementary color
Monochromatic Colors of #E2EC1E
Black with #E2EC1E
Text Example
Text Example
White with #E2EC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EC1E; }
p { color: rgb(226,236,30); }
H1.HeaderClassName
{
color: #E2EC1E;
}
.AnyTagClassName
{
color: #E2EC1E;
}
</style>
background-color css
<style>
a { background-color: #E2EC1E; }
a { background-color: rgb(226,236,30); }
div.DivClassName
{
background-color: #E2EC1E;
}
.BgClassName
{
background-color: #E2EC1E;
}
</style>
border-color css
<style>
span { border-color: #E2EC1E; }
span { border-color: rgb(226,236,30); }
td.TdClassName
{
border-color: #E2EC1E;
}
.TagClassName
{
border-color: #E2EC1E;
}
</style>