Shades of Golden Fizz #E2EC2A
Tints of Golden Fizz #E2EC2A
RGB
CMYK
RGB Variations
Color information
#E2EC2A (or 0xE2EC2A) is known color: Golden Fizz. HEX triplet: E2, EC and 2A. RGB value is (226,236,42). Sum of RGB (Red+Green+Blue) = 226+236+42=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 42 (16.80% from 255 or 8.33% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #E2EC2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EC2A is #1D13D5. Grayscale: #D3D3D3. Windows color (decimal): -1905622 or 2813154. OLE color: 2813154.
HSL color Cylindrical-coordinate representation of color #E2EC2A: hue angle of 63.09º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E2EC2A is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 236 | 42 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.07 |
| HSL | 63.09º | 0.84% | 0.55% | - |
| HSV(B) | 63.09º | 0.82% | 0.93% | - |
| XYZ | 61.78 | 76.33 | 13.67 | - |
| YUV | 210.89 | 32.69 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 236 | 42 | 0.04 | 0 | 0.82 | 0.07 | 63.09 | 0.84 | 0.55 |
| Hex | E2 | EC | 2A | 4 | 0 | 52 | 7 | 3F | 54 | 37 |
| Octal | 342 | 354 | 52 | 4 | 0 | 122 | 7 | 77 | 124 | 67 |
| Binary | 11100010 | 11101100 | 101010 | 100 | 0 | 1010010 | 111 | 111111 | 1010100 | 110111 |
Color Harmonies of #E2EC2A
Complementary color
Monochromatic Colors of #E2EC2A
Black with #E2EC2A
Text Example
Text Example
White with #E2EC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EC2A; }
p { color: rgb(226,236,42); }
H1.HeaderClassName
{
color: #E2EC2A;
}
.AnyTagClassName
{
color: #E2EC2A;
}
</style>
background-color css
<style>
a { background-color: #E2EC2A; }
a { background-color: rgb(226,236,42); }
div.DivClassName
{
background-color: #E2EC2A;
}
.BgClassName
{
background-color: #E2EC2A;
}
</style>
border-color css
<style>
span { border-color: #E2EC2A; }
span { border-color: rgb(226,236,42); }
td.TdClassName
{
border-color: #E2EC2A;
}
.TagClassName
{
border-color: #E2EC2A;
}
</style>