Shades of Golden Fizz #E2EC2B
Tints of Golden Fizz #E2EC2B
RGB
CMYK
RGB Variations
Color information
#E2EC2B (or 0xE2EC2B) is known color: Golden Fizz. HEX triplet: E2, EC and 2B. RGB value is (226,236,43). Sum of RGB (Red+Green+Blue) = 226+236+43=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 43 (17.19% from 255 or 8.51% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #E2EC2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EC2B is #1D13D4. Grayscale: #D3D3D3. Windows color (decimal): -1905621 or 2878690. OLE color: 2878690.
HSL color Cylindrical-coordinate representation of color #E2EC2B: hue angle of 63.11º 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 #E2EC2B is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 236 | 43 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.07 |
| HSL | 63.11º | 0.84% | 0.55% | - |
| HSV(B) | 63.11º | 0.82% | 0.93% | - |
| XYZ | 61.8 | 76.33 | 13.76 | - |
| YUV | 211.01 | 33.19 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 236 | 43 | 0.04 | 0 | 0.82 | 0.07 | 63.11 | 0.84 | 0.55 |
| Hex | E2 | EC | 2B | 4 | 0 | 52 | 7 | 3F | 54 | 37 |
| Octal | 342 | 354 | 53 | 4 | 0 | 122 | 7 | 77 | 124 | 67 |
| Binary | 11100010 | 11101100 | 101011 | 100 | 0 | 1010010 | 111 | 111111 | 1010100 | 110111 |
Color Harmonies of #E2EC2B
Complementary color
Monochromatic Colors of #E2EC2B
Black with #E2EC2B
Text Example
Text Example
White with #E2EC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EC2B; }
p { color: rgb(226,236,43); }
H1.HeaderClassName
{
color: #E2EC2B;
}
.AnyTagClassName
{
color: #E2EC2B;
}
</style>
background-color css
<style>
a { background-color: #E2EC2B; }
a { background-color: rgb(226,236,43); }
div.DivClassName
{
background-color: #E2EC2B;
}
.BgClassName
{
background-color: #E2EC2B;
}
</style>
border-color css
<style>
span { border-color: #E2EC2B; }
span { border-color: rgb(226,236,43); }
td.TdClassName
{
border-color: #E2EC2B;
}
.TagClassName
{
border-color: #E2EC2B;
}
</style>