Shades of Golden Fizz #E2E61B
Tints of Golden Fizz #E2E61B
RGB
CMYK
RGB Variations
Color information
#E2E61B (or 0xE2E61B) is known color: Golden Fizz. HEX triplet: E2, E6 and 1B. RGB value is (226,230,27). Sum of RGB (Red+Green+Blue) = 226+230+27=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 230 (90.23% from 255 or 47.62% from 483); Blue value is 27 (10.94% from 255 or 5.59% from 483); Max value from RGB is 230 - color contains mainly: green. Hex color #E2E61B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2E61B is #1D19E4. Grayscale: #CECECE. Windows color (decimal): -1907173 or 1828578. OLE color: 1828578.
HSL color Cylindrical-coordinate representation of color #E2E61B: hue angle of 61.18º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2E61B is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 230 | 27 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.10 |
| HSL | 61.18º | 0.8% | 0.5% | - |
| HSV(B) | 61.18º | 0.88% | 0.9% | - |
| XYZ | 59.86 | 72.84 | 11.94 | - |
| YUV | 205.66 | 27.17 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 230 | 27 | 0.02 | 0 | 0.88 | 0.10 | 61.18 | 0.8 | 0.5 |
| Hex | E2 | E6 | 1B | 2 | 0 | 58 | A | 3D | 50 | 32 |
| Octal | 342 | 346 | 33 | 2 | 0 | 130 | 12 | 75 | 120 | 62 |
| Binary | 11100010 | 11100110 | 11011 | 10 | 0 | 1011000 | 1010 | 111101 | 1010000 | 110010 |
Color Harmonies of #E2E61B
Complementary color
Monochromatic Colors of #E2E61B
Black with #E2E61B
Text Example
Text Example
White with #E2E61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E61B; }
p { color: rgb(226,230,27); }
H1.HeaderClassName
{
color: #E2E61B;
}
.AnyTagClassName
{
color: #E2E61B;
}
</style>
background-color css
<style>
a { background-color: #E2E61B; }
a { background-color: rgb(226,230,27); }
div.DivClassName
{
background-color: #E2E61B;
}
.BgClassName
{
background-color: #E2E61B;
}
</style>
border-color css
<style>
span { border-color: #E2E61B; }
span { border-color: rgb(226,230,27); }
td.TdClassName
{
border-color: #E2E61B;
}
.TagClassName
{
border-color: #E2E61B;
}
</style>