Shades of Golden Fizz #E2EA1B
Tints of Golden Fizz #E2EA1B
RGB
CMYK
RGB Variations
Color information
#E2EA1B (or 0xE2EA1B) is known color: Golden Fizz. HEX triplet: E2, EA and 1B. RGB value is (226,234,27). Sum of RGB (Red+Green+Blue) = 226+234+27=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 234 (91.80% from 255 or 48.05% from 487); Blue value is 27 (10.94% from 255 or 5.54% from 487); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EA1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EA1B is #1D15E4. Grayscale: #D0D0D0. Windows color (decimal): -1906149 or 1829602. OLE color: 1829602.
HSL color Cylindrical-coordinate representation of color #E2EA1B: hue angle of 62.32º 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 #E2EA1B is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 27 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.08 |
| HSL | 62.32º | 0.83% | 0.51% | - |
| HSV(B) | 62.32º | 0.88% | 0.92% | - |
| XYZ | 60.98 | 75.09 | 12.32 | - |
| YUV | 208.01 | 25.85 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 27 | 0.03 | 0 | 0.88 | 0.08 | 62.32 | 0.83 | 0.51 |
| Hex | E2 | EA | 1B | 3 | 0 | 58 | 8 | 3E | 53 | 33 |
| Octal | 342 | 352 | 33 | 3 | 0 | 130 | 10 | 76 | 123 | 63 |
| Binary | 11100010 | 11101010 | 11011 | 11 | 0 | 1011000 | 1000 | 111110 | 1010011 | 110011 |
Color Harmonies of #E2EA1B
Complementary color
Monochromatic Colors of #E2EA1B
Black with #E2EA1B
Text Example
Text Example
White with #E2EA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EA1B; }
p { color: rgb(226,234,27); }
H1.HeaderClassName
{
color: #E2EA1B;
}
.AnyTagClassName
{
color: #E2EA1B;
}
</style>
background-color css
<style>
a { background-color: #E2EA1B; }
a { background-color: rgb(226,234,27); }
div.DivClassName
{
background-color: #E2EA1B;
}
.BgClassName
{
background-color: #E2EA1B;
}
</style>
border-color css
<style>
span { border-color: #E2EA1B; }
span { border-color: rgb(226,234,27); }
td.TdClassName
{
border-color: #E2EA1B;
}
.TagClassName
{
border-color: #E2EA1B;
}
</style>