Shades of Golden Fizz #E2EA1C
Tints of Golden Fizz #E2EA1C
RGB
CMYK
RGB Variations
Color information
#E2EA1C (or 0xE2EA1C) is known color: Golden Fizz. HEX triplet: E2, EA and 1C. RGB value is (226,234,28). Sum of RGB (Red+Green+Blue) = 226+234+28=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 28 (11.33% from 255 or 5.74% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EA1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EA1C is #1D15E3. Grayscale: #D0D0D0. Windows color (decimal): -1906148 or 1895138. OLE color: 1895138.
HSL color Cylindrical-coordinate representation of color #E2EA1C: hue angle of 62.33º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2EA1C is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 28 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.08 |
| HSL | 62.33º | 0.83% | 0.51% | - |
| HSV(B) | 62.33º | 0.88% | 0.92% | - |
| XYZ | 61 | 75.1 | 12.38 | - |
| YUV | 208.12 | 26.35 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 28 | 0.03 | 0 | 0.88 | 0.08 | 62.33 | 0.83 | 0.51 |
| Hex | E2 | EA | 1C | 3 | 0 | 58 | 8 | 3E | 53 | 33 |
| Octal | 342 | 352 | 34 | 3 | 0 | 130 | 10 | 76 | 123 | 63 |
| Binary | 11100010 | 11101010 | 11100 | 11 | 0 | 1011000 | 1000 | 111110 | 1010011 | 110011 |
Color Harmonies of #E2EA1C
Complementary color
Monochromatic Colors of #E2EA1C
Black with #E2EA1C
Text Example
Text Example
White with #E2EA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EA1C; }
p { color: rgb(226,234,28); }
H1.HeaderClassName
{
color: #E2EA1C;
}
.AnyTagClassName
{
color: #E2EA1C;
}
</style>
background-color css
<style>
a { background-color: #E2EA1C; }
a { background-color: rgb(226,234,28); }
div.DivClassName
{
background-color: #E2EA1C;
}
.BgClassName
{
background-color: #E2EA1C;
}
</style>
border-color css
<style>
span { border-color: #E2EA1C; }
span { border-color: rgb(226,234,28); }
td.TdClassName
{
border-color: #E2EA1C;
}
.TagClassName
{
border-color: #E2EA1C;
}
</style>