Shades of Golden Fizz #E2E62A
Tints of Golden Fizz #E2E62A
RGB
CMYK
RGB Variations
Color information
#E2E62A (or 0xE2E62A) is known color: Golden Fizz. HEX triplet: E2, E6 and 2A. RGB value is (226,230,42). Sum of RGB (Red+Green+Blue) = 226+230+42=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 230 (90.23% from 255 or 46.18% from 498); Blue value is 42 (16.80% from 255 or 8.43% from 498); Max value from RGB is 230 - color contains mainly: green. Hex color #E2E62A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2E62A is #1D19D5. Grayscale: #D0D0D0. Windows color (decimal): -1907158 or 2811618. OLE color: 2811618.
HSL color Cylindrical-coordinate representation of color #E2E62A: hue angle of 61.28º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E2E62A is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 230 | 42 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.10 |
| HSL | 61.28º | 0.79% | 0.53% | - |
| HSV(B) | 61.28º | 0.82% | 0.9% | - |
| XYZ | 60.08 | 72.93 | 13.1 | - |
| YUV | 207.37 | 34.67 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 230 | 42 | 0.02 | 0 | 0.82 | 0.10 | 61.28 | 0.79 | 0.53 |
| Hex | E2 | E6 | 2A | 2 | 0 | 52 | A | 3D | 4F | 35 |
| Octal | 342 | 346 | 52 | 2 | 0 | 122 | 12 | 75 | 117 | 65 |
| Binary | 11100010 | 11100110 | 101010 | 10 | 0 | 1010010 | 1010 | 111101 | 1001111 | 110101 |
Color Harmonies of #E2E62A
Complementary color
Monochromatic Colors of #E2E62A
Black with #E2E62A
Text Example
Text Example
White with #E2E62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E62A; }
p { color: rgb(226,230,42); }
H1.HeaderClassName
{
color: #E2E62A;
}
.AnyTagClassName
{
color: #E2E62A;
}
</style>
background-color css
<style>
a { background-color: #E2E62A; }
a { background-color: rgb(226,230,42); }
div.DivClassName
{
background-color: #E2E62A;
}
.BgClassName
{
background-color: #E2E62A;
}
</style>
border-color css
<style>
span { border-color: #E2E62A; }
span { border-color: rgb(226,230,42); }
td.TdClassName
{
border-color: #E2E62A;
}
.TagClassName
{
border-color: #E2E62A;
}
</style>