Shades of Golden Fizz #E2E21F
Tints of Golden Fizz #E2E21F
RGB
CMYK
RGB Variations
Color information
#E2E21F (or 0xE2E21F) is known color: Golden Fizz. HEX triplet: E2, E2 and 1F. RGB value is (226,226,31). Sum of RGB (Red+Green+Blue) = 226+226+31=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 31 (12.5% from 255 or 6.42% from 483); Max value from RGB is 226 - color contains mainly: red, green. Hex color #E2E21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E21F is #1D1DE0. Grayscale: #CCCCCC. Windows color (decimal): -1908193 or 2089698. OLE color: 2089698.
HSL color Cylindrical-coordinate representation of color #E2E21F: hue angle of 60º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2E21F is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 226 | 31 | - |
| CMYK | 0 | 0 | 0.86 | 0.11 |
| HSL | 60º | 0.77% | 0.5% | - |
| HSV(B) | 60º | 0.86% | 0.89% | - |
| XYZ | 58.81 | 70.66 | 11.84 | - |
| YUV | 203.77 | 30.5 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 226 | 31 | 0 | 0 | 0.86 | 0.11 | 60 | 0.77 | 0.5 |
| Hex | E2 | E2 | 1F | 0 | 0 | 56 | B | 3C | 4D | 32 |
| Octal | 342 | 342 | 37 | 0 | 0 | 126 | 13 | 74 | 115 | 62 |
| Binary | 11100010 | 11100010 | 11111 | 0 | 0 | 1010110 | 1011 | 111100 | 1001101 | 110010 |
Color Harmonies of #E2E21F
Complementary color
Monochromatic Colors of #E2E21F
Black with #E2E21F
Text Example
Text Example
White with #E2E21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E21F; }
p { color: rgb(226,226,31); }
H1.HeaderClassName
{
color: #E2E21F;
}
.AnyTagClassName
{
color: #E2E21F;
}
</style>
background-color css
<style>
a { background-color: #E2E21F; }
a { background-color: rgb(226,226,31); }
div.DivClassName
{
background-color: #E2E21F;
}
.BgClassName
{
background-color: #E2E21F;
}
</style>
border-color css
<style>
span { border-color: #E2E21F; }
span { border-color: rgb(226,226,31); }
td.TdClassName
{
border-color: #E2E21F;
}
.TagClassName
{
border-color: #E2E21F;
}
</style>