Shades of Golden Fizz #E2E71E
Tints of Golden Fizz #E2E71E
RGB
CMYK
RGB Variations
Color information
#E2E71E (or 0xE2E71E) is known color: Golden Fizz. HEX triplet: E2, E7 and 1E. RGB value is (226,231,30). Sum of RGB (Red+Green+Blue) = 226+231+30=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 231 (90.62% from 255 or 47.43% from 487); Blue value is 30 (12.11% from 255 or 6.16% from 487); Max value from RGB is 231 - color contains mainly: green. Hex color #E2E71E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2E71E is #1D18E1. Grayscale: #CFCFCF. Windows color (decimal): -1906914 or 2025442. OLE color: 2025442.
HSL color Cylindrical-coordinate representation of color #E2E71E: hue angle of 61.49º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E2E71E is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 231 | 30 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.09 |
| HSL | 61.49º | 0.81% | 0.51% | - |
| HSV(B) | 61.49º | 0.87% | 0.91% | - |
| XYZ | 60.17 | 73.41 | 12.23 | - |
| YUV | 206.59 | 28.34 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 231 | 30 | 0.02 | 0 | 0.87 | 0.09 | 61.49 | 0.81 | 0.51 |
| Hex | E2 | E7 | 1E | 2 | 0 | 57 | 9 | 3D | 51 | 33 |
| Octal | 342 | 347 | 36 | 2 | 0 | 127 | 11 | 75 | 121 | 63 |
| Binary | 11100010 | 11100111 | 11110 | 10 | 0 | 1010111 | 1001 | 111101 | 1010001 | 110011 |
Color Harmonies of #E2E71E
Complementary color
Monochromatic Colors of #E2E71E
Black with #E2E71E
Text Example
Text Example
White with #E2E71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E71E; }
p { color: rgb(226,231,30); }
H1.HeaderClassName
{
color: #E2E71E;
}
.AnyTagClassName
{
color: #E2E71E;
}
</style>
background-color css
<style>
a { background-color: #E2E71E; }
a { background-color: rgb(226,231,30); }
div.DivClassName
{
background-color: #E2E71E;
}
.BgClassName
{
background-color: #E2E71E;
}
</style>
border-color css
<style>
span { border-color: #E2E71E; }
span { border-color: rgb(226,231,30); }
td.TdClassName
{
border-color: #E2E71E;
}
.TagClassName
{
border-color: #E2E71E;
}
</style>