Shades of Golden Fizz #E2EA2C
Tints of Golden Fizz #E2EA2C
RGB
CMYK
RGB Variations
Color information
#E2EA2C (or 0xE2EA2C) is known color: Golden Fizz. HEX triplet: E2, EA and 2C. RGB value is (226,234,44). Sum of RGB (Red+Green+Blue) = 226+234+44=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 44 (17.58% from 255 or 8.73% from 504); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EA2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EA2C is #1D15D3. Grayscale: #D2D2D2. Windows color (decimal): -1906132 or 2943714. OLE color: 2943714.
HSL color Cylindrical-coordinate representation of color #E2EA2C: hue angle of 62.53º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2EA2C is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 44 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.08 |
| HSL | 62.53º | 0.82% | 0.55% | - |
| HSV(B) | 62.53º | 0.81% | 0.92% | - |
| XYZ | 61.24 | 75.2 | 13.67 | - |
| YUV | 209.95 | 34.35 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 44 | 0.03 | 0 | 0.81 | 0.08 | 62.53 | 0.82 | 0.55 |
| Hex | E2 | EA | 2C | 3 | 0 | 51 | 8 | 3F | 52 | 37 |
| Octal | 342 | 352 | 54 | 3 | 0 | 121 | 10 | 77 | 122 | 67 |
| Binary | 11100010 | 11101010 | 101100 | 11 | 0 | 1010001 | 1000 | 111111 | 1010010 | 110111 |
Color Harmonies of #E2EA2C
Complementary color
Monochromatic Colors of #E2EA2C
Black with #E2EA2C
Text Example
Text Example
White with #E2EA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EA2C; }
p { color: rgb(226,234,44); }
H1.HeaderClassName
{
color: #E2EA2C;
}
.AnyTagClassName
{
color: #E2EA2C;
}
</style>
background-color css
<style>
a { background-color: #E2EA2C; }
a { background-color: rgb(226,234,44); }
div.DivClassName
{
background-color: #E2EA2C;
}
.BgClassName
{
background-color: #E2EA2C;
}
</style>
border-color css
<style>
span { border-color: #E2EA2C; }
span { border-color: rgb(226,234,44); }
td.TdClassName
{
border-color: #E2EA2C;
}
.TagClassName
{
border-color: #E2EA2C;
}
</style>