Shades of Golden Fizz #E2E81F
Tints of Golden Fizz #E2E81F
RGB
CMYK
RGB Variations
Color information
#E2E81F (or 0xE2E81F) is known color: Golden Fizz. HEX triplet: E2, E8 and 1F. RGB value is (226,232,31). Sum of RGB (Red+Green+Blue) = 226+232+31=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 232 (91.02% from 255 or 47.44% from 489); Blue value is 31 (12.5% from 255 or 6.34% from 489); Max value from RGB is 232 - color contains mainly: green. Hex color #E2E81F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2E81F is #1D17E0. Grayscale: #D0D0D0. Windows color (decimal): -1906657 or 2091234. OLE color: 2091234.
HSL color Cylindrical-coordinate representation of color #E2E81F: hue angle of 61.79º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E2E81F is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 232 | 31 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.09 |
| HSL | 61.79º | 0.81% | 0.52% | - |
| HSV(B) | 61.79º | 0.87% | 0.91% | - |
| XYZ | 60.47 | 73.98 | 12.39 | - |
| YUV | 207.29 | 28.51 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 232 | 31 | 0.03 | 0 | 0.87 | 0.09 | 61.79 | 0.81 | 0.52 |
| Hex | E2 | E8 | 1F | 3 | 0 | 57 | 9 | 3E | 51 | 34 |
| Octal | 342 | 350 | 37 | 3 | 0 | 127 | 11 | 76 | 121 | 64 |
| Binary | 11100010 | 11101000 | 11111 | 11 | 0 | 1010111 | 1001 | 111110 | 1010001 | 110100 |
Color Harmonies of #E2E81F
Complementary color
Monochromatic Colors of #E2E81F
Black with #E2E81F
Text Example
Text Example
White with #E2E81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E81F; }
p { color: rgb(226,232,31); }
H1.HeaderClassName
{
color: #E2E81F;
}
.AnyTagClassName
{
color: #E2E81F;
}
</style>
background-color css
<style>
a { background-color: #E2E81F; }
a { background-color: rgb(226,232,31); }
div.DivClassName
{
background-color: #E2E81F;
}
.BgClassName
{
background-color: #E2E81F;
}
</style>
border-color css
<style>
span { border-color: #E2E81F; }
span { border-color: rgb(226,232,31); }
td.TdClassName
{
border-color: #E2E81F;
}
.TagClassName
{
border-color: #E2E81F;
}
</style>